summaryrefslogtreecommitdiff
path: root/src/gitget
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-02 00:20:19 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-02 00:20:19 -0500
commitc43f0808583070a22e904cd650e8ed17fe781806 (patch)
treefcbe57944ebf5be66af8cdb653cf66449e2d5f66 /src/gitget
parent001ab1a91d1182d7023329bd2342dbf6ec265554 (diff)
Normalize to use the string "Copyright (C)"
Diffstat (limited to 'src/gitget')
-rwxr-xr-xsrc/gitget/gitget4
-rwxr-xr-xsrc/gitget/libregit2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gitget/gitget b/src/gitget/gitget
index 194ec05..3e35cec 100755
--- a/src/gitget/gitget
+++ b/src/gitget/gitget
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-# Copyright (c) 2012-2013 Pacman Development Team <pacman-dev@archlinux.org>
-# Copyright (c) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net>
+# Copyright (C) 2012-2013 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (C) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
# 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/src/gitget/libregit b/src/gitget/libregit
index f89a402..95b59ff 100755
--- a/src/gitget/libregit
+++ b/src/gitget/libregit
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# Copyright (c) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net>
+# Copyright (C) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
# 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