about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-09-04T10·15+0100
committerVincent Ambo <github@tazj.in>2019-09-04T10·58+0100
commit7b9ae4831d1515916c0aed3d98c2a143bcf04c49 (patch)
tree21dd1c3209e8abda9e1ff7d48b0aa32ab6547018
parent5b82bc60fc8972d083f4f9146647cc161578a7c1 (diff)
chore: Update copyright headers to 2019
-rwxr-xr-xbuild-release.sh2
-rw-r--r--context/context.go2
-rw-r--r--context/context_test.go2
-rw-r--r--default.nix2
-rw-r--r--main.go2
-rw-r--r--release.nix2
-rw-r--r--templater/dns.go2
-rw-r--r--templater/pass.go2
-rw-r--r--templater/templater.go2
-rw-r--r--templater/templater_test.go2
-rw-r--r--util/util.go2
-rw-r--r--util/util_test.go2
12 files changed, 12 insertions, 12 deletions
diff --git a/build-release.sh b/build-release.sh
index 1dfae4ddc1..a147e674ed 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 262e8c9480..2d0378a0ec 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 5d6164585c..7ecd9d587d 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 b2f1c284fb..afec560fba 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 3d20adde37..ceb801b110 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 9b3ff55c10..54b32b0dd0 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 e6b2106804..6cd974dd93 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 53d8f2f9bc..f7fbcb433d 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 6cf8a4c2e2..a8f0c670a6 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 4237681c1a..c20858c203 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 ee972e2ee4..56fa1e3fc9 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 1a17adfcdb..53c5608175 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.
 //