changeset: 5477:9fc91aa3a927
user: Mats Lidell <matsl(a)xemacs.org>
date: Tue Oct 19 23:34:53 2010 +0200
files: tests/tooltalk/Makefile tests/tooltalk/emacs-eval.c
tests/tooltalk/load-file.c tests/tooltalk/make-client-frame.c tests/tooltalk/simple.el
description:
Converted tooltalk to GPLv3 according to GPLv3 source survey analysis.
diff -r 7ba892d101ce -r 9fc91aa3a927 tests/tooltalk/Makefile
--- a/tests/tooltalk/Makefile Tue Oct 19 22:33:36 2010 +0200
+++ b/tests/tooltalk/Makefile Tue Oct 19 23:34:53 2010 +0200
@@ -6,6 +6,21 @@
# Keywords: ToolTalk, testing
# Copyright (C) 1995 Sun Microsystems, Inc
+
+# 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 3 of the License, 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. If not, see <
http://www.gnu.org/licenses/>
### Commentary:
# This is SPARCworks & Solaris 2.x-centric.
diff -r 7ba892d101ce -r 9fc91aa3a927 tests/tooltalk/emacs-eval.c
--- a/tests/tooltalk/emacs-eval.c Tue Oct 19 22:33:36 2010 +0200
+++ b/tests/tooltalk/emacs-eval.c Tue Oct 19 23:34:53 2010 +0200
@@ -1,4 +1,22 @@
-/* emacs-eval.c - send an s-expression to XEmacs for evaluation via ToolTalk */
+/* emacs-eval.c - send an s-expression to XEmacs for evaluation via ToolTalk
+ Copyright (C) 1995 Sun Microsystems, Inc
+
+ Author: Vladimir Ivanovic <vladimir(a)Eng.Sun.COM>
+
+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 3 of the License, 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. If not, see <
http://www.gnu.org/licenses/>. */
/* See `tooltalk-eval-handler' in the file lisp/tooltalk/tooltalk-init.el for
the receiver side. */
diff -r 7ba892d101ce -r 9fc91aa3a927 tests/tooltalk/load-file.c
--- a/tests/tooltalk/load-file.c Tue Oct 19 22:33:36 2010 +0200
+++ b/tests/tooltalk/load-file.c Tue Oct 19 23:34:53 2010 +0200
@@ -1,4 +1,22 @@
-/* load-file.c - load & execute an Emacs Lisp file in XEmacs using ToolTalk */
+/* load-file.c - load & execute an Emacs Lisp file in XEmacs using ToolTalk
+ Copyright (C) 1995 Sun Microsystems, Inc
+
+ Author: Vladimir Ivanovic <vladimir(a)Eng.Sun.COM>
+
+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 3 of the License, 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. If not, see <
http://www.gnu.org/licenses/>. */
/* See `tooltalk-load-file-handler' in the file lisp/tooltalk/tooltalk-init.el
for the receiver side. */
diff -r 7ba892d101ce -r 9fc91aa3a927 tests/tooltalk/make-client-frame.c
--- a/tests/tooltalk/make-client-frame.c Tue Oct 19 22:33:36 2010 +0200
+++ b/tests/tooltalk/make-client-frame.c Tue Oct 19 23:34:53 2010 +0200
@@ -1,4 +1,22 @@
-/* make-client-frame.c - create a new frame in XEmacs using ToolTalk */
+/* make-client-frame.c - create a new frame in XEmacs using ToolTalk
+ Copyright (C) 1995 Sun Microsystems, Inc
+
+ Author: Vladimir Ivanovic <vladimir(a)Eng.Sun.COM>
+
+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 3 of the License, 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. If not, see <
http://www.gnu.org/licenses/>. */
/* See `tooltalk-make-client-frame-handler' in the file
lisp/tooltalk/tooltalk-init.el for the receiver side. */
diff -r 7ba892d101ce -r 9fc91aa3a927 tests/tooltalk/simple.el
--- a/tests/tooltalk/simple.el Tue Oct 19 22:33:36 2010 +0200
+++ b/tests/tooltalk/simple.el Tue Oct 19 23:34:53 2010 +0200
@@ -1,4 +1,23 @@
;;; Example of Sending Messages
+
+;; Copyright (C) 1995 Sun Microsystems, Inc
+
+;; Author: Vladimir Ivanovic <vladimir(a)Eng.Sun.COM>
+
+;; 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 3 of the License, 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. If not, see <
http://www.gnu.org/licenses/>.
(defun tooltalk-random-query-handler (msg pat)
(let ((state (get-tooltalk-message-attribute msg 'state)))
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches