From 9effbdce5f2f46224a8f51d4d636fb5be5a47f34 Mon Sep 17 00:00:00 2001 From: "Schiefelbein, Andrew" Date: Wed, 20 May 2020 11:01:42 -0500 Subject: [PATCH] Remove company attribution from the license statements Change-Id: I68a7e1fa335a0bb882d1e83266d63fc49720318b --- cmd/airshipui/main.go | 13 +++++++++++++ examples/authentication/main.go | 2 -- examples/octant/main.go | 2 -- internal/commands/root.go | 2 -- internal/commands/version.go | 2 -- internal/configs/configs.go | 2 -- internal/electron/app.go | 13 +++++++++++-- internal/webservice/server.go | 2 -- 8 files changed, 24 insertions(+), 14 deletions(-) diff --git a/cmd/airshipui/main.go b/cmd/airshipui/main.go index 167b088..b3f2d48 100644 --- a/cmd/airshipui/main.go +++ b/cmd/airshipui/main.go @@ -1,3 +1,16 @@ +/* + 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 + + https://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 main import ( diff --git a/examples/authentication/main.go b/examples/authentication/main.go index 7b5b29b..8d82ed4 100755 --- a/examples/authentication/main.go +++ b/examples/authentication/main.go @@ -1,6 +1,4 @@ /* - Copyright (c) 2020 AT&T. All Rights Reserved. - 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 diff --git a/examples/octant/main.go b/examples/octant/main.go index 5003e5b..a966601 100755 --- a/examples/octant/main.go +++ b/examples/octant/main.go @@ -1,6 +1,4 @@ /* - Copyright (c) 2020 AT&T. All Rights Reserved. - 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 diff --git a/internal/commands/root.go b/internal/commands/root.go index 1ce6e11..46c1d7a 100644 --- a/internal/commands/root.go +++ b/internal/commands/root.go @@ -1,6 +1,4 @@ /* - Copyright (c) 2020 AT&T. All Rights Reserved. - 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 diff --git a/internal/commands/version.go b/internal/commands/version.go index aa20379..3d1bb2d 100644 --- a/internal/commands/version.go +++ b/internal/commands/version.go @@ -1,6 +1,4 @@ /* - Copyright (c) 2020 AT&T. All Rights Reserved. - 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 diff --git a/internal/configs/configs.go b/internal/configs/configs.go index 7d05f76..462f4ad 100755 --- a/internal/configs/configs.go +++ b/internal/configs/configs.go @@ -1,6 +1,4 @@ /* - Copyright (c) 2020 AT&T. All Rights Reserved. - 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 diff --git a/internal/electron/app.go b/internal/electron/app.go index 35ec6bb..7c61604 100755 --- a/internal/electron/app.go +++ b/internal/electron/app.go @@ -1,6 +1,15 @@ /* -Copyright (c) 2020 AT&T. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 + 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 + + https://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 electron diff --git a/internal/webservice/server.go b/internal/webservice/server.go index 8c9e48f..6cebd4d 100755 --- a/internal/webservice/server.go +++ b/internal/webservice/server.go @@ -1,6 +1,4 @@ /* - Copyright (c) 2020 AT&T. All Rights Reserved. - 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