From 386e0dcef69710937995e6005a620b8b568b69bd Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 5 Aug 2009 00:59:09 +0200 Subject: [PATCH] Fix copyright assignment in org-protocol.el --- lisp/org-protocol.el | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 2a9a7ea15..9e2b973c9 100644 --- a/lisp/org-protocol.el +++ b/lisp/org-protocol.el @@ -1,36 +1,30 @@ ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions. ;; ;; Copyright (c) 2008, 2009 -;; Bastien Guerry , -;; Daniel German , -;; Sebastian Rose , -;; Ross Patterson -;; David Moffat -;; (will be FSF when done) +;; Free Software Foundation, Inc. ;; -;; -;; Filename: org-protocol.el -;; Version: 6.29a ;; Author: Bastien Guerry ;; Author: Daniel M German ;; Author: Sebastian Rose ;; Author: Ross Patterson ;; Maintainer: Sebastian Rose ;; Keywords: org, emacsclient, wp +;; Version: 6.29a -;; This file is not part of GNU Emacs. - -;; This program is free software: you can redistribute it and/or modify +;; 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. -;; See . +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Commentary: -- 2.11.4.GIT