aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-01-02 09:26:27 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2018-01-02 09:26:27 +0100
commite64d1d93755b228ddb8ca0d5784c87b5778176f4 (patch)
tree8e437d99a1b9c9751592b1ef969a7f3f45dbbff7 /emacs
parent01f9e698bd904897a8945f026fbb87368e404e2d (diff)
downloaddotfiles-e64d1d93755b228ddb8ca0d5784c87b5778176f4.tar.gz
dotfiles-e64d1d93755b228ddb8ca0d5784c87b5778176f4.zip
Updated license notice
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
-rw-r--r--emacs/README.org2
-rw-r--r--emacs/init.html2
-rw-r--r--emacs/init.org2
-rw-r--r--emacs/lisp/g.el2
-rw-r--r--emacs/org.css2
-rwxr-xr-xemacs/pre-push2
6 files changed, 6 insertions, 6 deletions
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à <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.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:
<div class="outline-text-2" id="text-19">
<div class="org-src-container">
-<pre class="src src-text">Copyright (C) 2014-2017 Miquel Sabat&#233; Sol&#224; <a href="mailto:mikisabate%40gmail.com">&lt;mikisabate@gmail.com&gt;</a>
+<pre class="src src-text">Copyright (C) 2014-2018 Miquel Sabat&#233; Sol&#224; <a href="mailto:mikisabate%40gmail.com">&lt;mikisabate@gmail.com&gt;</a>
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à <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/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à <mikisabate@gmail.com>
+;; Copyright (C) 2016-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/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à <mikisabate@gmail.com>
+ * Copyright (C) 2017-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/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à <mikisabate@gmail.com>
+# Copyright (C) 2017-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