diff options
Diffstat (limited to 'test/lisp/cedet/semantic-utest-ia-resources')
17 files changed, 17 insertions, 17 deletions
diff --git a/test/lisp/cedet/semantic-utest-ia-resources/test.srt b/test/lisp/cedet/semantic-utest-ia-resources/test.srt index b1094ffb52f..69c3b772812 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/test.srt +++ b/test/lisp/cedet/semantic-utest-ia-resources/test.srt @@ -1,6 +1,6 @@ ;; test.srt --- unit test support file for semantic-utest-ia -;; Copyright (C) 2008-2023 Free Software Foundation, Inc. +;; Copyright (C) 2008-2024 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp b/test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp index e192c4f7f83..e7b4d06e7a2 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp +++ b/test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp @@ -1,6 +1,6 @@ // testdoublens.cpp --- semantic-ia-utest completion engine unit tests -// Copyright (C) 2008-2023 Free Software Foundation, Inc. +// Copyright (C) 2008-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testdoublens.hpp b/test/lisp/cedet/semantic-utest-ia-resources/testdoublens.hpp index 5c55a0fc6f0..580a023f6cb 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testdoublens.hpp +++ b/test/lisp/cedet/semantic-utest-ia-resources/testdoublens.hpp @@ -1,6 +1,6 @@ // testdoublens.hpp --- Header file used in one of the Semantic tests -// Copyright (C) 2008-2023 Free Software Foundation, Inc. +// Copyright (C) 2008-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testjavacomp.java b/test/lisp/cedet/semantic-utest-ia-resources/testjavacomp.java index 639ed95e9da..43c3ee8290c 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testjavacomp.java +++ b/test/lisp/cedet/semantic-utest-ia-resources/testjavacomp.java @@ -1,6 +1,6 @@ // testjavacomp.java --- Semantic unit test for Java -// Copyright (C) 2009-2023 Free Software Foundation, Inc. +// Copyright (C) 2009-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testlocalvars.cpp b/test/lisp/cedet/semantic-utest-ia-resources/testlocalvars.cpp index fbe20dade9c..f43e61eb45d 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testlocalvars.cpp +++ b/test/lisp/cedet/semantic-utest-ia-resources/testlocalvars.cpp @@ -1,6 +1,6 @@ // testlocalvars.java --- Semantic unit test for Java -// Copyright (C) 2009-2023 Free Software Foundation, Inc. +// Copyright (C) 2009-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testnsp.cpp b/test/lisp/cedet/semantic-utest-ia-resources/testnsp.cpp index e88bd37c808..9881243269c 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testnsp.cpp +++ b/test/lisp/cedet/semantic-utest-ia-resources/testnsp.cpp @@ -1,6 +1,6 @@ /* testnsp.cpp --- semantic-ia-utest completion engine unit tests - Copyright (C) 2008-2023 Free Software Foundation, Inc. + Copyright (C) 2008-2024 Free Software Foundation, Inc. Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testsppcomplete.c b/test/lisp/cedet/semantic-utest-ia-resources/testsppcomplete.c index 2458bf433aa..1c8efe9082e 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testsppcomplete.c +++ b/test/lisp/cedet/semantic-utest-ia-resources/testsppcomplete.c @@ -1,6 +1,6 @@ /* testesppcomplete.cpp --- semantic-ia-utest completion engine unit tests - Copyright (C) 2008-2023 Free Software Foundation, Inc. + Copyright (C) 2008-2024 Free Software Foundation, Inc. Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/teststruct.cpp b/test/lisp/cedet/semantic-utest-ia-resources/teststruct.cpp index 894f53754ea..c06f4b35c25 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/teststruct.cpp +++ b/test/lisp/cedet/semantic-utest-ia-resources/teststruct.cpp @@ -1,6 +1,6 @@ // teststruct.cpp --- semantic-ia-utest completion engine unit tests -// Copyright (C) 2008-2023 Free Software Foundation, Inc. +// Copyright (C) 2008-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testsubclass.cpp b/test/lisp/cedet/semantic-utest-ia-resources/testsubclass.cpp index a507f1bf418..30971feef61 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testsubclass.cpp +++ b/test/lisp/cedet/semantic-utest-ia-resources/testsubclass.cpp @@ -1,6 +1,6 @@ // testsubclass.cpp --- unit test for analyzer and complex C++ inheritance -// Copyright (C) 2007-2023 Free Software Foundation, Inc. +// Copyright (C) 2007-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testsubclass.hh b/test/lisp/cedet/semantic-utest-ia-resources/testsubclass.hh index a6c31ac8fab..79e12f2fe27 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testsubclass.hh +++ b/test/lisp/cedet/semantic-utest-ia-resources/testsubclass.hh @@ -1,6 +1,6 @@ // testsubclass.hh --- unit test for analyzer and complex C++ inheritance -// Copyright (C) 2007-2023 Free Software Foundation, Inc. +// Copyright (C) 2007-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testtemplates.cpp b/test/lisp/cedet/semantic-utest-ia-resources/testtemplates.cpp index f4c48edd562..b3c64ba8574 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testtemplates.cpp +++ b/test/lisp/cedet/semantic-utest-ia-resources/testtemplates.cpp @@ -1,6 +1,6 @@ // testtemplates.cpp --- semantic-ia-utest completion engine unit tests -// Copyright (C) 2008-2023 Free Software Foundation, Inc. +// Copyright (C) 2008-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testtypedefs.cpp b/test/lisp/cedet/semantic-utest-ia-resources/testtypedefs.cpp index 13f0f288212..b0bf22d16c2 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testtypedefs.cpp +++ b/test/lisp/cedet/semantic-utest-ia-resources/testtypedefs.cpp @@ -1,6 +1,6 @@ // testtypedefs.cpp --- Sample with some fake bits out of std::string -// Copyright (C) 2008-2023 Free Software Foundation, Inc. +// Copyright (C) 2008-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp b/test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp index 940e7caa0cf..a0e763f072a 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp +++ b/test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp @@ -1,6 +1,6 @@ // testusing.cpp --- semantic-ia-utest completion engine unit tests -// Copyright (C) 2008-2023 Free Software Foundation, Inc. +// Copyright (C) 2008-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testusing.hh b/test/lisp/cedet/semantic-utest-ia-resources/testusing.hh index 1effa00686d..bb130732fec 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testusing.hh +++ b/test/lisp/cedet/semantic-utest-ia-resources/testusing.hh @@ -1,6 +1,6 @@ // testusing.hh --- semantic-ia-utest completion engine unit tests -// Copyright (C) 2008-2023 Free Software Foundation, Inc. +// Copyright (C) 2008-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testvarnames.c b/test/lisp/cedet/semantic-utest-ia-resources/testvarnames.c index f8202296385..b027bd24d20 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testvarnames.c +++ b/test/lisp/cedet/semantic-utest-ia-resources/testvarnames.c @@ -1,6 +1,6 @@ /* testvarnames.cpp --- semantic-ia-utest completion engine unit tests - Copyright (C) 2008-2023 Free Software Foundation, Inc. + Copyright (C) 2008-2024 Free Software Foundation, Inc. Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testvarnames.java b/test/lisp/cedet/semantic-utest-ia-resources/testvarnames.java index 8934bb8d97d..1e4df4956f7 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testvarnames.java +++ b/test/lisp/cedet/semantic-utest-ia-resources/testvarnames.java @@ -1,6 +1,6 @@ // testvarnames.java --- Semantic unit test for Java -// Copyright (C) 2009-2023 Free Software Foundation, Inc. +// Copyright (C) 2009-2024 Free Software Foundation, Inc. // Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/lisp/cedet/semantic-utest-ia-resources/testwisent.wy b/test/lisp/cedet/semantic-utest-ia-resources/testwisent.wy index e00f2eb102e..8e260fe974a 100644 --- a/test/lisp/cedet/semantic-utest-ia-resources/testwisent.wy +++ b/test/lisp/cedet/semantic-utest-ia-resources/testwisent.wy @@ -1,6 +1,6 @@ ;; testwisent.wy --- unit test support file for semantic-utest-ia -;; Copyright (C) 2008-2023 Free Software Foundation, Inc. +;; Copyright (C) 2008-2024 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> |