diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-18 18:45:39 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-18 18:45:39 +0100 |
| commit | 33761bab9339af16cc24265ba486c072735b5735 (patch) | |
| tree | 1470739a6eb4b52f0a8c483de9a039fab0131ac4 | |
| parent | 33ffc162ddbf25b3eb3d0c5f5a5e195dd7e389be (diff) | |
| download | dotfiles-33761bab9339af16cc24265ba486c072735b5735.tar.gz dotfiles-33761bab9339af16cc24265ba486c072735b5735.zip | |
emacs: added license header to the CSS file
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | emacs/org.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/emacs/org.css b/emacs/org.css index 28bdd61..4ee1f71 100644 --- a/emacs/org.css +++ b/emacs/org.css @@ -1,4 +1,21 @@ /* + * Copyright (C) 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* * This file tries to mimick what we have in the soria theme. That being said, * the HTML exporter of org-mode is not perfect, so there's tons of stuff that * are not highlighted in the same way as in GNU Emacs. Anyways, the colors are |
