# HG changeset patch # User Jerry James # Date 1259873759 25200 # Node ID 1de041b8edf7062f058a5e1e16936183bcbcdff3 # Parent 53f27fcd3cd99d81dcfbd2c7de9ca6d746b5a801 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. diff -r 53f27fcd3cd9 -r 1de041b8edf7 etc/ChangeLog --- 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 + + * 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 * gdbinit.in: diff -r 53f27fcd3cd9 -r 1de041b8edf7 etc/custom/example-themes/europe-theme.el --- 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 + +;; 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." diff -r 53f27fcd3cd9 -r 1de041b8edf7 etc/custom/example-themes/example-theme.el --- 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 + +;; 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 +