summaryrefslogtreecommitdiff
path: root/source4
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
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')
-rw-r--r--source4/scripting/python/samba/provision.py2
-rwxr-xr-xsource4/setup/provision.py4
2 files changed, 4 insertions, 2 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:
diff --git a/source4/setup/provision.py b/source4/setup/provision.py
index 94560fc042..e166d5f3dd 100755
--- a/source4/setup/provision.py
+++ b/source4/setup/provision.py
@@ -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