From 786790da5cc3882031b3aac6ca17d36819b0a496 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@fastmail.com> Date: Sun, 3 Jan 2016 21:39:08 +0100 Subject: [PATCH] Updated year to 2016. --- bin/install.pike | 2 +- bin/unbug | 2 +- lib/master.pike.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/install.pike b/bin/install.pike index 53ee9c3678..b55e8367d8 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -1582,7 +1582,7 @@ do case \"$1\" in -v|\\ --version) echo \""+version()+ -#" Copyright (C) 1994-2015 IDA, Link�ping University +#" Copyright (C) 1994-2016 IDA, Link�ping University Pike comes with ABSOLUTELY NO WARRANTY; This is free software and you are welcome to redistribute it under certain conditions; Read the files COPYING and COPYRIGHT in the Pike distribution for more details. diff --git a/bin/unbug b/bin/unbug index 974361b946..84b88cf24e 100644 --- a/bin/unbug +++ b/bin/unbug @@ -3129,7 +3129,7 @@ int main(int argc, array(string) argv) { write(#"UNBUG Copyright 2001-2002, Roxen Internet Software AB. -Copyright 2002-2015, Department of Computer and Information Science, +Copyright 2002-2016, Department of Computer and Information Science, Link�ping University UNBUG is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. diff --git a/lib/master.pike.in b/lib/master.pike.in index a48efe1def..2f6e6755d3 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -3341,7 +3341,7 @@ void _main(array(string(0..255)) orig_argv) exit(0); case "version": - exit(0, string_to_utf8(version() + " Copyright � 1994-2015 Link�ping University\n" + exit(0, string_to_utf8(version() + " Copyright � 1994-2016 Link�ping University\n" "Pike comes with ABSOLUTELY NO WARRANTY; This is free software and you are\n" "welcome to redistribute it under certain conditions; read the files\n" "COPYING and COPYRIGHT in the Pike distribution for more details.\n")); -- GitLab