diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 15:59:06 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 15:59:06 +0100 |
| commit | 7669770034f773bd96a71bb5e0cde93a8f0495e9 (patch) | |
| tree | 108774089e2f69d4244ed6bf0c5c7ea66efa290c | |
| parent | 2db1859743fe9fc58eab4e6f6c1e37825ad7b69c (diff) | |
| download | soria-7669770034f773bd96a71bb5e0cde93a8f0495e9.tar.gz soria-7669770034f773bd96a71bb5e0cde93a8f0495e9.zip | |
Updated copyright notice
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | bin/checkdoc.sh | 2 | ||||
| -rw-r--r-- | soria-theme-tree.el | 2 | ||||
| -rw-r--r-- | soria-theme.el | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -158,7 +158,7 @@ Read the [CHANGELOG.org](./CHANGELOG.org) file. ## License ``` -Copyright (C) 2016-2021 Miquel Sabaté Solà <mikisabate@gmail.com> +Copyright (C) 2016-2023 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/checkdoc.sh b/bin/checkdoc.sh index 8efdaa5..eefaec8 100755 --- a/bin/checkdoc.sh +++ b/bin/checkdoc.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2020-2023 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/soria-theme-tree.el b/soria-theme-tree.el index dc68c56..c20fbef 100644 --- a/soria-theme-tree.el +++ b/soria-theme-tree.el @@ -1,6 +1,6 @@ ;;; soria-theme-tree.el --- Files tree integration of the soria theme -*- lexical-binding: t; no-byte-compile: t -*- -;; Copyright (C) 2021 Miquel Sabaté Solà <mikisabate@gmail.com> +;; Copyright (C) 2021-2023 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/soria-theme.el b/soria-theme.el index 7782fbf..2036b69 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1,6 +1,6 @@ ;;; soria-theme.el --- A xoria256 theme with some colors from openSUSE -*- lexical-binding: t; -*- -;; Copyright (C) 2016-2021 Miquel Sabaté Solà <mikisabate@gmail.com> +;; Copyright (C) 2016-2023 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 |
