diff --git a/tools/mothership/worker_server/entry.go b/tools/mothership/worker_server/entry.go index fff0e1fc..9ced5628 100644 --- a/tools/mothership/worker_server/entry.go +++ b/tools/mothership/worker_server/entry.go @@ -1,3 +1,17 @@ +// Copyright 2023 Peridot Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package mothership_worker_server import ( diff --git a/tools/mothership/worker_server/forge/BUILD b/tools/mothership/worker_server/forge/BUILD index 73142143..267aa00c 100644 --- a/tools/mothership/worker_server/forge/BUILD +++ b/tools/mothership/worker_server/forge/BUILD @@ -1,3 +1,17 @@ +# Copyright 2023 Peridot Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") go_library( diff --git a/tools/mothership/worker_server/forge/caching.go b/tools/mothership/worker_server/forge/caching.go index 929e0fa4..0169a5cf 100644 --- a/tools/mothership/worker_server/forge/caching.go +++ b/tools/mothership/worker_server/forge/caching.go @@ -1,3 +1,17 @@ +// Copyright 2023 Peridot Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package forge import "time" diff --git a/tools/mothership/worker_server/forge/caching_test.go b/tools/mothership/worker_server/forge/caching_test.go index 74c656b9..920a442f 100644 --- a/tools/mothership/worker_server/forge/caching_test.go +++ b/tools/mothership/worker_server/forge/caching_test.go @@ -1,3 +1,17 @@ +// Copyright 2023 Peridot Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package forge import ( diff --git a/tools/mothership/worker_server/forge/forge.go b/tools/mothership/worker_server/forge/forge.go index 70e058e6..b75f787f 100644 --- a/tools/mothership/worker_server/forge/forge.go +++ b/tools/mothership/worker_server/forge/forge.go @@ -1,3 +1,17 @@ +// Copyright 2023 Peridot Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package forge import ( diff --git a/tools/mothership/worker_server/forge/github/BUILD b/tools/mothership/worker_server/forge/github/BUILD index 94eabe85..7a579534 100644 --- a/tools/mothership/worker_server/forge/github/BUILD +++ b/tools/mothership/worker_server/forge/github/BUILD @@ -1,3 +1,17 @@ +# Copyright 2023 Peridot Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") go_library( diff --git a/tools/mothership/worker_server/forge/github/github.go b/tools/mothership/worker_server/forge/github/github.go index 2fa12937..7aa4a515 100644 --- a/tools/mothership/worker_server/forge/github/github.go +++ b/tools/mothership/worker_server/forge/github/github.go @@ -1,3 +1,17 @@ +// Copyright 2023 Peridot Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package github_forge import ( diff --git a/tools/mothership/worker_server/forge/github/github_test.go b/tools/mothership/worker_server/forge/github/github_test.go index 3959a5bc..fed8237c 100644 --- a/tools/mothership/worker_server/forge/github/github_test.go +++ b/tools/mothership/worker_server/forge/github/github_test.go @@ -1,3 +1,17 @@ +// Copyright 2023 Peridot Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package github_forge import (