From 5e54558c6dea67b56bbfaba5698f3a434d3dffb6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jul 2007 00:52:41 +0000 Subject: r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) --- source3/python/py_common.c | 3 +-- source3/python/py_common.h | 3 +-- source3/python/py_conv.c | 3 +-- source3/python/py_conv.h | 3 +-- source3/python/py_lsa.c | 3 +-- source3/python/py_lsa.h | 3 +-- source3/python/py_ntsec.c | 3 +-- source3/python/py_samr.c | 3 +-- source3/python/py_samr.h | 3 +-- source3/python/py_samr_conv.c | 3 +-- source3/python/py_smb.c | 3 +-- source3/python/py_smb.h | 3 +-- source3/python/py_spoolss.c | 3 +-- source3/python/py_spoolss.h | 3 +-- source3/python/py_spoolss_common.c | 3 +-- source3/python/py_spoolss_drivers.c | 3 +-- source3/python/py_spoolss_drivers_conv.c | 3 +-- source3/python/py_spoolss_forms.c | 3 +-- source3/python/py_spoolss_forms_conv.c | 3 +-- source3/python/py_spoolss_jobs.c | 3 +-- source3/python/py_spoolss_jobs_conv.c | 3 +-- source3/python/py_spoolss_ports.c | 3 +-- source3/python/py_spoolss_ports_conv.c | 3 +-- source3/python/py_spoolss_printerdata.c | 3 +-- source3/python/py_spoolss_printers.c | 3 +-- source3/python/py_spoolss_printers_conv.c | 3 +-- source3/python/py_srvsvc.c | 3 +-- source3/python/py_srvsvc.h | 3 +-- source3/python/py_srvsvc_conv.c | 3 +-- source3/python/py_tdbpack.c | 3 +-- source3/python/py_winbind.c | 3 +-- source3/python/py_winbind.h | 3 +-- source3/python/py_winbind_conv.c | 3 +-- source3/python/py_winreg.c | 3 +-- source3/python/py_winreg.h | 3 +-- 35 files changed, 35 insertions(+), 70 deletions(-) (limited to 'source3/python') diff --git a/source3/python/py_common.c b/source3/python/py_common.c index f7c5b6d327..d4230998dd 100644 --- a/source3/python/py_common.c +++ b/source3/python/py_common.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_common.h" diff --git a/source3/python/py_common.h b/source3/python/py_common.h index 7046662a57..04a8f61eb8 100644 --- a/source3/python/py_common.h +++ b/source3/python/py_common.h @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _PY_COMMON_H diff --git a/source3/python/py_conv.c b/source3/python/py_conv.c index e313fff7bf..13d9ef9dc4 100644 --- a/source3/python/py_conv.c +++ b/source3/python/py_conv.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "py_conv.h" diff --git a/source3/python/py_conv.h b/source3/python/py_conv.h index 1ace6db4dc..c4baa84cc5 100644 --- a/source3/python/py_conv.h +++ b/source3/python/py_conv.h @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _PY_CONV_H diff --git a/source3/python/py_lsa.c b/source3/python/py_lsa.c index 4ff93a83ec..6095fdfc67 100644 --- a/source3/python/py_lsa.c +++ b/source3/python/py_lsa.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_lsa.h" diff --git a/source3/python/py_lsa.h b/source3/python/py_lsa.h index ed10e086aa..27e48020db 100644 --- a/source3/python/py_lsa.h +++ b/source3/python/py_lsa.h @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _PY_LSA_H diff --git a/source3/python/py_ntsec.c b/source3/python/py_ntsec.c index 7481959e38..6cd59ae6d0 100644 --- a/source3/python/py_ntsec.c +++ b/source3/python/py_ntsec.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_common.h" diff --git a/source3/python/py_samr.c b/source3/python/py_samr.c index 7b655bf072..8f42e879b5 100644 --- a/source3/python/py_samr.c +++ b/source3/python/py_samr.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_samr.h" diff --git a/source3/python/py_samr.h b/source3/python/py_samr.h index 9f5adfb75a..78ee803ed1 100644 --- a/source3/python/py_samr.h +++ b/source3/python/py_samr.h @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _PY_SAMR_H diff --git a/source3/python/py_samr_conv.c b/source3/python/py_samr_conv.c index 5e056ad6f7..193a2ecda0 100644 --- a/source3/python/py_samr_conv.c +++ b/source3/python/py_samr_conv.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_samr.h" diff --git a/source3/python/py_smb.c b/source3/python/py_smb.c index 8c69a972ed..5f913682d1 100644 --- a/source3/python/py_smb.c +++ b/source3/python/py_smb.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_smb.h" diff --git a/source3/python/py_smb.h b/source3/python/py_smb.h index d312ea11cb..781e0a3c6d 100644 --- a/source3/python/py_smb.h +++ b/source3/python/py_smb.h @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _PY_SMB_H diff --git a/source3/python/py_spoolss.c b/source3/python/py_spoolss.c index e6d185cd23..2543324b31 100644 --- a/source3/python/py_spoolss.c +++ b/source3/python/py_spoolss.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss.h b/source3/python/py_spoolss.h index f0d92bb441..3988bc6a79 100644 --- a/source3/python/py_spoolss.h +++ b/source3/python/py_spoolss.h @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _PY_SPOOLSS_H diff --git a/source3/python/py_spoolss_common.c b/source3/python/py_spoolss_common.c index 81d868c79d..32cb0cac9b 100644 --- a/source3/python/py_spoolss_common.c +++ b/source3/python/py_spoolss_common.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_drivers.c b/source3/python/py_spoolss_drivers.c index 32ed7daca4..7e84aa1a4a 100644 --- a/source3/python/py_spoolss_drivers.c +++ b/source3/python/py_spoolss_drivers.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_drivers_conv.c b/source3/python/py_spoolss_drivers_conv.c index b73482a4c2..6d5ed4dc11 100644 --- a/source3/python/py_spoolss_drivers_conv.c +++ b/source3/python/py_spoolss_drivers_conv.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_forms.c b/source3/python/py_spoolss_forms.c index 8982db87bf..df2067aa8b 100644 --- a/source3/python/py_spoolss_forms.c +++ b/source3/python/py_spoolss_forms.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_forms_conv.c b/source3/python/py_spoolss_forms_conv.c index fe5739621b..ae990a50d6 100644 --- a/source3/python/py_spoolss_forms_conv.c +++ b/source3/python/py_spoolss_forms_conv.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_jobs.c b/source3/python/py_spoolss_jobs.c index c7078f6ad4..3c160025ba 100644 --- a/source3/python/py_spoolss_jobs.c +++ b/source3/python/py_spoolss_jobs.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_jobs_conv.c b/source3/python/py_spoolss_jobs_conv.c index 9e0c70d5f8..efd3bfea11 100644 --- a/source3/python/py_spoolss_jobs_conv.c +++ b/source3/python/py_spoolss_jobs_conv.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_ports.c b/source3/python/py_spoolss_ports.c index da6fb020d3..8dad35b79d 100644 --- a/source3/python/py_spoolss_ports.c +++ b/source3/python/py_spoolss_ports.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_ports_conv.c b/source3/python/py_spoolss_ports_conv.c index 65f913747f..5e40b9456b 100644 --- a/source3/python/py_spoolss_ports_conv.c +++ b/source3/python/py_spoolss_ports_conv.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_printerdata.c b/source3/python/py_spoolss_printerdata.c index adbe468f64..5faac0e391 100644 --- a/source3/python/py_spoolss_printerdata.c +++ b/source3/python/py_spoolss_printerdata.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_printers.c b/source3/python/py_spoolss_printers.c index 6cdd0e47a6..3064758007 100644 --- a/source3/python/py_spoolss_printers.c +++ b/source3/python/py_spoolss_printers.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_spoolss_printers_conv.c b/source3/python/py_spoolss_printers_conv.c index bde9f51503..7c3f04011d 100644 --- a/source3/python/py_spoolss_printers_conv.c +++ b/source3/python/py_spoolss_printers_conv.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_spoolss.h" diff --git a/source3/python/py_srvsvc.c b/source3/python/py_srvsvc.c index e53a2dd675..94f4271674 100644 --- a/source3/python/py_srvsvc.c +++ b/source3/python/py_srvsvc.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_srvsvc.h" diff --git a/source3/python/py_srvsvc.h b/source3/python/py_srvsvc.h index 30f7822041..a3215fa44c 100644 --- a/source3/python/py_srvsvc.h +++ b/source3/python/py_srvsvc.h @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _PY_SRVSVC_H diff --git a/source3/python/py_srvsvc_conv.c b/source3/python/py_srvsvc_conv.c index 15f4f318ac..8de851dbe6 100644 --- a/source3/python/py_srvsvc_conv.c +++ b/source3/python/py_srvsvc_conv.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_srvsvc.h" diff --git a/source3/python/py_tdbpack.c b/source3/python/py_tdbpack.c index e31259a52b..e504f30b86 100644 --- a/source3/python/py_tdbpack.c +++ b/source3/python/py_tdbpack.c @@ -19,8 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "Python.h" diff --git a/source3/python/py_winbind.c b/source3/python/py_winbind.c index d5b4c9a0de..7d3a9cdf08 100644 --- a/source3/python/py_winbind.c +++ b/source3/python/py_winbind.c @@ -16,8 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "py_winbind.h" diff --git a/source3/python/py_winbind.h b/source3/python/py_winbind.h index 7d57cb9713..b865d5b47b 100644 --- a/source3/python/py_winbind.h +++ b/source3/python/py_winbind.h @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _PY_WINBIND_H diff --git a/source3/python/py_winbind_conv.c b/source3/python/py_winbind_conv.c index e02060218e..d70922dd12 100644 --- a/source3/python/py_winbind_conv.c +++ b/source3/python/py_winbind_conv.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_common.h" diff --git a/source3/python/py_winreg.c b/source3/python/py_winreg.c index 82f2711d9f..61536e4cb5 100644 --- a/source3/python/py_winreg.c +++ b/source3/python/py_winreg.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "python/py_winreg.h" diff --git a/source3/python/py_winreg.h b/source3/python/py_winreg.h index bc8328a8bf..b41a51e640 100644 --- a/source3/python/py_winreg.h +++ b/source3/python/py_winreg.h @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef _PY_WINREG_H -- cgit