From dc660e1d9bfeccb2e21dd6b1da1afe056117e3fc Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 19 Oct 2012 20:16:21 -0400 Subject: [PATCH] .update-copyright.conf: add copyright configuration. Use my external update-copyright package to maintain copyright blurbs. http://pypi.python.org/pypi/update-copyright/ Signed-off-by: W. Trevor King --- .update-copyright.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .update-copyright.conf diff --git a/.update-copyright.conf b/.update-copyright.conf new file mode 100644 index 0000000..a41f50d --- /dev/null +++ b/.update-copyright.conf @@ -0,0 +1,18 @@ +[project] +name: python-kmod +vcs: Git + +[files] +authors: yes +files: yes +ignored: COPYING, COPYING.LESSER, README, .update-copyright.conf, .git* + +[copyright] +short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU Lesser General Public License. +long: This file is part of %(project)s. + + %(project)s is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. + + %(project)s is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License along with %(project)s. If not, see . -- 2.26.2