1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

Update copyright year to 2019

Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
This commit is contained in:
Paul Eggert 2019-01-01 00:59:58 +00:00
parent 2814292570
commit 26bed8ba10
2579 changed files with 2635 additions and 2603 deletions

View file

@ -1,6 +1,6 @@
/* test.c --- Semantic unit test for C.
Copyright (C) 2001-2018 Free Software Foundation, Inc.
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
;;; test.el --- Unit test file for Semantic Emacs Lisp support.
;; Copyright (C) 2005-2018 Free Software Foundation, Inc.
;; Copyright (C) 2005-2019 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
# test.make --- Semantic unit test for Make -*- makefile -*-
# Copyright (C) 2001-2002, 2010-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2002, 2010-2019 Free Software Foundation, Inc.
# Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
// testdoublens.cpp --- semantic-ia-utest completion engine unit tests
// Copyright (C) 2008-2018 Free Software Foundation, Inc.
// Copyright (C) 2008-2019 Free Software Foundation, Inc.
// Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
// testdoublens.hpp --- Header file used in one of the Semantic tests
// Copyright (C) 2008-2018 Free Software Foundation, Inc.
// Copyright (C) 2008-2019 Free Software Foundation, Inc.
// Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
// testjavacomp.java --- Semantic unit test for Java
// Copyright (C) 2009-2018 Free Software Foundation, Inc.
// Copyright (C) 2009-2019 Free Software Foundation, Inc.
// Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
/** testpolymorph.cpp --- A sequence of polymorphism examples.
*
* Copyright (C) 2009-2018 Free Software Foundation, Inc.
* Copyright (C) 2009-2019 Free Software Foundation, Inc.
*
* Author: Eric M. Ludlam <eric@siege-engine.com>
*

View file

@ -1,6 +1,6 @@
/* testspp.cpp --- Semantic unit test for the C preprocessor
Copyright (C) 2007-2018 Free Software Foundation, Inc.
Copyright (C) 2007-2019 Free Software Foundation, Inc.
Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,5 +1,5 @@
/* testsppreplace.c --- unit test for CPP/SPP Replacement
Copyright (C) 2007-2018 Free Software Foundation, Inc.
Copyright (C) 2007-2019 Free Software Foundation, Inc.
Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,5 +1,5 @@
/* testsppreplaced.c --- unit test for CPP/SPP Replacement
Copyright (C) 2007-2018 Free Software Foundation, Inc.
Copyright (C) 2007-2019 Free Software Foundation, Inc.
Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
// testsubclass.cpp --- unit test for analyzer and complex C++ inheritance
// Copyright (C) 2007-2018 Free Software Foundation, Inc.
// Copyright (C) 2007-2019 Free Software Foundation, Inc.
// Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
// testsubclass.hh --- unit test for analyzer and complex C++ inheritance
// Copyright (C) 2007-2018 Free Software Foundation, Inc.
// Copyright (C) 2007-2019 Free Software Foundation, Inc.
// Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,6 +1,6 @@
// testtypedefs.cpp --- Sample with some fake bits out of std::string
// Copyright (C) 2008-2018 Free Software Foundation, Inc.
// Copyright (C) 2008-2019 Free Software Foundation, Inc.
// Author: Eric M. Ludlam <eric@siege-engine.com>

View file

@ -1,7 +1,7 @@
/* testvarnames.cpp
Test variable and function names, lists of variables on one line, etc.
Copyright (C) 2008-2018 Free Software Foundation, Inc.
Copyright (C) 2008-2019 Free Software Foundation, Inc.
Author: Eric M. Ludlam <eric@siege-engine.com>