summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2020-02-05 10:45:54 +0100
committerAndreas Schneider <asn@cryptomilk.org>2020-02-05 10:45:54 +0100
commit82bbea3a54670b2eb779caba923e2aee6f50d383 (patch)
tree5ab52f77125637e0f83afcd4bc44f0cd8a3f5480
parentdbdec849eed0ef1a82fcf40bffba11c2016026d9 (diff)
downloaddotfiles-82bbea3a54670b2eb779caba923e2aee6f50d383.tar.gz
dotfiles-82bbea3a54670b2eb779caba923e2aee6f50d383.tar.xz
dotfiles-82bbea3a54670b2eb779caba923e2aee6f50d383.zip
git: Add year to copyright
-rwxr-xr-xgit/bin/git-review+2
-rwxr-xr-xgit/bin/git-signoff+2
2 files changed, 2 insertions, 2 deletions
diff --git a/git/bin/git-review+ b/git/bin/git-review+
index 59dd91a..4526932 100755
--- a/git/bin/git-review+
+++ b/git/bin/git-review+
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (c) Andreas Schneider <asn@cryptomilk.org>
+# Copyright (c) 2019-2020 Andreas Schneider <asn@cryptomilk.org>
#
# This program 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/git/bin/git-signoff+ b/git/bin/git-signoff+
index c552a4c..a446e61 100755
--- a/git/bin/git-signoff+
+++ b/git/bin/git-signoff+
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (c) Andreas Schneider <asn@cryptomilk.org>
+# Copyright (c) 2019-2020 Andreas Schneider <asn@cryptomilk.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by