airshipctl/cmd/config
Yasin, Siraj (SY495P) c25d223c7b Add copyright for missing files
* added license templates for go, bash & yaml in tools dir
* added a script that will add license information for all
    missing files. Type:  go, yaml, yml, sh
* skip adding license for all files within testdata
* Syntax:
   > ./tools/add_license.sh

* Skip license for manifests folder
* Added one extra line after licene for yaml files
* Added License after Hashbang for bash.
* Add an extra line after hashbang and before license
* Updated the go template to use multiline comments

New Files:
  1. tools/add_license.sh
  2. tools/license_go.txt
  3. tools/license_yaml.txt
  4. tools/license_bash.txt

Change-Id: Ia4da5b261e7cd518d446896b72c810421877472a
Realtes-To:#147
2020-04-09 08:35:59 -05:00
..
testdata [#38] Add end-user documentation to project 2020-03-10 16:45:19 +00:00
config.go Add copyright for missing files 2020-04-09 08:35:59 -05:00
config_test.go Properly locate tests within a config_test pkg for pkg/config and cmd/config 2020-03-11 16:21:57 -07:00
get_authinfo.go Fix for Lint warnings 2020-04-07 14:07:45 +00:00
get_authinfo_test.go [#58] Update error strings to be golint compliant 2020-02-28 16:31:53 -05:00
get_cluster.go [#42] Refactor flag operations to be uniform 2020-02-20 11:25:41 -06:00
get_cluster_test.go [#58] Update error strings to be golint compliant 2020-02-28 16:31:53 -05:00
get_context.go [#42] Refactor flag operations to be uniform 2020-02-20 11:25:41 -06:00
get_context_test.go Fix various code style issues 2020-02-07 09:28:18 -06:00
init.go [#6] Add config init subcommand 2020-02-17 16:22:10 -06:00
init_test.go [#6] Add config init subcommand 2020-02-17 16:22:10 -06:00
set_authinfo.go [#38] Add end-user documentation to project 2020-03-10 16:45:19 +00:00
set_authinfo_test.go Properly locate tests within a config_test pkg for pkg/config and cmd/config 2020-03-11 16:21:57 -07:00
set_cluster.go [#42] Refactor flag operations to be uniform 2020-02-20 11:25:41 -06:00
set_cluster_test.go Refactor ClusterComplexName 2020-03-26 17:46:35 -05:00
set_context.go [#74] - args for set-context is optional 2020-03-02 17:06:11 +00:00
set_context_test.go Properly locate tests within a config_test pkg for pkg/config and cmd/config 2020-03-11 16:21:57 -07:00
use_context.go [#56] Add use-context subcommand 2020-02-26 10:35:13 -06:00
use_context_test.go Properly locate tests within a config_test pkg for pkg/config and cmd/config 2020-03-11 16:21:57 -07:00