aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2018-01-01 01:15:39 -0800
committerPaul Eggert2018-01-01 01:25:56 -0800
commitd263ce25cd3a751b510abcc8bc67b0ee1ffa96d5 (patch)
treeb33e85c88b95d4dd3c5f0a99401de52e755131b6
parentbb267f17f9e1e593d8dee379aceee22d7fa42680 (diff)
downloademacs-d263ce25cd3a751b510abcc8bc67b0ee1ffa96d5.tar.gz
emacs-d263ce25cd3a751b510abcc8bc67b0ee1ffa96d5.zip
Update copyright year to 2018
Run admin/update-copyright.
-rw-r--r--etc/NEWS2
-rw-r--r--lib/fsusage.c4
-rw-r--r--lib/fsusage.h2
-rw-r--r--lisp/emacs-lisp/faceup.el2
-rw-r--r--lisp/net/tramp-archive.el2
-rw-r--r--m4/fsusage.m43
-rw-r--r--src/json.c2
-rw-r--r--src/ptr-bounds.h2
-rw-r--r--test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el2
-rw-r--r--test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el2
-rw-r--r--test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el2
-rw-r--r--test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el2
-rw-r--r--[l---------]test/lisp/net/tramp-archive-resources/foo.lnk2
-rw-r--r--test/lisp/net/tramp-archive-tests.el2
-rw-r--r--test/src/json-tests.el2
-rw-r--r--test/src/keyboard-tests.el2
16 files changed, 18 insertions, 17 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 64c74c0d56e..dd907ab76fb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1,6 +1,6 @@
1GNU Emacs NEWS -- history of user-visible changes. 1GNU Emacs NEWS -- history of user-visible changes.
2 2
3Copyright (C) 2017 Free Software Foundation, Inc. 3Copyright (C) 2017-2018 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6Please send Emacs bug reports to bug-gnu-emacs@gnu.org. 6Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
diff --git a/lib/fsusage.c b/lib/fsusage.c
index b670c0c43a1..3482c5f3ac3 100644
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -1,7 +1,7 @@
1/* fsusage.c -- return space usage of mounted file systems 1/* fsusage.c -- return space usage of mounted file systems
2 2
3 Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2017 Free Software 3 Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2018 Free
4 Foundation, Inc. 4 Software Foundation, Inc.
5 5
6 This program is free software: you can redistribute it and/or modify 6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
diff --git a/lib/fsusage.h b/lib/fsusage.h
index f78edc6a0cb..65daa736765 100644
--- a/lib/fsusage.h
+++ b/lib/fsusage.h
@@ -1,6 +1,6 @@
1/* fsusage.h -- declarations for file system space usage info 1/* fsusage.h -- declarations for file system space usage info
2 2
3 Copyright (C) 1991-1992, 1997, 2003-2006, 2009-2017 Free Software 3 Copyright (C) 1991-1992, 1997, 2003-2006, 2009-2018 Free Software
4 Foundation, Inc. 4 Foundation, Inc.
5 5
6 This program is free software: you can redistribute it and/or modify 6 This program is free software: you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/faceup.el b/lisp/emacs-lisp/faceup.el
index 8d2818fbab8..bbf4c5da7e5 100644
--- a/lisp/emacs-lisp/faceup.el
+++ b/lisp/emacs-lisp/faceup.el
@@ -1,6 +1,6 @@
1;;; faceup.el --- Markup language for faces and font-lock regression testing -*- lexical-binding: t -*- 1;;; faceup.el --- Markup language for faces and font-lock regression testing -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2013-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2018 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Version: 0.0.6 6;; Version: 0.0.6
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el
index d3b2712fb39..6c96075a001 100644
--- a/lisp/net/tramp-archive.el
+++ b/lisp/net/tramp-archive.el
@@ -1,6 +1,6 @@
1;;; tramp-archive.el --- Tramp archive manager -*- lexical-binding:t -*- 1;;; tramp-archive.el --- Tramp archive manager -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2017 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
4 4
5;; Author: Michael Albinus <michael.albinus@gmx.de> 5;; Author: Michael Albinus <michael.albinus@gmx.de>
6;; Keywords: comm, processes 6;; Keywords: comm, processes
diff --git a/m4/fsusage.m4 b/m4/fsusage.m4
index 1d6ad41cd3c..f5faacf055a 100644
--- a/m4/fsusage.m4
+++ b/m4/fsusage.m4
@@ -1,7 +1,8 @@
1# serial 32 1# serial 32
2# Obtaining file system usage information. 2# Obtaining file system usage information.
3 3
4# Copyright (C) 1997-1998, 2000-2001, 2003-2017 Free Software Foundation, Inc. 4# Copyright (C) 1997-1998, 2000-2001, 2003-2018 Free Software
5# Foundation, Inc.
5# 6#
6# This file is free software; the Free Software Foundation 7# This file is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 8# gives unlimited permission to copy and/or distribute it,
diff --git a/src/json.c b/src/json.c
index 93dcc730dae..12ba7afa6a0 100644
--- a/src/json.c
+++ b/src/json.c
@@ -1,6 +1,6 @@
1/* JSON parsing and serialization. 1/* JSON parsing and serialization.
2 2
3Copyright (C) 2017 Free Software Foundation, Inc. 3Copyright (C) 2017-2018 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/ptr-bounds.h b/src/ptr-bounds.h
index 76740da3d33..8cbd58d72b0 100644
--- a/src/ptr-bounds.h
+++ b/src/ptr-bounds.h
@@ -1,6 +1,6 @@
1/* Pointer bounds checking for GNU Emacs 1/* Pointer bounds checking for GNU Emacs
2 2
3Copyright 2017 Free Software Foundation, Inc. 3Copyright 2017-2018 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el b/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el
index ec2cf272368..7d1a128694c 100644
--- a/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el
+++ b/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el
@@ -1,6 +1,6 @@
1;;; faceup-test-mode.el --- Dummy major mode for testing `faceup'. 1;;; faceup-test-mode.el --- Dummy major mode for testing `faceup'.
2 2
3;; Copyright (C) 2014-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Keywords: languages, faces 6;; Keywords: languages, faces
diff --git a/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el b/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el
index e9d8b7074c2..0558bd12e5f 100644
--- a/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el
+++ b/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el
@@ -1,6 +1,6 @@
1;;; faceup-test-this-file-directory.el --- Support file for faceup tests 1;;; faceup-test-this-file-directory.el --- Support file for faceup tests
2 2
3;; Copyright (C) 2014-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Keywords: languages, faces 6;; Keywords: languages, faces
diff --git a/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el b/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el
index fd58c1bbca6..f910a1d732a 100644
--- a/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el
+++ b/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el
@@ -1,6 +1,6 @@
1;;; faceup-test-basics.el --- Tests for the `faceup' package. 1;;; faceup-test-basics.el --- Tests for the `faceup' package.
2 2
3;; Copyright (C) 2014-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Keywords: languages, faces 6;; Keywords: languages, faces
diff --git a/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el b/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el
index 0f136862094..8df38bcc8a9 100644
--- a/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el
+++ b/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el
@@ -1,6 +1,6 @@
1;;; faceup-test-files.el --- Self test of `faceup' using dummy major mode. 1;;; faceup-test-files.el --- Self test of `faceup' using dummy major mode.
2 2
3;; Copyright (C) 2014-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren 5;; Author: Anders Lindgren
6;; Keywords: languages, faces 6;; Keywords: languages, faces
diff --git a/test/lisp/net/tramp-archive-resources/foo.lnk b/test/lisp/net/tramp-archive-resources/foo.lnk
index 996f1789ff6..257cc5642cb 120000..100644
--- a/test/lisp/net/tramp-archive-resources/foo.lnk
+++ b/test/lisp/net/tramp-archive-resources/foo.lnk
@@ -1 +1 @@
foo.txt \ No newline at end of file foo
diff --git a/test/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el
index 464eb6c8b82..85be2dc6230 100644
--- a/test/lisp/net/tramp-archive-tests.el
+++ b/test/lisp/net/tramp-archive-tests.el
@@ -1,6 +1,6 @@
1;;; tramp-archive-tests.el --- Tests of file archive access -*- lexical-binding:t -*- 1;;; tramp-archive-tests.el --- Tests of file archive access -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2017 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
4 4
5;; Author: Michael Albinus <michael.albinus@gmx.de> 5;; Author: Michael Albinus <michael.albinus@gmx.de>
6 6
diff --git a/test/src/json-tests.el b/test/src/json-tests.el
index 107cab89083..47bccbe6f3e 100644
--- a/test/src/json-tests.el
+++ b/test/src/json-tests.el
@@ -1,6 +1,6 @@
1;;; json-tests.el --- unit tests for json.c -*- lexical-binding: t; -*- 1;;; json-tests.el --- unit tests for json.c -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2017 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/src/keyboard-tests.el b/test/src/keyboard-tests.el
index 301cef0092c..125dbd09391 100644
--- a/test/src/keyboard-tests.el
+++ b/test/src/keyboard-tests.el
@@ -1,6 +1,6 @@
1;;; keyboard-tests.el --- Tests for keyboard.c -*- lexical-binding: t -*- 1;;; keyboard-tests.el --- Tests for keyboard.c -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2017 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6