diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-01 16:34:03 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-01 16:34:03 +0100 |
| commit | a0da1afee037d6fec85c76b05a9a9a7d692d4965 (patch) | |
| tree | a35d1f48e7c0064e23c7401e7eabf56da0e844aa /emacs/settings | |
| parent | 5399d2d61dad2bdfe695d25589ea98c93fa925f7 (diff) | |
| download | dotfiles-a0da1afee037d6fec85c76b05a9a9a7d692d4965.tar.gz dotfiles-a0da1afee037d6fec85c76b05a9a9a7d692d4965.zip | |
Updated license year
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/settings')
| -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 |
11 files changed, 11 insertions, 11 deletions
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 |
