diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-01 09:11:05 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-01 09:11:05 +0000 |
commit | ab422c4d6899b1442cb6954c1829c1fb656b006c (patch) | |
tree | 60db097dfe36449f23ebab332ba625f15c7f7bb1 /test/automated | |
parent | 5cebef2d18da5c7b365875bd2f771a8953284ec5 (diff) | |
download | emacs-ab422c4d6899b1442cb6954c1829c1fb656b006c.tar.gz |
Update copyright notices for 2013.
Diffstat (limited to 'test/automated')
-rw-r--r-- | test/automated/Makefile.in | 2 | ||||
-rw-r--r-- | test/automated/bytecomp-tests.el | 2 | ||||
-rw-r--r-- | test/automated/comint-testsuite.el | 2 | ||||
-rw-r--r-- | test/automated/compile-tests.el | 2 | ||||
-rw-r--r-- | test/automated/ert-tests.el | 2 | ||||
-rw-r--r-- | test/automated/ert-x-tests.el | 2 | ||||
-rw-r--r-- | test/automated/f90.el | 2 | ||||
-rw-r--r-- | test/automated/files.el | 2 | ||||
-rw-r--r-- | test/automated/font-parse-tests.el | 2 | ||||
-rw-r--r-- | test/automated/gnus-tests.el | 2 | ||||
-rw-r--r-- | test/automated/icalendar-tests.el | 2 | ||||
-rw-r--r-- | test/automated/lexbind-tests.el | 2 | ||||
-rw-r--r-- | test/automated/newsticker-tests.el | 2 | ||||
-rw-r--r-- | test/automated/occur-tests.el | 2 | ||||
-rw-r--r-- | test/automated/ruby-mode-tests.el | 2 | ||||
-rw-r--r-- | test/automated/url-future-tests.el | 2 | ||||
-rw-r--r-- | test/automated/url-util-tests.el | 2 | ||||
-rw-r--r-- | test/automated/vc-bzr.el | 2 | ||||
-rw-r--r-- | test/automated/xml-parse-tests.el | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 5f92e21d91a..1a4e3c9b1ea 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in @@ -1,5 +1,5 @@ # Maintenance productions for the automated test directory -# Copyright (C) 2010-2012 Free Software Foundation, Inc. +# Copyright (C) 2010-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/test/automated/bytecomp-tests.el b/test/automated/bytecomp-tests.el index b7ec79fd51c..96e4bed5fd0 100644 --- a/test/automated/bytecomp-tests.el +++ b/test/automated/bytecomp-tests.el @@ -1,6 +1,6 @@ ;;; bytecomp-testsuite.el -;; Copyright (C) 2008-2012 Free Software Foundation, Inc. +;; Copyright (C) 2008-2013 Free Software Foundation, Inc. ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> ;; Created: November 2008 diff --git a/test/automated/comint-testsuite.el b/test/automated/comint-testsuite.el index 7317c107d59..dd3ebb03d2a 100644 --- a/test/automated/comint-testsuite.el +++ b/test/automated/comint-testsuite.el @@ -1,6 +1,6 @@ ;;; comint-testsuite.el -;; Copyright (C) 2010-2012 Free Software Foundation, Inc. +;; Copyright (C) 2010-2013 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/compile-tests.el b/test/automated/compile-tests.el index 9415ee3a17e..f976efe72de 100644 --- a/test/automated/compile-tests.el +++ b/test/automated/compile-tests.el @@ -1,6 +1,6 @@ ;;; compile-tests.el --- Test suite for font parsing. -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; Author: Chong Yidong <cyd@stupidchicken.com> ;; Keywords: internal diff --git a/test/automated/ert-tests.el b/test/automated/ert-tests.el index 1778afea802..6be14f6097e 100644 --- a/test/automated/ert-tests.el +++ b/test/automated/ert-tests.el @@ -1,6 +1,6 @@ ;;; ert-tests.el --- ERT's self-tests -;; Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc. +;; Copyright (C) 2007-2008, 2010-2013 Free Software Foundation, Inc. ;; Author: Christian Ohler <ohler@gnu.org> diff --git a/test/automated/ert-x-tests.el b/test/automated/ert-x-tests.el index 520502bb307..0d5ab5cec64 100644 --- a/test/automated/ert-x-tests.el +++ b/test/automated/ert-x-tests.el @@ -1,6 +1,6 @@ ;;; ert-x-tests.el --- Tests for ert-x.el -;; Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2010-2013 Free Software Foundation, Inc. ;; Author: Phil Hagelberg ;; Christian Ohler <ohler@gnu.org> diff --git a/test/automated/f90.el b/test/automated/f90.el index 25b77f07ad3..0d64d56c22a 100644 --- a/test/automated/f90.el +++ b/test/automated/f90.el @@ -1,6 +1,6 @@ ;;; f90.el --- tests for progmodes/f90.el -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; Author: Glenn Morris <rgm@gnu.org> diff --git a/test/automated/files.el b/test/automated/files.el index b6011395bfd..8712d1f620e 100644 --- a/test/automated/files.el +++ b/test/automated/files.el @@ -1,6 +1,6 @@ ;;; files.el --- tests for file handling. -;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/font-parse-tests.el b/test/automated/font-parse-tests.el index 6aeaee4adce..3a216a2b715 100644 --- a/test/automated/font-parse-tests.el +++ b/test/automated/font-parse-tests.el @@ -1,6 +1,6 @@ ;;; font-parse-tests.el --- Test suite for font parsing. -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; Author: Chong Yidong <cyd@stupidchicken.com> ;; Keywords: internal diff --git a/test/automated/gnus-tests.el b/test/automated/gnus-tests.el index 3b5340bcdd3..a27075b53f1 100644 --- a/test/automated/gnus-tests.el +++ b/test/automated/gnus-tests.el @@ -1,6 +1,6 @@ ;;; gnus-tests.el --- Wrapper for the Gnus tests -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> diff --git a/test/automated/icalendar-tests.el b/test/automated/icalendar-tests.el index 58b8379bb11..bca462da4d9 100644 --- a/test/automated/icalendar-tests.el +++ b/test/automated/icalendar-tests.el @@ -1,6 +1,6 @@ ;; icalendar-tests.el --- Test suite for icalendar.el -;; Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2008-2013 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Created: March 2005 diff --git a/test/automated/lexbind-tests.el b/test/automated/lexbind-tests.el index 22668bc7d02..0fed946182e 100644 --- a/test/automated/lexbind-tests.el +++ b/test/automated/lexbind-tests.el @@ -1,6 +1,6 @@ ;;; lexbind-tests.el --- Testing the lexbind byte-compiler -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: diff --git a/test/automated/newsticker-tests.el b/test/automated/newsticker-tests.el index 5b60535e463..4fe656e6929 100644 --- a/test/automated/newsticker-tests.el +++ b/test/automated/newsticker-tests.el @@ -1,6 +1,6 @@ ;;; newsticker-testsuite.el --- Test suite for newsticker. -;; Copyright (C) 2003-2012 Free Software Foundation, Inc. +;; Copyright (C) 2003-2013 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Keywords: News, RSS, Atom diff --git a/test/automated/occur-tests.el b/test/automated/occur-tests.el index 5fe9722d4e7..7cc4df6bffa 100644 --- a/test/automated/occur-tests.el +++ b/test/automated/occur-tests.el @@ -1,6 +1,6 @@ ;;; occur-tests.el --- Test suite for occur. -;; Copyright (C) 2010-2012 Free Software Foundation, Inc. +;; Copyright (C) 2010-2013 Free Software Foundation, Inc. ;; Author: Juri Linkov <juri@jurta.org> ;; Keywords: matching, internal diff --git a/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index 28c2a2a070d..b60b8b454f3 100644 --- a/test/automated/ruby-mode-tests.el +++ b/test/automated/ruby-mode-tests.el @@ -1,6 +1,6 @@ ;;; ruby-mode-tests.el --- Test suite for ruby-mode -;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/url-future-tests.el b/test/automated/url-future-tests.el index d499da6dbe2..02ed3285479 100644 --- a/test/automated/url-future-tests.el +++ b/test/automated/url-future-tests.el @@ -1,6 +1,6 @@ ;;; url-future-tests.el --- Test suite for url-future. -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> ;; Keywords: data diff --git a/test/automated/url-util-tests.el b/test/automated/url-util-tests.el index 65eb37ce926..3955b078dab 100644 --- a/test/automated/url-util-tests.el +++ b/test/automated/url-util-tests.el @@ -1,6 +1,6 @@ ;;; url-util-tests.el --- Test suite for url-util. -;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> ;; Keywords: data diff --git a/test/automated/vc-bzr.el b/test/automated/vc-bzr.el index 94f8502b882..2776435be82 100644 --- a/test/automated/vc-bzr.el +++ b/test/automated/vc-bzr.el @@ -1,6 +1,6 @@ ;;; vc-bzr.el --- tests for vc/vc-bzr.el -;; Copyright (C) 2011-2012 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; Author: Glenn Morris <rgm@gnu.org> diff --git a/test/automated/xml-parse-tests.el b/test/automated/xml-parse-tests.el index 35009ed36a2..874ae01affb 100644 --- a/test/automated/xml-parse-tests.el +++ b/test/automated/xml-parse-tests.el @@ -1,6 +1,6 @@ ;;; xml-parse-tests.el --- Test suite for XML parsing. -;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. ;; Author: Chong Yidong <cyd@stupidchicken.com> ;; Keywords: internal |