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.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- emacs/init.org | 31 +++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/init.html b/emacs/init.html index 6be151c..302ba4d 100644 --- a/emacs/init.html +++ b/emacs/init.html @@ -4,7 +4,7 @@ mssola's GNU Emacs configuration - + @@ -178,6 +178,8 @@ for the JavaScript code in this tag.
  • 14. Languages
  • 15. Misc
  • +
  • 16. Credits
  • +
  • 17. License
  • @@ -2154,10 +2156,60 @@ too many things into my leader and these shortcuts look sensible to me). +
    +

    16 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: +

    + + +
    +
    + +
    +

    17 License

    +
    +
    + +
    Copyright (C) 2014-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/>.
    +
    +
    +
    +

    Author: Miquel Sabaté Solà

    -

    Created: 2017-01-18 Wed 15:09

    +

    Created: 2017-01-18 Wed 15:25

    Emacs 25.1.1 (Org mode 8.2.10)

    Validate

    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