summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-19 20:16:21 -0400
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 07:22:53 -0300
commit979fe2dd0a3f223cafe8ef24b1e12fdb022768cf (patch)
treebdf18b243f7ee9398184b428965bf39c3de0f260
parent9f7a4dc94acf2e766c8fb9b573d65b1df9a3f67d (diff)
downloadkmod-979fe2dd0a3f223cafe8ef24b1e12fdb022768cf.tar.gz
python: .update-copyright.conf: add copyright configuration.
Use my external update-copyright package to maintain copyright blurbs. http://pypi.python.org/pypi/update-copyright/
-rw-r--r--libkmod/python/.update-copyright.conf18
1 files changed, 18 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.