From 6e288be169319690473b1eb2cc8180f0e40d2a76 Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Sun, 3 Sep 2023 07:56:29 +0200 Subject: [PATCH] addlicense --- tools/mothership/admin/rpc/retract.go | 14 ++++++++++++++ tools/mothership/worker_server/entry_test.go | 14 ++++++++++++++ tools/mothership/worker_server/forge_test.go | 14 ++++++++++++++ tools/mothership/worker_server/main_test.go | 14 ++++++++++++++ tools/mothership/worker_server/process_rpm_test.go | 14 ++++++++++++++ tools/mothership/worker_server/retract_entry.go | 14 ++++++++++++++ .../mothership/worker_server/retract_entry_test.go | 14 ++++++++++++++ tools/mothership/worker_server/workflows_test.go | 14 ++++++++++++++ 8 files changed, 112 insertions(+) diff --git a/tools/mothership/admin/rpc/retract.go b/tools/mothership/admin/rpc/retract.go index 91c4fb09..8d27f11e 100644 --- a/tools/mothership/admin/rpc/retract.go +++ b/tools/mothership/admin/rpc/retract.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 mothershipadmin_rpc import ( diff --git a/tools/mothership/worker_server/entry_test.go b/tools/mothership/worker_server/entry_test.go index 5b4acc4e..6b1f815d 100644 --- a/tools/mothership/worker_server/entry_test.go +++ b/tools/mothership/worker_server/entry_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 mothership_worker_server import ( diff --git a/tools/mothership/worker_server/forge_test.go b/tools/mothership/worker_server/forge_test.go index 9879d1d4..9d2d0b07 100644 --- a/tools/mothership/worker_server/forge_test.go +++ b/tools/mothership/worker_server/forge_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 mothership_worker_server import ( diff --git a/tools/mothership/worker_server/main_test.go b/tools/mothership/worker_server/main_test.go index 05a309b3..683f5f86 100644 --- a/tools/mothership/worker_server/main_test.go +++ b/tools/mothership/worker_server/main_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 mothership_worker_server import ( diff --git a/tools/mothership/worker_server/process_rpm_test.go b/tools/mothership/worker_server/process_rpm_test.go index 251d87de..77e38509 100644 --- a/tools/mothership/worker_server/process_rpm_test.go +++ b/tools/mothership/worker_server/process_rpm_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 mothership_worker_server import ( diff --git a/tools/mothership/worker_server/retract_entry.go b/tools/mothership/worker_server/retract_entry.go index baf663d1..d93be30a 100644 --- a/tools/mothership/worker_server/retract_entry.go +++ b/tools/mothership/worker_server/retract_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/retract_entry_test.go b/tools/mothership/worker_server/retract_entry_test.go index 7dc95663..b170244d 100644 --- a/tools/mothership/worker_server/retract_entry_test.go +++ b/tools/mothership/worker_server/retract_entry_test.go @@ -1 +1,15 @@ +// 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 diff --git a/tools/mothership/worker_server/workflows_test.go b/tools/mothership/worker_server/workflows_test.go index 14e317a0..b7c7d63b 100644 --- a/tools/mothership/worker_server/workflows_test.go +++ b/tools/mothership/worker_server/workflows_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 mothership_worker_server import (