diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-04T10·15+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-09-04T10·58+0100 |
commit | 7b9ae4831d1515916c0aed3d98c2a143bcf04c49 (patch) | |
tree | 21dd1c3209e8abda9e1ff7d48b0aa32ab6547018 | |
parent | 5b82bc60fc8972d083f4f9146647cc161578a7c1 (diff) |
chore: Update copyright headers to 2019
-rwxr-xr-x | build-release.sh | 2 | ||||
-rw-r--r-- | context/context.go | 2 | ||||
-rw-r--r-- | context/context_test.go | 2 | ||||
-rw-r--r-- | default.nix | 2 | ||||
-rw-r--r-- | main.go | 2 | ||||
-rw-r--r-- | release.nix | 2 | ||||
-rw-r--r-- | templater/dns.go | 2 | ||||
-rw-r--r-- | templater/pass.go | 2 | ||||
-rw-r--r-- | templater/templater.go | 2 | ||||
-rw-r--r-- | templater/templater_test.go | 2 | ||||
-rw-r--r-- | util/util.go | 2 | ||||
-rw-r--r-- | util/util_test.go | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/build-release.sh b/build-release.sh index 1dfae4ddc152..a147e674edfd 100755 --- a/build-release.sh +++ b/build-release.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -ueo pipefail -# Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +# Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> # # This file is part of Kontemplate. # diff --git a/context/context.go b/context/context.go index 262e8c948035..2d0378a0ec23 100644 --- a/context/context.go +++ b/context/context.go @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> // // This file is part of Kontemplate. // diff --git a/context/context_test.go b/context/context_test.go index 5d6164585cb2..7ecd9d587d24 100644 --- a/context/context_test.go +++ b/context/context_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> // // This file is part of Kontemplate. // diff --git a/default.nix b/default.nix index b2f1c284fb20..afec560fbafd 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Vincent Ambo <mail@tazj.in> +# Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> # # This file is part of Kontemplate. # diff --git a/main.go b/main.go index 3d20adde379e..ceb801b1101d 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> // // Kontemplate is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/release.nix b/release.nix index 9b3ff55c104c..54b32b0dd066 100644 --- a/release.nix +++ b/release.nix @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Vincent Ambo <mail@tazj.in> +# Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> # # This file is part of Kontemplate. # diff --git a/templater/dns.go b/templater/dns.go index e6b21068041a..6cd974dd9324 100644 --- a/templater/dns.go +++ b/templater/dns.go @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> // // This file is part of Kontemplate. // diff --git a/templater/pass.go b/templater/pass.go index 53d8f2f9bc6b..f7fbcb433de5 100644 --- a/templater/pass.go +++ b/templater/pass.go @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> // // This file is part of Kontemplate. // diff --git a/templater/templater.go b/templater/templater.go index 6cf8a4c2e2de..a8f0c670a603 100644 --- a/templater/templater.go +++ b/templater/templater.go @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> // // This file is part of Kontemplate. // diff --git a/templater/templater_test.go b/templater/templater_test.go index 4237681c1a01..c20858c203b4 100644 --- a/templater/templater_test.go +++ b/templater/templater_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> // // This file is part of Kontemplate. // diff --git a/util/util.go b/util/util.go index ee972e2ee4ae..56fa1e3fc9c5 100644 --- a/util/util.go +++ b/util/util.go @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> // // This file is part of Kontemplate. // diff --git a/util/util_test.go b/util/util_test.go index 1a17adfcdb0c..53c56081758c 100644 --- a/util/util_test.go +++ b/util/util_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// Copyright (C) 2016-2019 Vincent Ambo <mail@tazj.in> // // This file is part of Kontemplate. // |