From 4909f2b993ebd08a10bee4f0eb8742d69211889a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 11 Feb 2020 14:33:39 +0100 Subject: Did you know that we are in 2020 already? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/README.org | 2 +- .emacs.d/init.el | 2 +- .emacs.d/init.org | 2 +- .emacs.d/lisp/g.el | 2 +- .emacs.d/org-templates/README.org | 2 +- .emacs.d/org.css | 2 +- .emacs.d/pre-push | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to '.emacs.d') 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à + Copyright (C) 2014-2020 Miquel Sabaté Solà 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à +;; Copyright (C) 2016-2020 Miquel Sabaté Solà ;; ;; Author: Miquel Sabaté Solà ;; 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à + Copyright (C) 2014-2020 Miquel Sabaté Solà 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à +;; Copyright (C) 2016-2020 Miquel Sabaté Solà ;; ;; Author: Miquel Sabaté Solà ;; 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à +Copyright (C) 2019-2020 Miquel Sabaté Solà 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à + * Copyright (C) 2017-2020 Miquel Sabaté Solà * * 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à +# Copyright (C) 2017-2020 Miquel Sabaté Solà # # 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 -- cgit v1.2.3