1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge from origin/emacs-26

2fcf2df Fix copyright years by hand
26bed8b Update copyright year to 2019
2814292 Fix value of default frame height.  (Bug#33921)
This commit is contained in:
Paul Eggert 2018-12-31 17:57:29 -08:00
commit ba809612c0
2626 changed files with 2716 additions and 2683 deletions

View file

@ -1,6 +1,6 @@
;;; cedet-utests.el --- Run all unit tests in the CEDET suite.
;; 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 @@
;;; ede-tests.el --- Some tests for the Emacs Development Environment
;; 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 @@
;;; semantic-ia-utest.el --- Analyzer 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 @@
;;; semantic-utest.el --- Miscellaneous Semantic tests.
;;; Copyright (C) 2003-2004, 2007-2018 Free Software Foundation, Inc.
;;; Copyright (C) 2003-2004, 2007-2019 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; semantic-utest-c.el --- C based parsing 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 @@
;;; semantic-utest.el --- Tests for semantic's parsing system.
;;; Copyright (C) 2003-2004, 2007-2018 Free Software Foundation, Inc.
;;; Copyright (C) 2003-2004, 2007-2019 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>

View file

@ -1,6 +1,6 @@
;;; srecode-tests.el --- Some tests for CEDET's srecode
;; 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 @@
/* 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>