diff options
author | Joakim Verona <joakim@verona.se> | 2016-01-15 20:06:45 +0100 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2016-01-15 20:06:45 +0100 |
commit | 4b73dac2885aa7eb23b66c299065e19bd118a4fb (patch) | |
tree | 18452b36b890faf52d40f555ebe4dc3c6e020bc6 /test/lisp/legacy | |
parent | 0d824cc5e79e7d29a01929a51dfd673a117c77e8 (diff) | |
parent | 984a14904658da42ca9dea50a811a901ddc56e60 (diff) | |
download | emacs-xwidget_mvp.tar.gz |
merge masterxwidget_mvp
Diffstat (limited to 'test/lisp/legacy')
-rw-r--r-- | test/lisp/legacy/bytecomp-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/coding-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/core-elisp-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/decoder-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/files-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/font-parse-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/lexbind-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/occur-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/process-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/syntax-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/textprop-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/legacy/undo-tests.el | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/test/lisp/legacy/bytecomp-tests.el b/test/lisp/legacy/bytecomp-tests.el index c65009cb1b0..48211f03ba4 100644 --- a/test/lisp/legacy/bytecomp-tests.el +++ b/test/lisp/legacy/bytecomp-tests.el @@ -1,6 +1,6 @@ ;;; bytecomp-testsuite.el -;; Copyright (C) 2008-2015 Free Software Foundation, Inc. +;; Copyright (C) 2008-2016 Free Software Foundation, Inc. ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> ;; Created: November 2008 diff --git a/test/lisp/legacy/coding-tests.el b/test/lisp/legacy/coding-tests.el index cda382fff97..cba8c7bc25f 100644 --- a/test/lisp/legacy/coding-tests.el +++ b/test/lisp/legacy/coding-tests.el @@ -1,6 +1,6 @@ ;;; coding-tests.el --- tests for text encoding and decoding -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Eli Zaretskii <eliz@gnu.org> diff --git a/test/lisp/legacy/core-elisp-tests.el b/test/lisp/legacy/core-elisp-tests.el index c31ecef4a32..76985331566 100644 --- a/test/lisp/legacy/core-elisp-tests.el +++ b/test/lisp/legacy/core-elisp-tests.el @@ -1,6 +1,6 @@ ;;; core-elisp-tests.el --- Testing some core Elisp rules -;; Copyright (C) 2013-2015 Free Software Foundation, Inc. +;; Copyright (C) 2013-2016 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: diff --git a/test/lisp/legacy/decoder-tests.el b/test/lisp/legacy/decoder-tests.el index 80ff5205ac5..5699fec7d17 100644 --- a/test/lisp/legacy/decoder-tests.el +++ b/test/lisp/legacy/decoder-tests.el @@ -1,6 +1,6 @@ ;;; decoder-tests.el --- test for text decoder -;; Copyright (C) 2013-2015 Free Software Foundation, Inc. +;; Copyright (C) 2013-2016 Free Software Foundation, Inc. ;; Author: Kenichi Handa <handa@gnu.org> diff --git a/test/lisp/legacy/files-tests.el b/test/lisp/legacy/files-tests.el index 0522e0c5c79..3c6f61b792c 100644 --- a/test/lisp/legacy/files-tests.el +++ b/test/lisp/legacy/files-tests.el @@ -1,6 +1,6 @@ ;;; files.el --- tests for file handling. -;; Copyright (C) 2012-2015 Free Software Foundation, Inc. +;; Copyright (C) 2012-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/legacy/font-parse-tests.el b/test/lisp/legacy/font-parse-tests.el index e2c51e6bfde..6274253360f 100644 --- a/test/lisp/legacy/font-parse-tests.el +++ b/test/lisp/legacy/font-parse-tests.el @@ -1,6 +1,6 @@ ;;; font-parse-tests.el --- Test suite for font parsing. -;; Copyright (C) 2011-2015 Free Software Foundation, Inc. +;; Copyright (C) 2011-2016 Free Software Foundation, Inc. ;; Author: Chong Yidong <cyd@stupidchicken.com> ;; Keywords: internal diff --git a/test/lisp/legacy/lexbind-tests.el b/test/lisp/legacy/lexbind-tests.el index dd60cd6db41..3bf8c1361ad 100644 --- a/test/lisp/legacy/lexbind-tests.el +++ b/test/lisp/legacy/lexbind-tests.el @@ -1,6 +1,6 @@ ;;; lexbind-tests.el --- Testing the lexbind byte-compiler -;; Copyright (C) 2011-2015 Free Software Foundation, Inc. +;; Copyright (C) 2011-2016 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: diff --git a/test/lisp/legacy/occur-tests.el b/test/lisp/legacy/occur-tests.el index 1699cd007e5..da45d5f6502 100644 --- a/test/lisp/legacy/occur-tests.el +++ b/test/lisp/legacy/occur-tests.el @@ -1,6 +1,6 @@ ;;; occur-tests.el --- Test suite for occur. -;; Copyright (C) 2010-2015 Free Software Foundation, Inc. +;; Copyright (C) 2010-2016 Free Software Foundation, Inc. ;; Author: Juri Linkov <juri@jurta.org> ;; Keywords: matching, internal diff --git a/test/lisp/legacy/process-tests.el b/test/lisp/legacy/process-tests.el index ee9e4f35891..8554a287ccd 100644 --- a/test/lisp/legacy/process-tests.el +++ b/test/lisp/legacy/process-tests.el @@ -1,6 +1,6 @@ ;;; process-tests.el --- Testing the process facilities -;; Copyright (C) 2013-2015 Free Software Foundation, Inc. +;; Copyright (C) 2013-2016 Free Software Foundation, Inc. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/test/lisp/legacy/syntax-tests.el b/test/lisp/legacy/syntax-tests.el index b884c3ef5b8..d4af80e8ebe 100644 --- a/test/lisp/legacy/syntax-tests.el +++ b/test/lisp/legacy/syntax-tests.el @@ -1,6 +1,6 @@ ;;; syntax-tests.el --- Testing syntax rules and basic movement -*- lexical-binding: t -*- -;; Copyright (C) 2014-2015 Free Software Foundation, Inc. +;; Copyright (C) 2014-2016 Free Software Foundation, Inc. ;; Author: Daniel Colascione <dancol@dancol.org> ;; Keywords: diff --git a/test/lisp/legacy/textprop-tests.el b/test/lisp/legacy/textprop-tests.el index 0baa911421b..397ef28c035 100644 --- a/test/lisp/legacy/textprop-tests.el +++ b/test/lisp/legacy/textprop-tests.el @@ -1,6 +1,6 @@ ;;; textprop-tests.el --- Test suite for text properties. -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Wolfgang Jenkner <wjenkner@inode.at> ;; Keywords: internal diff --git a/test/lisp/legacy/undo-tests.el b/test/lisp/legacy/undo-tests.el index f462b269337..b1c786993e8 100644 --- a/test/lisp/legacy/undo-tests.el +++ b/test/lisp/legacy/undo-tests.el @@ -1,6 +1,6 @@ ;;; undo-tests.el --- Tests of primitive-undo -;; Copyright (C) 2012-2015 Free Software Foundation, Inc. +;; Copyright (C) 2012-2016 Free Software Foundation, Inc. ;; Author: Aaron S. Hawley <aaron.s.hawley@gmail.com> |