summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-28 16:25:17 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-28 10:33:02 -0600
commita61e25f17492bf78eb5d5ec962f0d174f94d8f84 (patch)
treebcf146cbd1790a4f07c001bbdfd9cb58d34cbcbc /source4/scripting/python
parent65837a784b424cff6152101cf6c69a68e6272cf0 (diff)
downloadsamba-a61e25f17492bf78eb5d5ec962f0d174f94d8f84.tar.gz
samba-a61e25f17492bf78eb5d5ec962f0d174f94d8f84.tar.bz2
samba-a61e25f17492bf78eb5d5ec962f0d174f94d8f84.zip
r26622: python: Update license version, clarify copyright.
(This used to be commit 3ee62094074d74b6c69948730f2892f0a430f40b)
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/samba/provision.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py
index 53eb1d618f..fa45f7a79d 100644
--- a/source4/scripting/python/samba/provision.py
+++ b/source4/scripting/python/samba/provision.py
@@ -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: