From 2cddb83b6e523dc7c8a77b6cdf5ab8f0e229f129 Mon Sep 17 00:00:00 2001 From: kewegner Date: Wed, 26 Jun 2019 09:40:26 -0500 Subject: [PATCH] replace the license --- bash_completion.md | 12 ------------ cmd/build.go | 2 +- cmd/build_delete.go | 2 +- cmd/build_setup.go | 2 +- cmd/cmdtest/testutils.go | 2 +- cmd/completion.go | 2 +- cmd/debug.go | 2 +- cmd/deploy.go | 2 +- cmd/deploy_test.go | 2 +- cmd/dev_common.go | 2 +- cmd/docs.go | 2 +- cmd/extract.go | 2 +- cmd/init.go | 2 +- cmd/init_test.go | 14 ++++++++++++++ cmd/list.go | 2 +- cmd/repo.go | 2 +- cmd/repo_add.go | 2 +- cmd/repo_add_test.go | 2 +- cmd/repo_list.go | 2 +- cmd/repo_list_test.go | 2 +- cmd/repo_remove.go | 2 +- cmd/root.go | 14 ++++++++++++++ cmd/run.go | 2 +- cmd/run_test.go | 2 +- cmd/stop.go | 2 +- cmd/test.go | 2 +- cmd/utils.go | 2 +- cmd/utils_test.go | 14 ++++++++++++++ cmd/version.go | 2 +- main.go | 2 +- 30 files changed, 68 insertions(+), 38 deletions(-) delete mode 100644 bash_completion.md diff --git a/bash_completion.md b/bash_completion.md deleted file mode 100644 index 96795167d..000000000 --- a/bash_completion.md +++ /dev/null @@ -1,12 +0,0 @@ -Running the completion command - -appsody completion > "your-directory"/appsody -Linux - -1. On a current Linux OS (in a non-minimal installation), bash completion should be available. -2. Place the completion script generated above in your bash completions directory. - -Mac -1. Install bash completions if need be with brew or MacPorts -2. Make sure to update your ~/.bash_profile as instructed -3. Put the output of 'appsody completion' into your bash completions directory e.g. /usr/local/etc/bash_completion.d/ diff --git a/cmd/build.go b/cmd/build.go index 17507cba4..255145d22 100644 --- a/cmd/build.go +++ b/cmd/build.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/build_delete.go b/cmd/build_delete.go index 1b3218c97..4d38582aa 100644 --- a/cmd/build_delete.go +++ b/cmd/build_delete.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/build_setup.go b/cmd/build_setup.go index 7779a3086..492b9b04c 100644 --- a/cmd/build_setup.go +++ b/cmd/build_setup.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/cmdtest/testutils.go b/cmd/cmdtest/testutils.go index cbc6f1678..64e83521c 100644 --- a/cmd/cmdtest/testutils.go +++ b/cmd/cmdtest/testutils.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/completion.go b/cmd/completion.go index f87000ccb..5df6f816f 100644 --- a/cmd/completion.go +++ b/cmd/completion.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/debug.go b/cmd/debug.go index 60df2f973..f94890843 100644 --- a/cmd/debug.go +++ b/cmd/debug.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/deploy.go b/cmd/deploy.go index 5486a31f1..52406591b 100644 --- a/cmd/deploy.go +++ b/cmd/deploy.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/deploy_test.go b/cmd/deploy_test.go index 7b54f8c6d..c1e5076cd 100644 --- a/cmd/deploy_test.go +++ b/cmd/deploy_test.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/dev_common.go b/cmd/dev_common.go index 6bee96510..e520ab27d 100644 --- a/cmd/dev_common.go +++ b/cmd/dev_common.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/docs.go b/cmd/docs.go index 16cec3074..5b02de973 100644 --- a/cmd/docs.go +++ b/cmd/docs.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/extract.go b/cmd/extract.go index fe160106e..d5acf3c48 100644 --- a/cmd/extract.go +++ b/cmd/extract.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/init.go b/cmd/init.go index 5357e2670..ef29905c5 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/init_test.go b/cmd/init_test.go index 583e46da0..8eef4abca 100644 --- a/cmd/init_test.go +++ b/cmd/init_test.go @@ -1,3 +1,17 @@ +// Copyright © 2019 The Appsody 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 cmd_test import ( diff --git a/cmd/list.go b/cmd/list.go index 9da225e15..77f86901f 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/repo.go b/cmd/repo.go index 74d1ee13f..578f05160 100644 --- a/cmd/repo.go +++ b/cmd/repo.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/repo_add.go b/cmd/repo_add.go index 4d270f0de..e55ace080 100644 --- a/cmd/repo_add.go +++ b/cmd/repo_add.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/repo_add_test.go b/cmd/repo_add_test.go index 7ff6b7be6..95a10e8b2 100644 --- a/cmd/repo_add_test.go +++ b/cmd/repo_add_test.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/repo_list.go b/cmd/repo_list.go index 8f8786810..ec125c88f 100644 --- a/cmd/repo_list.go +++ b/cmd/repo_list.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/repo_list_test.go b/cmd/repo_list_test.go index f6346a83f..2843e4553 100644 --- a/cmd/repo_list_test.go +++ b/cmd/repo_list_test.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/repo_remove.go b/cmd/repo_remove.go index 6a656ef2a..7605c9bad 100644 --- a/cmd/repo_remove.go +++ b/cmd/repo_remove.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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.go b/cmd/root.go index 9a0dd3cad..954fa47d3 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,3 +1,17 @@ +// Copyright © 2019 The Appsody 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 cmd import ( diff --git a/cmd/run.go b/cmd/run.go index 70b802ca8..e8755e238 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/run_test.go b/cmd/run_test.go index 3bd57c323..7209a8479 100644 --- a/cmd/run_test.go +++ b/cmd/run_test.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/stop.go b/cmd/stop.go index 06d5be4d7..858022262 100644 --- a/cmd/stop.go +++ b/cmd/stop.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/test.go b/cmd/test.go index a12d2daf0..ad55214d4 100644 --- a/cmd/test.go +++ b/cmd/test.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/utils.go b/cmd/utils.go index 97c404f23..335968e2e 100644 --- a/cmd/utils.go +++ b/cmd/utils.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/utils_test.go b/cmd/utils_test.go index 80d895868..aa949da96 100644 --- a/cmd/utils_test.go +++ b/cmd/utils_test.go @@ -1,3 +1,17 @@ +// Copyright © 2019 The Appsody 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 cmd_test import ( diff --git a/cmd/version.go b/cmd/version.go index b63bd6068..6e4eb6a63 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // 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/main.go b/main.go index e7280896c..8e54e6763 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright © 2019 NAME HERE +// Copyright © 2019 The Appsody Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.