From a61e25f17492bf78eb5d5ec962f0d174f94d8f84 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 28 Dec 2007 16:25:17 -0600 Subject: r26622: python: Update license version, clarify copyright. (This used to be commit 3ee62094074d74b6c69948730f2892f0a430f40b) --- source4/scripting/python/samba/provision.py | 2 +- source4/setup/provision.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'source4') 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 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 -- cgit