From: W. Trevor King Date: Sat, 20 Oct 2012 00:16:21 +0000 (-0400) Subject: python: .update-copyright.conf: add copyright configuration. X-Git-Tag: v17~10^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6745a4a7daeab9b130555f957e2c5272c8c65d1a;p=platform%2Fupstream%2Fkmod.git python: .update-copyright.conf: add copyright configuration. Use my external update-copyright package to maintain copyright blurbs. http://pypi.python.org/pypi/update-copyright/ --- diff --git a/libkmod/python/.update-copyright.conf b/libkmod/python/.update-copyright.conf new file mode 100644 index 0000000..a41f50d --- /dev/null +++ b/libkmod/python/.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 .