From: Stefan Monnier Date: Tue, 24 Dec 2013 15:13:52 +0000 (-0500) Subject: Fix up copyright notices. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/b0b9bc8f3e653be406b06ed6298b65629a9ef42c Fix up copyright notices. --- diff --git a/packages/ada-mode/ada-fix-error.el b/packages/ada-mode/ada-fix-error.el index 1c8df930a..db43473f0 100755 --- a/packages/ada-mode/ada-fix-error.el +++ b/packages/ada-mode/ada-fix-error.el @@ -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 ;; Maintainer : Stephen Leake diff --git a/packages/ada-mode/ada-grammar-wy.el b/packages/ada-mode/ada-grammar-wy.el index 790997c82..839bde386 100755 --- a/packages/ada-mode/ada-grammar-wy.el +++ b/packages/ada-mode/ada-grammar-wy.el @@ -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 diff --git a/packages/ada-mode/ada-mode-compat-23.4.el b/packages/ada-mode/ada-mode-compat-23.4.el index 236d6076e..8f7879735 100755 --- a/packages/ada-mode/ada-mode-compat-23.4.el +++ b/packages/ada-mode/ada-mode-compat-23.4.el @@ -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 . (defvar compilation-filter-start (make-marker) "") diff --git a/packages/ada-mode/ada-skel.el b/packages/ada-mode/ada-skel.el index 398f314c6..53c513ed6 100755 --- a/packages/ada-mode/ada-skel.el +++ b/packages/ada-mode/ada-skel.el @@ -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 diff --git a/packages/ada-mode/ada-wisi-opentoken.el b/packages/ada-mode/ada-wisi-opentoken.el index 08d3b4d9b..1812a4972 100755 --- a/packages/ada-mode/ada-wisi-opentoken.el +++ b/packages/ada-mode/ada-wisi-opentoken.el @@ -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 . + + +;;; 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) diff --git a/packages/ada-mode/gpr-grammar-wy.el b/packages/ada-mode/gpr-grammar-wy.el index 4b1d45f49..b0ae6fdbc 100755 --- a/packages/ada-mode/gpr-grammar-wy.el +++ b/packages/ada-mode/gpr-grammar-wy.el @@ -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 . ;; PLEASE DO NOT MANUALLY EDIT THIS FILE! It is automatically ;; generated from the grammar file gpr-grammar.wy diff --git a/packages/ada-mode/gpr-mode.el b/packages/ada-mode/gpr-mode.el index 81aa760df..84f3cc65f 100755 --- a/packages/ada-mode/gpr-mode.el +++ b/packages/ada-mode/gpr-mode.el @@ -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 ;; Maintainer: Stephen Leake diff --git a/packages/ada-mode/gpr-skel.el b/packages/ada-mode/gpr-skel.el index 7f0956667..6ce550932 100755 --- a/packages/ada-mode/gpr-skel.el +++ b/packages/ada-mode/gpr-skel.el @@ -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 diff --git a/packages/wisi/wisi-parse.el b/packages/wisi/wisi-parse.el index 5c1af9830..e2b3d8613 100755 --- a/packages/wisi/wisi-parse.el +++ b/packages/wisi/wisi-parse.el @@ -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 . + + +;;; 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))