From e64d1d93755b228ddb8ca0d5784c87b5778176f4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 2 Jan 2018 09:26:27 +0100 Subject: Updated license notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/db | 2 +- bin/git-fork | 2 +- bin/license | 5 ++--- bin/sass | 2 +- bin/test/README.md.expected | 2 +- bin/test/main.cpp.expected | 12 ++++++------ bin/test/test.sh | 2 +- bin/toggle-keyboard-layout.sh | 2 +- bin/vpnsetup | 2 +- bin/xspf_extractor | 4 ++-- 10 files changed, 17 insertions(+), 18 deletions(-) (limited to 'bin') diff --git a/bin/db b/bin/db index f7ad101..7aa68c4 100644 --- a/bin/db +++ b/bin/db @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2017 Miquel Sabaté Solà +# Copyright (C) 2014-2018 Miquel Sabaté Solà # # 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/git-fork b/bin/git-fork index c7a7c9b..77fba4c 100755 --- a/bin/git-fork +++ b/bin/git-fork @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2015-2017 Miquel Sabaté Solà +# Copyright (C) 2015-2018 Miquel Sabaté Solà # # 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/license b/bin/license index 7007df5..b877d04 100755 --- a/bin/license +++ b/bin/license @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2017 Miquel Sabaté Solà +# Copyright (C) 2014-2018 Miquel Sabaté Solà # # 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 @@ -65,7 +65,7 @@ my $name = 'Miquel'; # The current year. I previously thought to be clever and set it to `date +%Y`, # but then I decided that I didn't want to be clever here to avoid problems and # be more flexible. -my $current_year = '2015'; +my $current_year = '2018'; # The command that feeds this command if no command line argument was given. my $default_cmd = "git grep -l 'Copyright' | xargs"; @@ -131,4 +131,3 @@ my @files = (@ARGV > 0) ? @ARGV : split(' ', `$default_cmd`); foreach my $f (@files) { update_file($f); } - diff --git a/bin/sass b/bin/sass index 7b06992..02b1ba9 100644 --- a/bin/sass +++ b/bin/sass @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2014-2017 Miquel Sabaté Solà +# Copyright (C) 2014-2018 Miquel Sabaté Solà # # 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/test/README.md.expected b/bin/test/README.md.expected index 9defd7f..5e5e030 100644 --- a/bin/test/README.md.expected +++ b/bin/test/README.md.expected @@ -3,5 +3,5 @@ A readme file -Copyright © 2014-2015 Miquel Sabaté Solà, released under the MIT License. +Copyright © 2014-2018 Miquel Sabaté Solà, released under the MIT License. diff --git a/bin/test/main.cpp.expected b/bin/test/main.cpp.expected index 27c570c..155214f 100644 --- a/bin/test/main.cpp.expected +++ b/bin/test/main.cpp.expected @@ -1,10 +1,10 @@ /* - * Copyright (C) 2015 Miquel Sabaté Solà - * Copyright (c) 2015 Miquel Sabaté Solà - * Copyright (C) 2015 Miquel Sabaté Solà - * Copyright (C) 2013-2015 Miquel Sabaté Solà - * Copyright (C) 2014-2015 Miquel Sabaté Solà - * Copyright (C) 2015 Miquel Sabaté Solà + * Copyright (C) 2015-2018 Miquel Sabaté Solà + * Copyright (c) 2015-2018 Miquel Sabaté Solà + * Copyright (C) 2015-2018 Miquel Sabaté Solà + * Copyright (C) 2013-2018 Miquel Sabaté Solà + * Copyright (C) 2014-2018 Miquel Sabaté Solà + * Copyright (C) 2015-2018 Miquel Sabaté Solà */ int main(int argc, char *argv[]) diff --git a/bin/test/test.sh b/bin/test/test.sh index f9f23a8..b9bf1b5 100755 --- a/bin/test/test.sh +++ b/bin/test/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2014-2016 Miquel Sabaté Solà +# Copyright (C) 2014-2018 Miquel Sabaté Solà # # 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/toggle-keyboard-layout.sh b/bin/toggle-keyboard-layout.sh index b5458c4..3d2412a 100755 --- a/bin/toggle-keyboard-layout.sh +++ b/bin/toggle-keyboard-layout.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2016-2017 Miquel Sabaté Solà +# Copyright (C) 2016-2018 Miquel Sabaté Solà # # 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/vpnsetup b/bin/vpnsetup index e32a7e7..0316688 100755 --- a/bin/vpnsetup +++ b/bin/vpnsetup @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2016-2017 Miquel Sabaté Solà +# Copyright (C) 2016-2018 Miquel Sabaté Solà # # 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/xspf_extractor b/bin/xspf_extractor index 1bb3631..6ba13e2 100755 --- a/bin/xspf_extractor +++ b/bin/xspf_extractor @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2017 Miquel Sabaté Solà +# Copyright (C) 2017-2018 Miquel Sabaté Solà # # 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 @@ -56,7 +56,7 @@ EOF sub version { print < +Copyright (C) 2017-2018 Miquel Sabaté Solà License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. -- cgit v1.2.3