[ELPA-diffs] ELPA branch, master, updated. a046462aaaec6f4dc2c96396834699081acb98e0

2013-12-24 Thread Stefan Monnier
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, master has been updated
   via  a046462aaaec6f4dc2c96396834699081acb98e0 (commit)
  from  b0b9bc8f3e653be406b06ed6298b65629a9ef42c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit a046462aaaec6f4dc2c96396834699081acb98e0
Author: Stefan Monnier 
Date:   Tue Dec 24 10:15:12 2013 -0500

Update copyright exceptions.

diff --git a/copyright_exceptions b/copyright_exceptions
index 450facd..ad366be 100644
--- a/copyright_exceptions
+++ b/copyright_exceptions
@@ -1,3 +1,17 @@
+./ada-mode/ada-skel.el:("copyright_license"
+./ada-mode/ada-skel.el:  "--  Copyright (C) " (format-time-string "%Y ") 
user-full-name " All Rights Reserved.\n"
+./ada-mode/ada-skel.el:  "--  Copyright (C) " (format-time-string "%Y ") 
user-full-name " All Rights Reserved.\n"
+./ada-mode/ada-skel.el:  "Example copyright/license skeleton, with automatic 
year and owner, GPLv3."
+./ada-mode/ada-skel.el:  "Example copyright/license skeleton, with automatic 
year and owner."
+./ada-mode/ada-skel.el:  "Insert a file header comment, with automatic 
copyright year and prompt for copyright owner/license.
+./ada-mode/ada-skel.el:  "{copyright_license}\n"
+./ada-mode/gpr-skel.el:("copyright_license"
+./ada-mode/gpr-skel.el:  "--  Copyright (C) " (format-time-string "%Y ") 
user-full-name " All Rights Reserved.\n"
+./ada-mode/gpr-skel.el:  "--  Copyright (C) " (format-time-string "%Y ") 
user-full-name " All Rights Reserved.\n"
+./ada-mode/gpr-skel.el:  "Example copyright/license skeleton, with automatic 
year and owner, GPLv3."
+./ada-mode/gpr-skel.el:  "Example copyright/license skeleton, with automatic 
year and owner."
+./ada-mode/gpr-skel.el:  "Insert a file header comment, with automatic 
copyright year and prompt for copyright owner/license.
+./ada-mode/gpr-skel.el:  "{copyright_license}\n"
 ./auctex/latex.el:   "pounds" "copyright"
 ./auctex/multi-prompt.el
 ./auctex/plain-tex.el:   "copyright"

---

Summary of changes:
 copyright_exceptions |   14 ++
 1 files changed, 14 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
ELPA



[ELPA-diffs] ELPA branch, master, updated. b0b9bc8f3e653be406b06ed6298b65629a9ef42c

2013-12-24 Thread Stefan Monnier
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, master has been updated
   via  b0b9bc8f3e653be406b06ed6298b65629a9ef42c (commit)
  from  6d5b40e20601bf41656f6055cceff664667af41c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit b0b9bc8f3e653be406b06ed6298b65629a9ef42c
Author: Stefan Monnier 
Date:   Tue Dec 24 10:13:52 2013 -0500

Fix up copyright notices.

diff --git a/packages/ada-mode/ada-fix-error.el 
b/packages/ada-mode/ada-fix-error.el
index 1c8df93..db43473 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 790997c..839bde3 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 236d607..8f78797 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 398f314..53c513e 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 08d3b4d..1812a49 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:
+