summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-12-19 22:50:20 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-12-19 22:50:20 +0100
commit646c439d3f4e5295317f4368c862825def12b85d (patch)
treefee758e011debddc9116ae0dfaa785c8a188e603 /bin
parent1102072f68eb2edfcf6dfcd648a0e9c4ec548dd3 (diff)
downloadautomake-646c439d3f4e5295317f4368c862825def12b85d.tar.gz
update copyright years in all files
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.inc2
-rw-r--r--bin/aclocal.in2
-rw-r--r--bin/automake.in2
-rwxr-xr-xbin/gen-perl-protos2
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index 34b990f15..065bed098 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -1,4 +1,4 @@
-## Copyright (C) 1995-2013 Free Software Foundation, Inc.
+## Copyright (C) 1995-2014 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/bin/aclocal.in b/bin/aclocal.in
index 5cb551098..f90e6a081 100644
--- a/bin/aclocal.in
+++ b/bin/aclocal.in
@@ -7,7 +7,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
# aclocal - create aclocal.m4 by scanning configure.ac
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 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/bin/automake.in b/bin/automake.in
index d12db8d83..09da0ff24 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -6,7 +6,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
if 0;
# automake - create Makefile.in from Makefile.am
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 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/bin/gen-perl-protos b/bin/gen-perl-protos
index 9e73d8d7a..d620281c7 100755
--- a/bin/gen-perl-protos
+++ b/bin/gen-perl-protos
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2013 Free Software Foundation, Inc.
+# Copyright (C) 2013-2014 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