From 757e627e42cefd10f0eb2523f2bb3170efcad428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Furug=C3=A5rd?= Date: Tue, 10 Nov 2020 20:53:48 +0100 Subject: [PATCH] license thing --- cmd/addCluster.go | 2 +- cmd/config.go | 2 +- cmd/describe.go | 2 +- cmd/describeCluster.go | 2 +- cmd/describeJob.go | 2 +- cmd/generateAutocomplete.go | 2 +- cmd/get.go | 2 +- cmd/getJars.go | 2 +- cmd/getJobs.go | 2 +- cmd/root.go | 2 +- cmd/scale.go | 2 +- cmd/scaleJob.go | 2 +- cmd/stop.go | 2 +- cmd/stopCluster.go | 2 +- cmd/stopJob.go | 2 +- cmd/submit.go | 2 +- cmd/submitJar.go | 2 +- cmd/submitJob.go | 2 +- cmd/useCluster.go | 2 +- main.go | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/cmd/addCluster.go b/cmd/addCluster.go index 718ecd6..6e95488 100644 --- a/cmd/addCluster.go +++ b/cmd/addCluster.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/config.go b/cmd/config.go index a63173c..60fbadd 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/describe.go b/cmd/describe.go index 73b290d..5449741 100644 --- a/cmd/describe.go +++ b/cmd/describe.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/describeCluster.go b/cmd/describeCluster.go index 57710df..0bc9aaa 100644 --- a/cmd/describeCluster.go +++ b/cmd/describeCluster.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/describeJob.go b/cmd/describeJob.go index 805e827..33e8246 100644 --- a/cmd/describeJob.go +++ b/cmd/describeJob.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/generateAutocomplete.go b/cmd/generateAutocomplete.go index 66d3c04..19d0fe3 100644 --- a/cmd/generateAutocomplete.go +++ b/cmd/generateAutocomplete.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/get.go b/cmd/get.go index ae0b8bb..f540f1d 100644 --- a/cmd/get.go +++ b/cmd/get.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/getJars.go b/cmd/getJars.go index 295450c..0e86e38 100644 --- a/cmd/getJars.go +++ b/cmd/getJars.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/getJobs.go b/cmd/getJobs.go index 04df128..a5893d9 100644 --- a/cmd/getJobs.go +++ b/cmd/getJobs.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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 6829152..98adbb6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/scale.go b/cmd/scale.go index 0a0498e..1b91e4d 100644 --- a/cmd/scale.go +++ b/cmd/scale.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/scaleJob.go b/cmd/scaleJob.go index 8c2f542..5e1ff99 100644 --- a/cmd/scaleJob.go +++ b/cmd/scaleJob.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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 f8503be..2fdfad1 100644 --- a/cmd/stop.go +++ b/cmd/stop.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/stopCluster.go b/cmd/stopCluster.go index 10d3416..a9e429b 100644 --- a/cmd/stopCluster.go +++ b/cmd/stopCluster.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/stopJob.go b/cmd/stopJob.go index e5b0f32..a75e83f 100644 --- a/cmd/stopJob.go +++ b/cmd/stopJob.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/submit.go b/cmd/submit.go index 43c9fb1..ddcaed7 100644 --- a/cmd/submit.go +++ b/cmd/submit.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/submitJar.go b/cmd/submitJar.go index 11dd0ed..1897a7c 100644 --- a/cmd/submitJar.go +++ b/cmd/submitJar.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/submitJob.go b/cmd/submitJob.go index 00f15a0..dee2788 100644 --- a/cmd/submitJob.go +++ b/cmd/submitJob.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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/useCluster.go b/cmd/useCluster.go index a714d38..956902e 100644 --- a/cmd/useCluster.go +++ b/cmd/useCluster.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård 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 8b60313..7f479d1 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2020 Magnus Furugård Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.