From a0da1afee037d6fec85c76b05a9a9a7d692d4965 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 1 Jan 2017 16:34:03 +0100 Subject: Updated license year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 2 +- bin/db | 2 +- bin/git-fork | 2 +- bin/license | 2 +- bin/sass | 2 +- bin/toggle-keyboard-layout.sh | 2 +- bin/vpnsetup | 2 +- emacs/init.el | 2 +- emacs/lisp/g.el | 2 +- emacs/settings/defuns.el | 2 +- emacs/settings/init-calendar.el | 2 +- emacs/settings/init-edit.el | 2 +- emacs/settings/init-evil.el | 2 +- emacs/settings/init-general.el | 2 +- emacs/settings/init-lang.el | 2 +- emacs/settings/init-magit.el | 2 +- emacs/settings/init-misc.el | 2 +- emacs/settings/init-mu4e.el | 2 +- emacs/settings/init-org.el | 2 +- emacs/settings/init-project.el | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 0c007af..93d22ce 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ config files, please send me an email. You can find the full license in the `LICENSE` file and below: ``` -Copyright (C) 2014-2016 Miquel Sabaté Solà +Copyright (C) 2014-2017 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 600afc7..f7ad101 100644 --- a/bin/db +++ b/bin/db @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2016 Miquel Sabaté Solà +# Copyright (C) 2014-2017 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 27933f4..c7a7c9b 100755 --- a/bin/git-fork +++ b/bin/git-fork @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2015-2016 Miquel Sabaté Solà +# Copyright (C) 2015-2017 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 30e13a7..7007df5 100755 --- a/bin/license +++ b/bin/license @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2016 Miquel Sabaté Solà +# Copyright (C) 2014-2017 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/sass b/bin/sass index 8e3fc10..7b06992 100644 --- a/bin/sass +++ b/bin/sass @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2014-2016 Miquel Sabaté Solà +# Copyright (C) 2014-2017 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 7606ba9..b5458c4 100755 --- a/bin/toggle-keyboard-layout.sh +++ b/bin/toggle-keyboard-layout.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2016 Miquel Sabaté Solà +# Copyright (C) 2016-2017 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 54de452..e32a7e7 100755 --- a/bin/vpnsetup +++ b/bin/vpnsetup @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2016 Miquel Sabaté Solà +# Copyright (C) 2016-2017 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.el b/emacs/init.el index 3f6e45f..f34c9b6 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1,6 +1,6 @@ ;;; init.el --- My Emacs configuration -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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 64669a8..deb52e3 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 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/defuns.el b/emacs/settings/defuns.el index 4de9573..3d33533 100644 --- a/emacs/settings/defuns.el +++ b/emacs/settings/defuns.el @@ -1,6 +1,6 @@ ;;; defuns.el --- Small utility functions -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-calendar.el b/emacs/settings/init-calendar.el index 433a3ec..3d94354 100644 --- a/emacs/settings/init-calendar.el +++ b/emacs/settings/init-calendar.el @@ -1,6 +1,6 @@ ;;; init-calendar.el --- Configuration for Calendar mode -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-edit.el b/emacs/settings/init-edit.el index 77ff61f..74ffefa 100644 --- a/emacs/settings/init-edit.el +++ b/emacs/settings/init-edit.el @@ -1,6 +1,6 @@ ;;; init-edit.el --- Packages for improving the editing experience -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-evil.el b/emacs/settings/init-evil.el index f940dc4..c8e0906 100644 --- a/emacs/settings/init-evil.el +++ b/emacs/settings/init-evil.el @@ -1,6 +1,6 @@ ;;; init-evil.el --- Evil configuration -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-general.el b/emacs/settings/init-general.el index 57d9ecf..3b76b96 100644 --- a/emacs/settings/init-general.el +++ b/emacs/settings/init-general.el @@ -1,6 +1,6 @@ ;;; init-general.el --- Basic general configuration -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-lang.el b/emacs/settings/init-lang.el index ec49b9e..aa983cf 100644 --- a/emacs/settings/init-lang.el +++ b/emacs/settings/init-lang.el @@ -1,6 +1,6 @@ ;;; init-lang.el --- Settings for all programming languages -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-magit.el b/emacs/settings/init-magit.el index ad6ccda..f07ba52 100644 --- a/emacs/settings/init-magit.el +++ b/emacs/settings/init-magit.el @@ -1,6 +1,6 @@ ;;; init-magit.el --- Magit configuration -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-misc.el b/emacs/settings/init-misc.el index ab95aba..b95489b 100644 --- a/emacs/settings/init-misc.el +++ b/emacs/settings/init-misc.el @@ -1,6 +1,6 @@ ;;; init-misc.el --- Miscellaneous packages -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-mu4e.el b/emacs/settings/init-mu4e.el index 2a3ad13..c3c0b84 100644 --- a/emacs/settings/init-mu4e.el +++ b/emacs/settings/init-mu4e.el @@ -1,6 +1,6 @@ ;;; init-mu4e.el --- Configuration for mu4e -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-org.el b/emacs/settings/init-org.el index 89dc189..c8cc808 100644 --- a/emacs/settings/init-org.el +++ b/emacs/settings/init-org.el @@ -1,6 +1,6 @@ ;;; init-org.el --- Configuration for mu4e -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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/settings/init-project.el b/emacs/settings/init-project.el index 9e265f1..038ea96 100644 --- a/emacs/settings/init-project.el +++ b/emacs/settings/init-project.el @@ -1,6 +1,6 @@ ;;; init-project.el --- Packages for interacting with projects -;; Copyright (C) 2016 Miquel Sabaté Solà +;; Copyright (C) 2016-2017 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