changeset 4763:1de041b8edf7

Add copyright and license information to files authored by Jan Vroonhof. See <25583f1f0911131309k3ffe3a3cjaf76b363a0d9fd24@mail.gmail.com> in xemacs-beta for Jan's permission to do so. See xemacs-patches message <870180fe0912031254x5a120063p104988fe24d5816@mail.gmail.com> for more information.
author Jerry James <james@xemacs.org>
date Thu, 03 Dec 2009 13:55:59 -0700
parents 53f27fcd3cd9
children 1257b938f03a
files etc/ChangeLog etc/custom/example-themes/europe-theme.el etc/custom/example-themes/example-theme.el
diffstat 3 files changed, 53 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Wed Dec 02 00:25:59 2009 -0500
+++ b/etc/ChangeLog	Thu Dec 03 13:55:59 2009 -0700
@@ -1,3 +1,9 @@
+2009-12-03  Jerry James  <james@xemacs.org>
+
+	* custom/example-themes/europe-theme.el:
+	* custom/example-themes/example-theme.el: Add copyright and GPL
+	notices as authorized by Jan Vroonhof.
+
 2009-06-14  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* gdbinit.in: 
--- a/etc/custom/example-themes/europe-theme.el	Wed Dec 02 00:25:59 2009 -0500
+++ b/etc/custom/example-themes/europe-theme.el	Thu Dec 03 13:55:59 2009 -0700
@@ -1,3 +1,26 @@
+;;; europe-theme.el --- Settings for European users
+
+;; Copyright (C) 1999 Free Software Foundation, Inc.
+
+;; Author: Jan Vroonhof <jan@xemacs.org>
+
+;; This file is part of XEmacs.
+
+;; XEmacs 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.
+
+;; XEmacs is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with XEmacs; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+;; MA 02111-1301, USA.
+
 ;;;autoload 
 (deftheme europe
   "Settings for European users."
--- a/etc/custom/example-themes/example-theme.el	Wed Dec 02 00:25:59 2009 -0500
+++ b/etc/custom/example-themes/example-theme.el	Thu Dec 03 13:55:59 2009 -0700
@@ -1,3 +1,26 @@
+;;; example-theme.el --- An example customize theme
+
+;; Copyright (C) 1999 Free Software Foundation, Inc.
+
+;; Author: Jan Vroonhof <jan@xemacs.org>
+
+;; This file is part of XEmacs.
+
+;; XEmacs 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.
+
+;; XEmacs is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with XEmacs; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+;; MA 02111-1301, USA.
+
 ;;;autoload 
 (deftheme example
   "A sample theme for customize theme support."
@@ -12,4 +35,4 @@
 (provide-theme 'example)
 
 
-  
\ No newline at end of file
+