]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix up copyright notices.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 24 Dec 2013 15:13:52 +0000 (10:13 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 24 Dec 2013 15:13:52 +0000 (10:13 -0500)
packages/ada-mode/ada-fix-error.el
packages/ada-mode/ada-grammar-wy.el
packages/ada-mode/ada-mode-compat-23.4.el
packages/ada-mode/ada-skel.el
packages/ada-mode/ada-wisi-opentoken.el
packages/ada-mode/gpr-grammar-wy.el
packages/ada-mode/gpr-mode.el
packages/ada-mode/gpr-skel.el
packages/wisi/wisi-parse.el

index 1c8df930aede59753e469e9c6c93afcf2d4bd06f..db43473f069f56d9a988fd489872608b79622f80 100755 (executable)
@@ -1,7 +1,7 @@
 ;;; ada-fix-error.el --- utilities for automatically fixing
 ;; errors reported by the compiler.
 
-;; Copyright (C) 1999-2009, 2012, 2013 Stephen Leake.
+;; Copyright (C) 1999-2009, 2012-2013 Free Software Foundation, Inc.
 
 ;; Author     : Stephen Leake      <Stephen_Leake@stephe-leake.org>
 ;; Maintainer : Stephen Leake      <Stephen_Leake@stephe-leake.org>
index 790997c821abaf7adc81e95f2892cd372ac58411..839bde38612fe67473d1838df2458a6a3054104b 100755 (executable)
@@ -1,6 +1,6 @@
 ;;; ada-grammar-wy.el --- Generated parser support file
 
-;; Copyright (C) 2013 Stephen Leake.  All Rights Reserved.
+;; Copyright (C) 2013  Free Software Foundation, Inc.
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
index 236d6076ec3ef91a651658b4bbf04a111964abb1..8f78797350f723cba2f28db89320dd72058c7ed4 100755 (executable)
@@ -1,4 +1,21 @@
-;;; Implement current Emacs features not present in Emacs 23.4
+;;; ada-mode-compat-23.4.el --- Implement current Emacs features not present in Emacs 23.4
+
+;; Copyright (C) 2013  Free Software Foundation, Inc.
+
+;; 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.
+
+;; 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 (defvar compilation-filter-start (make-marker)
   "")
index 398f314c643b32929f5e636b052dbacc64905191..53c513ed6b163f2756723e8a95f986d529d3c7a1 100755 (executable)
@@ -1,8 +1,6 @@
 ;;; ada-skel.el --- an extension to Ada mode for inserting statement skeletons
 
-;; Copyright (C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-;;   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1987, 1993, 1994, 1996-2013  Free Software Foundation, Inc.
 
 ;; Authors: Stephen Leake <stephen_leake@stephe-leake.org>
 
index 08d3b4d9ba2f126da1d21c8006a0ae8f3d0883de..1812a497285e8d55d0c54f3da1f5397c92856b31 100755 (executable)
@@ -1,7 +1,27 @@
-;;; An indentation function for ada-wisi that indents OpenToken
-;;; grammar statements nicely.
-;;;
-;;; This is an example of a user-added indentation rule.
+;;; ada-wisi-opentoken.el --- An indentation function for ada-wisi that indents OpenToken
+;; grammar statements nicely.
+
+;; Copyright (C) 2013  Free Software Foundation, Inc.
+
+;; 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.
+
+;; 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+
+
+;;; Commentary:
+
+;; This is an example of a user-added indentation rule.
 ;;
 ;; In ~/.emacs (or project-specific config):
 ;; (require 'ada-wisi-opentoken)
@@ -12,6 +32,8 @@
 ;; ada-indent-opentoken: t
 ;; End:
 
+;;; Code:
+
 (require 'ada-mode)
 (require 'wisi)
 
index 4b1d45f49b6531a8fe6fe3fcaa2a92c9b6992fb4..b0ae6fdbcb8ec33ef0329a51689646d7a4668e6c 100755 (executable)
@@ -1,10 +1,10 @@
 ;;; gpr-grammar-wy.el --- Generated parser support file
 
-;; Copyright (C) 2013 Stephen Leake.  All Rights Reserved.
+;; Copyright (C) 2013  Free Software Foundation, Inc.
 
 ;; This program 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
+;; published by the Free Software Foundation; either version 3, or (at
 ;; your option) any later version.
 ;;
 ;; This software is distributed in the hope that it will be useful,
@@ -13,9 +13,7 @@
 ;; General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; PLEASE DO NOT MANUALLY EDIT THIS FILE!  It is automatically
 ;; generated from the grammar file gpr-grammar.wy
index 81aa760df4c94182294245e3309360546b14b530..84f3cc65fd6ce5865847396dca793b4028da6778 100755 (executable)
@@ -1,7 +1,6 @@
 ;;; gpr-mode --- major-mode for editing GNAT project files
 
-;; Copyright (C) 2007, 2008, 2012, 2013  Stephen Leake
-;; Copyright (C) 2004  Rolf Ebert
+;; Copyright (C) 2004, 2007, 2008, 2012-2013  Free Software Foundation, Inc.
 
 ;; Author: Stephen Leake <stephen_leake@member.fsf.org>
 ;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org>
index 7f095666760db404878589a3ff7adb3b38fdf871..6ce550932f4cb4db356f1dc5de7a0f4bc9d21d32 100755 (executable)
@@ -1,7 +1,6 @@
 ;;; gpr-skel.el --- an extension to Gpr mode for inserting statement skeletons
 
-;; Copyright (C) 2013
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2013 Free Software Foundation, Inc.
 
 ;; Authors: Stephen Leake <stephen_leake@stephe-leake.org>
 
index 5c1af983037539113bd21c70800928ba57d9308c..e2b3d86131798e21f4fa72c0126910cc7a19a331 100755 (executable)
@@ -1,9 +1,31 @@
-;; Wisi parser
-;;
+;;; wisi-parse.el --- Wisi parser
+
+;; Copyright (C) 2013  Free Software Foundation, Inc.
+
+;; 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.
+
+;; 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+
+
+;;; Commentary:
+
 ;; An extended LALR parser, that handles shift/reduce and
 ;; reduce/reduce conflicts by spawning parallel parsers to follow each
 ;; path.
 
+;;; Code:
+
 (require 'semantic/wisent)
 (eval-when-compile (require 'cl-macs))