carbon2-commit: Clarify the GPL status of several sample module files. J. Kean Johnston
Michael Sperber
sperber-guest at alioth.debian.org
Sat Nov 14 09:34:02 EST 2009
changeset: 4781:dce479915b74
user: Jerry James <james at xemacs.org>
date: Mon Nov 09 13:07:56 2009 -0700
files: modules/ChangeLog modules/sample/external/Makefile.in.in modules/sample/external/configure.ac modules/sample/external/sample.c modules/sample/internal/sample.c
description:
Clarify the GPL status of several sample module files. J. Kean Johnston
already approved the release of his works under a GPL version 2 or later
license, and I originally intended my work to be released under such a
license. See xemacs-patches message with ID
<870180fe0911091206k52ef683dme3c81d3d4eb825bf at mail.gmail.com>.
diff -r d261888e5069 -r dce479915b74 modules/ChangeLog
--- a/modules/ChangeLog Mon Nov 09 18:00:10 2009 +0000
+++ b/modules/ChangeLog Mon Nov 09 13:07:56 2009 -0700
@@ -1,3 +1,10 @@
+2009-11-09 Jerry James <james at xemacs.org>
+
+ * sample/external/Makefile.in.in: Clarify GPL status.
+ * sample/external/configure.ac: Ditto.
+ * sample/external/sample.c: Ditto.
+ * sample/internal/sample.c: Ditto.
+
2009-10-05 Jerry James <james at xemacs.org>
* ldap/eldap.c (Fldap_search_basic): quiet gcc warnings due to
diff -r d261888e5069 -r dce479915b74 modules/sample/external/Makefile.in.in
--- a/modules/sample/external/Makefile.in.in Mon Nov 09 18:00:10 2009 +0000
+++ b/modules/sample/external/Makefile.in.in Mon Nov 09 13:07:56 2009 -0700
@@ -1,5 +1,10 @@
## Makefile for the sample module in XEmacs.
## Copyright (C) 2002 Jerry James.
+##
+## This sample Makefile is free; you can redistribute it and/or modify it
+## under the terms of the GNU General Public License as published by the
+## Free Software Foundation; either version 2, or (at your option) any
+## later version.
## This file is not part of XEmacs.
diff -r d261888e5069 -r dce479915b74 modules/sample/external/configure.ac
--- a/modules/sample/external/configure.ac Mon Nov 09 18:00:10 2009 +0000
+++ b/modules/sample/external/configure.ac Mon Nov 09 13:07:56 2009 -0700
@@ -1,4 +1,8 @@
# Process this file with autoconf to produce a configure script.
+# This sample autoconf input script is free; you can redistribute it and/or
+# modify it under the terms of the GNU General Public LIcense as published by
+# the Free Software Foundation; either version 2, or (at your option) any
+# later version.
AC_INIT([Sample module], [1.0], [xemacs-beta at xemacs.org])
AC_PREREQ(2.53)
AC_REVISION($Revision: 1.1 $)
diff -r d261888e5069 -r dce479915b74 modules/sample/external/sample.c
--- a/modules/sample/external/sample.c Mon Nov 09 18:00:10 2009 +0000
+++ b/modules/sample/external/sample.c Mon Nov 09 13:07:56 2009 -0700
@@ -3,6 +3,11 @@
* of Emacs dynamic modules.
* (C) Copyright 1998, 1999 J. Kean Johnston. All rights reserved.
* (C) Copyright 2002 Jerry James.
+ *
+ * This sample module code is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as published
+ * by the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
*/
#include <config.h>
diff -r d261888e5069 -r dce479915b74 modules/sample/internal/sample.c
--- a/modules/sample/internal/sample.c Mon Nov 09 18:00:10 2009 +0000
+++ b/modules/sample/internal/sample.c Mon Nov 09 13:07:56 2009 -0700
@@ -3,6 +3,11 @@
* of Emacs dynamic modules.
* (C) Copyright 1998, 1999 J. Kean Johnston. All rights reserved.
* (C) Copyright 2002 Jerry James.
+ *
+ * This sample module code is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as published
+ * by the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
*/
#include <config.h>
More information about the XEmacs-Patches
mailing list