]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright year to 2018
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Jan 2018 09:15:39 +0000 (01:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Jan 2018 09:25:56 +0000 (01:25 -0800)
Run admin/update-copyright.

16 files changed:
etc/NEWS
lib/fsusage.c
lib/fsusage.h
lisp/emacs-lisp/faceup.el
lisp/net/tramp-archive.el
m4/fsusage.m4
src/json.c
src/ptr-bounds.h
test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el
test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el
test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el
test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el
test/lisp/net/tramp-archive-resources/foo.lnk [changed from symlink to file mode: 0644]
test/lisp/net/tramp-archive-tests.el
test/src/json-tests.el
test/src/keyboard-tests.el

index 64c74c0d56e0ace67fa8735b3c3ffb95f2f9852a..dd907ab76fb83f2f2c038c0c0c2301fc28e201d6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1,6 +1,6 @@
 GNU Emacs NEWS -- history of user-visible changes.
 
-Copyright (C) 2017 Free Software Foundation, Inc.
+Copyright (C) 2017-2018 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
index b670c0c43a1cbf7d536684863d9b8bde17c8feb0..3482c5f3ac352f56b731aaa89f7e7a357fce415f 100644 (file)
@@ -1,7 +1,7 @@
 /* fsusage.c -- return space usage of mounted file systems
 
-   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2017 Free Software
-   Foundation, Inc.
+   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2018 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
index f78edc6a0cbfae42b791c28f7a80db29c2bb1a7d..65daa736765cdedf3b63b2eaf2a7de1aab7ecf06 100644 (file)
@@ -1,6 +1,6 @@
 /* fsusage.h -- declarations for file system space usage info
 
-   Copyright (C) 1991-1992, 1997, 2003-2006, 2009-2017 Free Software
+   Copyright (C) 1991-1992, 1997, 2003-2006, 2009-2018 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 8d2818fbab8a500e397600c1a0510acbcec8d453..bbf4c5da7e50642f30e6cd424bacfd18842e7ec6 100644 (file)
@@ -1,6 +1,6 @@
 ;;; faceup.el --- Markup language for faces and font-lock regression testing  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2013-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2018 Free Software Foundation, Inc.
 
 ;; Author: Anders Lindgren
 ;; Version: 0.0.6
index d3b2712fb397f3d2dcfeeca88cbd849ae9193d4d..6c96075a0016f5b8a3443c9e64e528df6ada46dd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; tramp-archive.el --- Tramp archive manager  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, processes
index 1d6ad41cd3c0ac3020959e4024fc8bdba29df1b2..f5faacf055a74873818c7b9f91c146178d52415c 100644 (file)
@@ -1,7 +1,8 @@
 # serial 32
 # Obtaining file system usage information.
 
-# Copyright (C) 1997-1998, 2000-2001, 2003-2017 Free Software Foundation, Inc.
+# Copyright (C) 1997-1998, 2000-2001, 2003-2018 Free Software
+# Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
index 93dcc730dae232c1b04fe93886c305be58b71790..12ba7afa6a043438da84fdab13f7ddf084e7786c 100644 (file)
@@ -1,6 +1,6 @@
 /* JSON parsing and serialization.
 
-Copyright (C) 2017 Free Software Foundation, Inc.
+Copyright (C) 2017-2018 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 76740da3d33535a1d437c678fd3a51e9d405896e..8cbd58d72b04288e54aae6f788b8da18cd32a078 100644 (file)
@@ -1,6 +1,6 @@
 /* Pointer bounds checking for GNU Emacs
 
-Copyright 2017 Free Software Foundation, Inc.
+Copyright 2017-2018 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index ec2cf2723683f84e2b035f7fc1193451a61b55bd..7d1a128694c198e626d4b2086b86a5ac4fa991ac 100644 (file)
@@ -1,6 +1,6 @@
 ;;; faceup-test-mode.el --- Dummy major mode for testing `faceup'.
 
-;; Copyright (C) 2014-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
 
 ;; Author: Anders Lindgren
 ;; Keywords: languages, faces
index e9d8b7074c21c22054003aa0069fb280ba80c0cb..0558bd12e5f52adae8443586f470072ff9084bee 100644 (file)
@@ -1,6 +1,6 @@
 ;;; faceup-test-this-file-directory.el --- Support file for faceup tests
 
-;; Copyright (C) 2014-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
 
 ;; Author: Anders Lindgren
 ;; Keywords: languages, faces
index fd58c1bbca6a5d96bbfd1bb80b158003ae07cb83..f910a1d732a6ec6112c9c08b5148cff044ddedfb 100644 (file)
@@ -1,6 +1,6 @@
 ;;; faceup-test-basics.el --- Tests for the `faceup' package.
 
-;; Copyright (C) 2014-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
 
 ;; Author: Anders Lindgren
 ;; Keywords: languages, faces
index 0f1368620941a9726229684d2fa567e118c1c73d..8df38bcc8a9df22f1d8de89a8892518c3a05ff9e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; faceup-test-files.el --- Self test of `faceup' using dummy major mode.
 
-;; Copyright (C) 2014-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
 
 ;; Author: Anders Lindgren
 ;; Keywords: languages, faces
deleted file mode 120000 (symlink)
index 996f1789ff67c0e3f69ef5933a55d54c5d0e9954..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-foo.txt
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..257cc5642cb1a054f08cc83f2d943e56fd3ebe99
--- /dev/null
@@ -0,0 +1 @@
+foo
index 464eb6c8b82089ea7ec58cef881da8ce53d306d6..85be2dc62301b660bacd0e9fbd31441ecec12d9f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; tramp-archive-tests.el --- Tests of file archive access  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 
index 107cab89083ac40b7627d27a9cfcc969330e0602..47bccbe6f3efc62a06eb77daa08f60fa71b6c1ec 100644 (file)
@@ -1,6 +1,6 @@
 ;;; json-tests.el --- unit tests for json.c          -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 301cef0092c40b72e86688f204a68cce38ac938e..125dbd09391902e000163351c859958b8872aa85 100644 (file)
@@ -1,6 +1,6 @@
 ;;; keyboard-tests.el --- Tests for keyboard.c -*- lexical-binding: t -*-
 
-;; Copyright (C) 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.