[PATCH 14/26] Add license text to samba/gpclass.py

abartlet at samba.org abartlet at samba.org
Thu Jun 5 04:07:19 MDT 2014


From: Garming Sam <garming at catalyst.net.nz>

Signed-off-by: Garming Sam <garming at catalyst.net.nz>
---
 python/samba/gpclass.py | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/python/samba/gpclass.py b/python/samba/gpclass.py
index 14fc3ea..8a50381 100755
--- a/python/samba/gpclass.py
+++ b/python/samba/gpclass.py
@@ -1,7 +1,22 @@
 #!/usr/bin/env python
-# Copyright Luke Morrison <luc785 at .hotmail.com> 2013
+#
+# Reads important GPO parameters and updates Samba
+# Copyright (C) Luke Morrison <luc785 at .hotmail.com> 2013
+#
+# 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 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, see <http://www.gnu.org/licenses/>.
+
 
-'''Reads important GPO parameters and updates Samba'''
 import sys
 import os
 sys.path.insert(0, "bin/python")
-- 
1.9.3



More information about the samba-technical mailing list