python: Update license version, clarify copyright.
authorjelmer <jelmer@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 28 Dec 2007 16:25:17 +0000 (16:25 +0000)
committerjelmer <jelmer@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 28 Dec 2007 16:25:17 +0000 (16:25 +0000)
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@26622 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/scripting/python/samba/provision.py
source/setup/provision.py

index 53eb1d618f60067af74f8ccce0fd41dc678ff76c..fa45f7a79d2a00c4eb21f97fdb07478bf5a993bd 100644 (file)
@@ -1,6 +1,6 @@
 #
 #    backend code for provisioning a Samba4 server
-#    Released under the GNU GPL v2 or later
+#    Released under the GNU GPL v3 or later
 #    Copyright Jelmer Vernooij 2007
 #
 # Based on the original in EJS:
index 94560fc042a6ec2ca2691391579df963da0848b3..e166d5f3dd28fc76ba06cd7732b12d0b23ceb702 100755 (executable)
@@ -2,8 +2,10 @@
 #
 # Unix SMB/CIFS implementation.
 # provision a Samba4 server
-# Copyright (C) Andrew Tridgell 2005
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007
+#
+# Based on the original in EJS:
+# Copyright (C) Andrew Tridgell 2005
 #   
 # 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