diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | bin/db | 2 | ||||
| -rwxr-xr-x | bin/git-fork | 2 | ||||
| -rwxr-xr-x | bin/license | 2 | ||||
| -rw-r--r-- | bin/sass | 2 | ||||
| -rwxr-xr-x | bin/toggle-keyboard-layout.sh | 2 | ||||
| -rwxr-xr-x | bin/vpnsetup | 2 | ||||
| -rw-r--r-- | emacs/init.el | 2 | ||||
| -rw-r--r-- | emacs/lisp/g.el | 2 | ||||
| -rw-r--r-- | emacs/settings/defuns.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-calendar.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-edit.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-evil.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-general.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-lang.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-magit.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-misc.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-mu4e.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-org.el | 2 | ||||
| -rw-r--r-- | emacs/settings/init-project.el | 2 |
20 files changed, 20 insertions, 20 deletions
@@ -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à <mikisabate@gmail.com> +Copyright (C) 2014-2017 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 @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2016 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2014-2017 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/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à <mikisabate@gmail.com> +# Copyright (C) 2015-2017 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/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à <mikisabate@gmail.com> +# Copyright (C) 2014-2017 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 @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2014-2016 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2014-2017 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/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à <mikisabate@gmail.com> +# Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +# Copyright (C) 2016-2017 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.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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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/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à <mikisabate@gmail.com> +;; Copyright (C) 2016-2017 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 |
