Mercurial > hg > xemacs-beta
changeset 5408:9fc91aa3a927
Converted tooltalk to GPLv3 according to GPLv3 source survey analysis.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 19 Oct 2010 23:34:53 +0200 |
parents | 7ba892d101ce |
children | c36f065c3090 |
files | tests/tooltalk/Makefile tests/tooltalk/emacs-eval.c tests/tooltalk/load-file.c tests/tooltalk/make-client-frame.c tests/tooltalk/simple.el |
diffstat | 5 files changed, 91 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/tooltalk/Makefile Tue Oct 19 22:33:36 2010 +0200 +++ b/tests/tooltalk/Makefile Tue Oct 19 23:34:53 2010 +0200 @@ -7,6 +7,21 @@ # 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.
--- 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@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. */
--- 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@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. */
--- 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@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. */
--- 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,5 +1,24 @@ ;;; Example of Sending Messages +;; Copyright (C) 1995 Sun Microsystems, Inc + +;; Author: Vladimir Ivanovic <vladimir@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))) (cond