From 55275a59ca044ffd378eae8529426c53072b8d32 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 18 Jan 2017 17:16:57 +0100 Subject: emacs: added credits and license into the init.org file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is done because the rendered html file should have both these notices since there's no link to the README.org file there. Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index 100c604..cc50e82 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1578,3 +1578,34 @@ too many things into my leader and these shortcuts look sensible to me). ("C-c i" . crux-find-user-init-file) ("C-c o" . crux-open-with))) #+END_SRC +* Credits + +I've built this file by simply scavenging from other people's emacs.d/dotfiles +repositories. I have taken lots of pieces from here and there, but most notably: + +- [[https://github.com/ereslibre/dotfiles][@ereslibre]] +- [[https://github.com/dmacvicar/dotfiles][@dmacvicar]] +- [[https://github.com/bbatsov/emacs.d][@bbatsov]] +- [[https://github.com/aaronbieber/dotfiles][@aaronbieber]] +- [[https://github.com/purcell/emacs.d][@purcell]] +- [[https://github.com/sachac/emacs.d][@sachac]] ([[http://pages.sachachua.com/.emacs.d/Sacha.html][HTML version]]) +- [[https://github.com/larstvei/dot-emacs][@larstvei]] + +* License + +#+BEGIN_SRC text + Copyright (C) 2014-2017 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 + 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 . +#+END_SRC -- cgit v1.2.3