aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-01-01 16:34:03 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-01-01 16:34:03 +0100
commita0da1afee037d6fec85c76b05a9a9a7d692d4965 (patch)
treea35d1f48e7c0064e23c7401e7eabf56da0e844aa
parent5399d2d61dad2bdfe695d25589ea98c93fa925f7 (diff)
downloaddotfiles-a0da1afee037d6fec85c76b05a9a9a7d692d4965.tar.gz
dotfiles-a0da1afee037d6fec85c76b05a9a9a7d692d4965.zip
Updated license year
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--README.md2
-rw-r--r--bin/db2
-rwxr-xr-xbin/git-fork2
-rwxr-xr-xbin/license2
-rw-r--r--bin/sass2
-rwxr-xr-xbin/toggle-keyboard-layout.sh2
-rwxr-xr-xbin/vpnsetup2
-rw-r--r--emacs/init.el2
-rw-r--r--emacs/lisp/g.el2
-rw-r--r--emacs/settings/defuns.el2
-rw-r--r--emacs/settings/init-calendar.el2
-rw-r--r--emacs/settings/init-edit.el2
-rw-r--r--emacs/settings/init-evil.el2
-rw-r--r--emacs/settings/init-general.el2
-rw-r--r--emacs/settings/init-lang.el2
-rw-r--r--emacs/settings/init-magit.el2
-rw-r--r--emacs/settings/init-misc.el2
-rw-r--r--emacs/settings/init-mu4e.el2
-rw-r--r--emacs/settings/init-org.el2
-rw-r--r--emacs/settings/init-project.el2
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à <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/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à <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
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à <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