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à --- README.org | 2 +- 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 ++-- emacs/README.org | 2 +- emacs/init.html | 2 +- emacs/init.org | 2 +- emacs/lisp/g.el | 2 +- emacs/org.css | 2 +- emacs/pre-push | 2 +- 17 files changed, 24 insertions(+), 25 deletions(-) diff --git a/README.org b/README.org index c0cbc6e..2235f2d 100644 --- a/README.org +++ b/README.org @@ -39,7 +39,7 @@ config files, please send me an email. You can find the full license in the =LICENSE= file and below: #+BEGIN_SRC text -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/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. diff --git a/emacs/README.org b/emacs/README.org index fda35d8..1f94296 100644 --- a/emacs/README.org +++ b/emacs/README.org @@ -77,7 +77,7 @@ repositories. I have taken lots of pieces from here and there, but most notably: * License #+BEGIN_SRC text - 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/emacs/init.html b/emacs/init.html index 785557b..f042d11 100644 --- a/emacs/init.html +++ b/emacs/init.html @@ -2935,7 +2935,7 @@ repositories. I have taken lots of pieces from here and there, but most notably:
-
Copyright (C) 2014-2017 Miquel Sabaté Solà <mikisabate@gmail.com>
+
Copyright (C) 2014-2018 Miquel Sabaté Solà <mikisabate@gmail.com>
 
 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/emacs/init.org b/emacs/init.org
index a33ce58..b7d30f2 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -2069,7 +2069,7 @@ repositories. I have taken lots of pieces from here and there, but most notably:
 * License
 
 #+BEGIN_SRC text :tangle no
-  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/emacs/lisp/g.el b/emacs/lisp/g.el
index deb52e3..7633661 100644
--- a/emacs/lisp/g.el
+++ b/emacs/lisp/g.el
@@ -1,6 +1,6 @@
 ;;; g.el --- Adding shortcuts to GNU Emacs
 
-;; 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/emacs/org.css b/emacs/org.css
index 4ee1f71..ed96eed 100644
--- a/emacs/org.css
+++ b/emacs/org.css
@@ -1,5 +1,5 @@
 /*
- * 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
diff --git a/emacs/pre-push b/emacs/pre-push
index b970c8d..9d698a0 100755
--- a/emacs/pre-push
+++ b/emacs/pre-push
@@ -1,5 +1,5 @@
 #!/bin/sh
-# 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
-- 
cgit v1.2.3