diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/samba/provision.py | 2 | ||||
-rwxr-xr-x | source4/setup/provision.py | 4 |
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 |