diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 07:43:34 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 07:43:34 +0000 |
commit | ba3189039adc8ec5eba5ed3e21d42019a4616b7c (patch) | |
tree | c1962f828bc3337f1bf76632e85610cea31d1534 /test/cedet | |
parent | 91415fb1cd0f913be6e8a2409b0d9cdca4352f3f (diff) | |
download | emacs-ba3189039adc8ec5eba5ed3e21d42019a4616b7c.tar.gz |
Update copyright year to 2014 by running admin/update-copyright.
Diffstat (limited to 'test/cedet')
-rw-r--r-- | test/cedet/cedet-utests.el | 2 | ||||
-rw-r--r-- | test/cedet/ede-tests.el | 2 | ||||
-rw-r--r-- | test/cedet/semantic-ia-utest.el | 2 | ||||
-rw-r--r-- | test/cedet/semantic-tests.el | 2 | ||||
-rw-r--r-- | test/cedet/semantic-utest-c.el | 2 | ||||
-rw-r--r-- | test/cedet/semantic-utest.el | 2 | ||||
-rw-r--r-- | test/cedet/srecode-tests.el | 2 | ||||
-rw-r--r-- | test/cedet/tests/test.c | 2 | ||||
-rw-r--r-- | test/cedet/tests/test.el | 2 | ||||
-rw-r--r-- | test/cedet/tests/test.make | 2 | ||||
-rw-r--r-- | test/cedet/tests/testdoublens.cpp | 2 | ||||
-rw-r--r-- | test/cedet/tests/testdoublens.hpp | 2 | ||||
-rw-r--r-- | test/cedet/tests/testjavacomp.java | 2 | ||||
-rw-r--r-- | test/cedet/tests/testpolymorph.cpp | 2 | ||||
-rw-r--r-- | test/cedet/tests/testspp.c | 2 | ||||
-rw-r--r-- | test/cedet/tests/testsppreplace.c | 2 | ||||
-rw-r--r-- | test/cedet/tests/testsppreplaced.c | 2 | ||||
-rw-r--r-- | test/cedet/tests/testsubclass.cpp | 2 | ||||
-rw-r--r-- | test/cedet/tests/testsubclass.hh | 2 | ||||
-rw-r--r-- | test/cedet/tests/testtypedefs.cpp | 2 | ||||
-rw-r--r-- | test/cedet/tests/testvarnames.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/test/cedet/cedet-utests.el b/test/cedet/cedet-utests.el index 0a6fc63e6e8..116568c3046 100644 --- a/test/cedet/cedet-utests.el +++ b/test/cedet/cedet-utests.el @@ -1,6 +1,6 @@ ;;; cedet-utests.el --- Run all unit tests in the CEDET suite. -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/ede-tests.el b/test/cedet/ede-tests.el index 1aa8b403bc3..65f01b6e37b 100644 --- a/test/cedet/ede-tests.el +++ b/test/cedet/ede-tests.el @@ -1,6 +1,6 @@ ;;; ede-tests.el --- Some tests for the Emacs Development Environment -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/semantic-ia-utest.el b/test/cedet/semantic-ia-utest.el index 9907dd9860e..985ea12463f 100644 --- a/test/cedet/semantic-ia-utest.el +++ b/test/cedet/semantic-ia-utest.el @@ -1,6 +1,6 @@ ;;; semantic-ia-utest.el --- Analyzer unit tests -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/semantic-tests.el b/test/cedet/semantic-tests.el index c8a4a4cc6ad..857d2dc916c 100644 --- a/test/cedet/semantic-tests.el +++ b/test/cedet/semantic-tests.el @@ -1,6 +1,6 @@ ;;; semantic-utest.el --- Miscellaneous Semantic tests. -;;; Copyright (C) 2003-2004, 2007-2013 Free Software Foundation, Inc. +;;; Copyright (C) 2003-2004, 2007-2014 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/cedet/semantic-utest-c.el b/test/cedet/semantic-utest-c.el index bd94f8536d7..e42ff1aadd2 100644 --- a/test/cedet/semantic-utest-c.el +++ b/test/cedet/semantic-utest-c.el @@ -1,6 +1,6 @@ ;;; semantic-utest-c.el --- C based parsing tests. -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/semantic-utest.el b/test/cedet/semantic-utest.el index adfa31dec4e..231d257fa0c 100644 --- a/test/cedet/semantic-utest.el +++ b/test/cedet/semantic-utest.el @@ -1,6 +1,6 @@ ;;; semantic-utest.el --- Tests for semantic's parsing system. -;;; Copyright (C) 2003-2004, 2007-2013 Free Software Foundation, Inc. +;;; Copyright (C) 2003-2004, 2007-2014 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/cedet/srecode-tests.el b/test/cedet/srecode-tests.el index 7ab301898c1..e9b24df74f8 100644 --- a/test/cedet/srecode-tests.el +++ b/test/cedet/srecode-tests.el @@ -1,6 +1,6 @@ ;;; srecode-tests.el --- Some tests for CEDET's srecode -;; Copyright (C) 2008-2013 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/test.c b/test/cedet/tests/test.c index d3104ea8272..4f518a2026e 100644 --- a/test/cedet/tests/test.c +++ b/test/cedet/tests/test.c @@ -1,6 +1,6 @@ /* test.c --- Semantic unit test for C. - Copyright (C) 2001-2013 Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/test.el b/test/cedet/tests/test.el index f67004aab3e..512001b1b5c 100644 --- a/test/cedet/tests/test.el +++ b/test/cedet/tests/test.el @@ -1,6 +1,6 @@ ;;; test.el --- Unit test file for Semantic Emacs Lisp support. -;; Copyright (C) 2005-2013 Free Software Foundation, Inc. +;; Copyright (C) 2005-2014 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/test.make b/test/cedet/tests/test.make index 57b58b58599..402537f74f8 100644 --- a/test/cedet/tests/test.make +++ b/test/cedet/tests/test.make @@ -1,6 +1,6 @@ # test.make --- Semantic unit test for Make -*- makefile -*- -# Copyright (C) 2001-2002, 2010-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2002, 2010-2014 Free Software Foundation, Inc. # Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testdoublens.cpp b/test/cedet/tests/testdoublens.cpp index e398f1c8261..7ecfc422cd0 100644 --- a/test/cedet/tests/testdoublens.cpp +++ b/test/cedet/tests/testdoublens.cpp @@ -1,6 +1,6 @@ // testdoublens.cpp --- semantic-ia-utest completion engine unit tests -// Copyright (C) 2008-2013 Free Software Foundation, Inc. +// Copyright (C) 2008-2014 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testdoublens.hpp b/test/cedet/tests/testdoublens.hpp index 5dbe12cdf4b..3fc3059633e 100644 --- a/test/cedet/tests/testdoublens.hpp +++ b/test/cedet/tests/testdoublens.hpp @@ -1,6 +1,6 @@ // testdoublens.hpp --- Header file used in one of the Semantic tests -// Copyright (C) 2008-2013 Free Software Foundation, Inc. +// Copyright (C) 2008-2014 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testjavacomp.java b/test/cedet/tests/testjavacomp.java index f716c9ad2d3..8dc40eba476 100644 --- a/test/cedet/tests/testjavacomp.java +++ b/test/cedet/tests/testjavacomp.java @@ -1,6 +1,6 @@ // testjavacomp.java --- Semantic unit test for Java -// Copyright (C) 2009-2013 Free Software Foundation, Inc. +// Copyright (C) 2009-2014 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testpolymorph.cpp b/test/cedet/tests/testpolymorph.cpp index f21b3ef57f7..aba0dfe2a89 100644 --- a/test/cedet/tests/testpolymorph.cpp +++ b/test/cedet/tests/testpolymorph.cpp @@ -1,6 +1,6 @@ /** testpolymorph.cpp --- A sequence of polymorphism examples. * - * Copyright (C) 2009-2013 Free Software Foundation, Inc. + * Copyright (C) 2009-2014 Free Software Foundation, Inc. * * Author: Eric M. Ludlam <eric@siege-engine.com> * diff --git a/test/cedet/tests/testspp.c b/test/cedet/tests/testspp.c index f63dec0c407..0d91e6d2385 100644 --- a/test/cedet/tests/testspp.c +++ b/test/cedet/tests/testspp.c @@ -1,6 +1,6 @@ /* testspp.cpp --- Semantic unit test for the C preprocessor - Copyright (C) 2007-2013 Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testsppreplace.c b/test/cedet/tests/testsppreplace.c index 629128c8d8f..6bdea6e7829 100644 --- a/test/cedet/tests/testsppreplace.c +++ b/test/cedet/tests/testsppreplace.c @@ -1,5 +1,5 @@ /* testsppreplace.c --- unit test for CPP/SPP Replacement - Copyright (C) 2007-2013 Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testsppreplaced.c b/test/cedet/tests/testsppreplaced.c index 3c2b1a04f5b..706753e9ded 100644 --- a/test/cedet/tests/testsppreplaced.c +++ b/test/cedet/tests/testsppreplaced.c @@ -1,5 +1,5 @@ /* testsppreplaced.c --- unit test for CPP/SPP Replacement - Copyright (C) 2007-2013 Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testsubclass.cpp b/test/cedet/tests/testsubclass.cpp index a3b4ec4db2a..0565314cd8d 100644 --- a/test/cedet/tests/testsubclass.cpp +++ b/test/cedet/tests/testsubclass.cpp @@ -1,6 +1,6 @@ // testsubclass.cpp --- unit test for analyzer and complex C++ inheritance -// Copyright (C) 2007-2013 Free Software Foundation, Inc. +// Copyright (C) 2007-2014 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testsubclass.hh b/test/cedet/tests/testsubclass.hh index 125e801b69d..7f1bd1e0418 100644 --- a/test/cedet/tests/testsubclass.hh +++ b/test/cedet/tests/testsubclass.hh @@ -1,6 +1,6 @@ // testsubclass.hh --- unit test for analyzer and complex C++ inheritance -// Copyright (C) 2007-2013 Free Software Foundation, Inc. +// Copyright (C) 2007-2014 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testtypedefs.cpp b/test/cedet/tests/testtypedefs.cpp index ce59b6de0df..8647b70c0ed 100644 --- a/test/cedet/tests/testtypedefs.cpp +++ b/test/cedet/tests/testtypedefs.cpp @@ -1,6 +1,6 @@ // testtypedefs.cpp --- Sample with some fake bits out of std::string -// Copyright (C) 2008-2013 Free Software Foundation, Inc. +// Copyright (C) 2008-2014 Free Software Foundation, Inc. // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testvarnames.c b/test/cedet/tests/testvarnames.c index a252b9d9925..5c0a68a8acc 100644 --- a/test/cedet/tests/testvarnames.c +++ b/test/cedet/tests/testvarnames.c @@ -1,7 +1,7 @@ /* testvarnames.cpp Test variable and function names, lists of variables on one line, etc. - Copyright (C) 2008-2013 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. Author: Eric M. Ludlam <eric@siege-engine.com> |