aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/README.org2
-rw-r--r--.emacs.d/init.el2
-rw-r--r--.emacs.d/init.org2
-rw-r--r--.emacs.d/lisp/g.el2
-rw-r--r--.emacs.d/org-templates/README.org2
-rw-r--r--.emacs.d/org.css2
-rwxr-xr-x.emacs.d/pre-push2
7 files changed, 7 insertions, 7 deletions
diff --git a/.emacs.d/README.org b/.emacs.d/README.org
index c93ecaf..3744c1a 100644
--- a/.emacs.d/README.org
+++ b/.emacs.d/README.org
@@ -79,7 +79,7 @@ repositories. I have taken lots of pieces from here and there, but most notably:
* License
#+BEGIN_SRC text
- Copyright (C) 2014-2019 Miquel Sabaté Solà <mikisabate@gmail.com>
+ Copyright (C) 2014-2020 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.d/init.el b/.emacs.d/init.el
index ccb4c35..635ccce 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,6 +1,6 @@
;;; init.el --- Init file -*- lexical-binding: t; -*-
;;
-;; Copyright (C) 2016-2019 Miquel Sabaté Solà <mikisabate@gmail.com>
+;; Copyright (C) 2016-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
;;
;; Author: Miquel Sabaté Solà <mikisabate@gmail.com>
;; Version: 0.1
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index c98e0e0..279b6d8 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -2500,7 +2500,7 @@ repositories. I have taken lots of pieces from here and there, but most notably:
* License
#+BEGIN_SRC text :tangle no
- Copyright (C) 2014-2019 Miquel Sabaté Solà <mikisabate@gmail.com>
+ Copyright (C) 2014-2020 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.d/lisp/g.el b/.emacs.d/lisp/g.el
index fe842d8..c765b4e 100644
--- a/.emacs.d/lisp/g.el
+++ b/.emacs.d/lisp/g.el
@@ -1,6 +1,6 @@
;;; g.el --- Adding shortcuts -*- lexical-binding: t; -*-
;;
-;; Copyright (C) 2016-2019 Miquel Sabaté Solà <mikisabate@gmail.com>
+;; Copyright (C) 2016-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
;;
;; Author: Miquel Sabaté Solà <mikisabate@gmail.com>
;; Version: 0.1
diff --git a/.emacs.d/org-templates/README.org b/.emacs.d/org-templates/README.org
index b3cc271..7aa56e5 100644
--- a/.emacs.d/org-templates/README.org
+++ b/.emacs.d/org-templates/README.org
@@ -5,7 +5,7 @@ Helper files that are included in some way or another into my =org= file.
* License
#+BEGIN_SRC text
-Copyright (C) 2019 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2019-2020 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.d/org.css b/.emacs.d/org.css
index 98110e5..caa194b 100644
--- a/.emacs.d/org.css
+++ b/.emacs.d/org.css
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017-2019 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (C) 2017-2020 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.d/pre-push b/.emacs.d/pre-push
index dcc8dce..09bc2fc 100755
--- a/.emacs.d/pre-push
+++ b/.emacs.d/pre-push
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2017-2019 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2017-2020 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