From 4e358705210d9534de286344d9029199e318de8f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 16 Feb 2011 20:41:29 -0800 Subject: [PATCH] Fix copyright, standardize header and licence. --- lisp/net/soap-client.el | 22 +++++++++++----------- lisp/net/soap-inspect.el | 21 +++++++++++---------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index bad6ca1e43..b4307223ba 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el @@ -1,25 +1,26 @@ ;;;; soap-client.el -- Access SOAP web services from Emacs -;; Copyright (C) 2009-2011 Alex Harsanyi +;; Copyright (C) 2009-2011 Free Software Foundation, Inc. -;; This program is free software: you can redistribute it and/or modify +;; Author: Alexandru Harsanyi (AlexHarsanyi@gmail.com) +;; Created: December, 2009 +;; Keywords: soap, web-services, comm, hypermedia +;; Homepage: http://code.google.com/p/emacs-soap-client + +;; This file is part of GNU Emacs. + +;; GNU Emacs 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. -;; This program is distributed in the hope that it will be useful, +;; GNU Emacs 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 this program. If not, see . - -;; Author: Alexandru Harsanyi (AlexHarsanyi@gmail.com) -;; Created: December, 2009 -;; Keywords: soap, web-services, comm, hypermedia -;; Homepage: http://code.google.com/p/emacs-soap-client -;; +;; along with GNU Emacs. If not, see . ;;; Commentary: ;; @@ -1733,7 +1734,6 @@ operations in a WSDL document." ;;; Local Variables: -;;; mode: emacs-lisp ;;; mode: outline-minor ;;; outline-regexp: ";;;;+" ;;; End: diff --git a/lisp/net/soap-inspect.el b/lisp/net/soap-inspect.el index 163ba13b05..7cce9844d7 100644 --- a/lisp/net/soap-inspect.el +++ b/lisp/net/soap-inspect.el @@ -1,25 +1,26 @@ ;;;; soap-inspect.el -- Interactive inspector for soap WSDL structures -;; Copyright (C) 2010-2011 Alex Harsanyi +;; Copyright (C) 2010-2011 Free Software Foundation, Inc. -;; This program is free software: you can redistribute it and/or modify +;; Author: Alexandru Harsanyi (AlexHarsanyi@gmail.com) +;; Created: October 2010 +;; Keywords: soap, web-services, comm, hypermedia +;; Homepage: http://code.google.com/p/emacs-soap-client + +;; This file is part of GNU Emacs. + +;; GNU Emacs 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. -;; This program is distributed in the hope that it will be useful, +;; GNU Emacs 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 this program. If not, see . - -;; Author: Alexandru Harsanyi (AlexHarsanyi@gmail.com) -;; Created: October 2010 -;; Keywords: soap, web-services, comm, hypermedia -;; Homepage: http://code.google.com/p/emacs-soap-client -;; +;; along with GNU Emacs. If not, see . ;;; Commentary: ;; -- 2.20.1