This is an automated email from the git hooks/post-receive script. infinity0 pushed a commit to branch master in repository devscripts.
commit 108f51f5eaef21b84193c77adaa1eba8d9d1983f Author: Ximin Luo <[email protected]> Date: Mon Jul 3 12:57:52 2017 +0200 debpatch: add missing copyright info --- scripts/debpatch | 2 ++ scripts/debpatch.1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/debpatch b/scripts/debpatch index 5e0e5f3..9b326ab 100755 --- a/scripts/debpatch +++ b/scripts/debpatch @@ -1,4 +1,6 @@ #!/usr/bin/python3 +# Copyright (c) 2016-2017, Ximin Luo <[email protected]> +# # 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 the Free Software Foundation; either version 3 diff --git a/scripts/debpatch.1 b/scripts/debpatch.1 index e94f55c..9b60186 100644 --- a/scripts/debpatch.1 +++ b/scripts/debpatch.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2016, Ximin Luo <[email protected]> +.\" Copyright (c) 2016-2017, Ximin Luo <[email protected]> .\" .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
