aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorPaul Eggert2019-01-01 00:59:58 +0000
committerPaul Eggert2019-01-01 01:01:13 +0000
commit26bed8ba10eeaf0a340a8d0d760c5578dddec867 (patch)
tree4e6624f76d8bb51348fb7d86a1932efbf372b6f0 /build-aux
parent2814292570ab937d65c232daccc78fbd8d274a08 (diff)
downloademacs-26bed8ba10eeaf0a340a8d0d760c5578dddec867.tar.gz
emacs-26bed8ba10eeaf0a340a8d0d760c5578dddec867.zip
Update copyright year to 2019
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/config.guess2
-rwxr-xr-xbuild-aux/config.sub2
-rwxr-xr-xbuild-aux/git-hooks/commit-msg2
-rwxr-xr-xbuild-aux/git-hooks/pre-commit2
-rwxr-xr-xbuild-aux/gitlog-to-changelog2
-rwxr-xr-xbuild-aux/gitlog-to-emacslog2
-rwxr-xr-xbuild-aux/make-info-dir2
-rwxr-xr-xbuild-aux/move-if-change2
-rwxr-xr-xbuild-aux/msys-to-w322
-rwxr-xr-xbuild-aux/update-copyright2
-rwxr-xr-xbuild-aux/update-subdirs2
11 files changed, 11 insertions, 11 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 588fe82a42a..d7c8fb43e28 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Attempt to guess a canonical system name. 2# Attempt to guess a canonical system name.
3# Copyright 1992-2018 Free Software Foundation, Inc. 3# Copyright 1992-2019 Free Software Foundation, Inc.
4 4
5timestamp='2018-01-01' 5timestamp='2018-01-01'
6 6
diff --git a/build-aux/config.sub b/build-aux/config.sub
index f2632cd8a2b..4f2906bf98c 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Configuration validation subroutine script. 2# Configuration validation subroutine script.
3# Copyright 1992-2018 Free Software Foundation, Inc. 3# Copyright 1992-2019 Free Software Foundation, Inc.
4 4
5timestamp='2018-01-01' 5timestamp='2018-01-01'
6 6
diff --git a/build-aux/git-hooks/commit-msg b/build-aux/git-hooks/commit-msg
index 1ce4cee2648..4ed261425d3 100755
--- a/build-aux/git-hooks/commit-msg
+++ b/build-aux/git-hooks/commit-msg
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2# Check the format of GNU Emacs change log entries. 2# Check the format of GNU Emacs change log entries.
3 3
4# Copyright 2014-2018 Free Software Foundation, Inc. 4# Copyright 2014-2019 Free Software Foundation, Inc.
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
diff --git a/build-aux/git-hooks/pre-commit b/build-aux/git-hooks/pre-commit
index c0455fb2fa2..e29a69f25b8 100755
--- a/build-aux/git-hooks/pre-commit
+++ b/build-aux/git-hooks/pre-commit
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2# Check file names in git commits for GNU Emacs. 2# Check file names in git commits for GNU Emacs.
3 3
4# Copyright 2014-2018 Free Software Foundation, Inc. 4# Copyright 2014-2019 Free Software Foundation, Inc.
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog
index d8074aadabf..69520eeae70 100755
--- a/build-aux/gitlog-to-changelog
+++ b/build-aux/gitlog-to-changelog
@@ -9,7 +9,7 @@ my $VERSION = '2017-09-13 06:45'; # UTC
9# If you change this file with Emacs, please let the write hook 9# If you change this file with Emacs, please let the write hook
10# do its job. Otherwise, update this string manually. 10# do its job. Otherwise, update this string manually.
11 11
12# Copyright (C) 2008-2018 Free Software Foundation, Inc. 12# Copyright (C) 2008-2019 Free Software Foundation, Inc.
13 13
14# This program is free software: you can redistribute it and/or modify 14# This program is free software: you can redistribute it and/or modify
15# it under the terms of the GNU General Public License as published by 15# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/gitlog-to-emacslog b/build-aux/gitlog-to-emacslog
index bdf45360aa4..7cd7c58c355 100755
--- a/build-aux/gitlog-to-emacslog
+++ b/build-aux/gitlog-to-emacslog
@@ -2,7 +2,7 @@
2 2
3# Convert git log output to ChangeLog format for GNU Emacs. 3# Convert git log output to ChangeLog format for GNU Emacs.
4 4
5# Copyright (C) 2014-2018 Free Software Foundation, Inc. 5# Copyright (C) 2014-2019 Free Software Foundation, Inc.
6 6
7# Author: Paul Eggert 7# Author: Paul Eggert
8 8
diff --git a/build-aux/make-info-dir b/build-aux/make-info-dir
index cf8ffabd219..2dcac87b489 100755
--- a/build-aux/make-info-dir
+++ b/build-aux/make-info-dir
@@ -2,7 +2,7 @@
2 2
3### make-info-dir - create info/dir, for systems without install-info 3### make-info-dir - create info/dir, for systems without install-info
4 4
5## Copyright (C) 2013-2018 Free Software Foundation, Inc. 5## Copyright (C) 2013-2019 Free Software Foundation, Inc.
6 6
7## Author: Glenn Morris <rgm@gnu.org> 7## Author: Glenn Morris <rgm@gnu.org>
8## Maintainer: emacs-devel@gnu.org 8## Maintainer: emacs-devel@gnu.org
diff --git a/build-aux/move-if-change b/build-aux/move-if-change
index f15923613c8..69662a3ff8b 100755
--- a/build-aux/move-if-change
+++ b/build-aux/move-if-change
@@ -8,7 +8,7 @@ VERSION='2017-09-13 06:45'; # UTC
8# If you change this file with Emacs, please let the write hook 8# If you change this file with Emacs, please let the write hook
9# do its job. Otherwise, update this string manually. 9# do its job. Otherwise, update this string manually.
10 10
11# Copyright (C) 2002-2018 Free Software Foundation, Inc. 11# Copyright (C) 2002-2019 Free Software Foundation, Inc.
12 12
13# This program is free software: you can redistribute it and/or modify 13# This program is free software: you can redistribute it and/or modify
14# it under the terms of the GNU General Public License as published by 14# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/msys-to-w32 b/build-aux/msys-to-w32
index ca23302a5b5..758d172355d 100755
--- a/build-aux/msys-to-w32
+++ b/build-aux/msys-to-w32
@@ -2,7 +2,7 @@
2# Convert a MSYS path list to Windows-native format. 2# Convert a MSYS path list to Windows-native format.
3# Status is zero if successful, nonzero otherwise. 3# Status is zero if successful, nonzero otherwise.
4 4
5# Copyright (C) 2013-2018 Free Software Foundation, Inc. 5# Copyright (C) 2013-2019 Free Software Foundation, Inc.
6 6
7# This program is free software: you can redistribute it and/or modify 7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by 8# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/update-copyright b/build-aux/update-copyright
index 3bb26abea1b..19d881316af 100755
--- a/build-aux/update-copyright
+++ b/build-aux/update-copyright
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -wS -0777 -pi "$0" "$@"'
5 5
6my $VERSION = '2018-01-04.14:48'; # UTC 6my $VERSION = '2018-01-04.14:48'; # UTC
7 7
8# Copyright (C) 2009-2018 Free Software Foundation, Inc. 8# Copyright (C) 2009-2019 Free Software Foundation, Inc.
9# 9#
10# This program is free software: you can redistribute it and/or modify 10# This program is free software: you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by 11# it under the terms of the GNU General Public License as published by
diff --git a/build-aux/update-subdirs b/build-aux/update-subdirs
index 8bc4f1a8b0f..75509956276 100755
--- a/build-aux/update-subdirs
+++ b/build-aux/update-subdirs
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2# Write into $1/subdirs.el a list of subdirs of directory $1. 2# Write into $1/subdirs.el a list of subdirs of directory $1.
3 3
4# Copyright (C) 1994-1995, 1997, 1999, 2001-2018 Free Software 4# Copyright (C) 1994-1995, 1997, 1999, 2001-2019 Free Software
5# Foundation, Inc. 5# Foundation, Inc.
6 6
7# This file is part of GNU Emacs. 7# This file is part of GNU Emacs.