[debian-edu-commits] debian-edu/upstream/ 05/09: Added copyright info to python code.

Petter Reinholdtsen pere at moszumanska.debian.org
Thu Dec 22 09:27:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository libpam-mklocaluser.

commit e43f94050ad9d6b4be82b0e1911250dedcf8377f
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Dec 22 09:22:18 2016 +0000

    Added copyright info to python code.
---
 debian/pam-python.py | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/debian/pam-python.py b/debian/pam-python.py
index 30487ef..ff863aa 100755
--- a/debian/pam-python.py
+++ b/debian/pam-python.py
@@ -1,4 +1,25 @@
 #!/usr/bin/env python
+# Copyright (C) 2010-2016 Petter Reinholdtsen <pere at hungry.com>
+#               2010 Morten Werner Forsbring <werner at debian.org>
+#
+# Licensed under the GNU General Public License Version 2
+#
+# 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 2 of the License, or
+# (at your option) any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+__author__ = "Petter Reinholdtsen <pere at hungry.com>"
+
 #
 # Create local user and redirected home directory.
 # If the local user logging in have uid >= 1000, create primary group

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/libpam-mklocaluser.git



More information about the debian-edu-commits mailing list