Update copyright year to 2018
Run admin/update-copyright.
This commit is contained in:
parent
bb267f17f9
commit
d263ce25cd
16 changed files with 18 additions and 17 deletions
2
etc/NEWS
2
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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
foo.txt
|
1
test/lisp/net/tramp-archive-resources/foo.lnk
Normal file
1
test/lisp/net/tramp-archive-resources/foo.lnk
Normal file
|
@ -0,0 +1 @@
|
|||
foo
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue