From b8fc008513df0fbe79452465de8389660e2a4e00 Mon Sep 17 00:00:00 2001 From: Zee Date: Wed, 18 Sep 2019 21:55:55 +0100 Subject: [PATCH] Updating copyright notices --- cmd/install_darwin.go | 2 +- cmd/install_linux.go | 2 +- cmd/listRemote_darwin.go | 2 +- cmd/listRemote_linux.go | 2 +- cmd/list_darwin.go | 2 +- cmd/list_linux.go | 2 +- cmd/remove_darwin.go | 2 +- cmd/remove_linux.go | 2 +- cmd/root_darwin.go | 2 +- cmd/root_linux.go | 2 +- cmd/use_darwin.go | 2 +- cmd/use_linux.go | 2 +- cmd/version_darwin.go | 2 +- cmd/version_linux.go | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cmd/install_darwin.go b/cmd/install_darwin.go index 488be7b..7227047 100644 --- a/cmd/install_darwin.go +++ b/cmd/install_darwin.go @@ -1,7 +1,7 @@ // +build darwin /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/install_linux.go b/cmd/install_linux.go index 8bc7d9e..bffd5e3 100644 --- a/cmd/install_linux.go +++ b/cmd/install_linux.go @@ -1,7 +1,7 @@ // +build linux /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/listRemote_darwin.go b/cmd/listRemote_darwin.go index bc07db9..995883e 100644 --- a/cmd/listRemote_darwin.go +++ b/cmd/listRemote_darwin.go @@ -1,7 +1,7 @@ // +build darwin /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/listRemote_linux.go b/cmd/listRemote_linux.go index 6e38e5d..a125c7c 100644 --- a/cmd/listRemote_linux.go +++ b/cmd/listRemote_linux.go @@ -1,7 +1,7 @@ // +build linux /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/list_darwin.go b/cmd/list_darwin.go index 61f8420..aaa3703 100644 --- a/cmd/list_darwin.go +++ b/cmd/list_darwin.go @@ -1,7 +1,7 @@ // +build darwin /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/list_linux.go b/cmd/list_linux.go index dcd8d53..8a2db1f 100644 --- a/cmd/list_linux.go +++ b/cmd/list_linux.go @@ -1,7 +1,7 @@ // +build linux /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/remove_darwin.go b/cmd/remove_darwin.go index 515f348..280d616 100644 --- a/cmd/remove_darwin.go +++ b/cmd/remove_darwin.go @@ -1,7 +1,7 @@ // +build darwin /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/remove_linux.go b/cmd/remove_linux.go index 05af8dc..5f46e58 100644 --- a/cmd/remove_linux.go +++ b/cmd/remove_linux.go @@ -1,7 +1,7 @@ // +build linux /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/root_darwin.go b/cmd/root_darwin.go index c7950c5..f417ce6 100644 --- a/cmd/root_darwin.go +++ b/cmd/root_darwin.go @@ -1,7 +1,7 @@ // +build darwin /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/root_linux.go b/cmd/root_linux.go index 97fc3d4..761931b 100644 --- a/cmd/root_linux.go +++ b/cmd/root_linux.go @@ -1,7 +1,7 @@ // +build linux /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/use_darwin.go b/cmd/use_darwin.go index 386cb7c..2967cfe 100644 --- a/cmd/use_darwin.go +++ b/cmd/use_darwin.go @@ -1,7 +1,7 @@ // +build darwin /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/use_linux.go b/cmd/use_linux.go index b0f6c4a..143ef67 100644 --- a/cmd/use_linux.go +++ b/cmd/use_linux.go @@ -1,7 +1,7 @@ // +build linux /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/version_darwin.go b/cmd/version_darwin.go index d02b003..bb58523 100644 --- a/cmd/version_darwin.go +++ b/cmd/version_darwin.go @@ -1,7 +1,7 @@ // +build darwin /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/version_linux.go b/cmd/version_linux.go index 5e636ae..7769ab7 100644 --- a/cmd/version_linux.go +++ b/cmd/version_linux.go @@ -1,7 +1,7 @@ // +build linux /* -Copyright © 2019 NAME HERE +Copyright © 2019 Zee Ahmed Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.