commit 2abaa200a3ffe00441854e7727d36126745314a6
parent 7cff76f94ee072d151f9396e789bbfef6452d61d
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 31 Jan 2020 15:52:25 +0100
Update COPYING dates and add it the README.org
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/COPYING b/COPYING
@@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
- Copyright (C) 2013-2020 Vincent Demeester
+ Copyright (C) 2018-2020 Vincent Demeester
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
@@ -651,7 +651,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
- Vincent Demeester's Emacs configuration Copyright (C) 2013-2020 Vincent Demeester
+ Vincent Demeester's Emacs configuration Copyright (C) 2018-2020 Vincent Demeester
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
diff --git a/README.org b/README.org
@@ -1,6 +1,9 @@
#+TITLE: Home configuration files
* What is ~home~
+:PROPERTIES:
+:CUSTOM_ID: h:0272c5ac-0b7f-4ebb-91f0-defa66c2d285
+:END:
This repository is using ~home-manager~ and ~nix~.
@@ -24,6 +27,9 @@
- run ~echo -n "Passphrase: "; read -i PASSPHRASE; env PASSPHRASE=$PASSPHRASE home-manager switch;~
* Goal
+:PROPERTIES:
+:CUSTOM_ID: h:353cadbd-9a24-46af-8a87-72e3b3b822d6
+:END:
The goal of is repository is to be able to have a way to setup dotfiles and packages in
/one go/, sharing those configuration between multiple computers. The documentation part
@@ -36,3 +42,23 @@
This will be a all-time work-in-progress, so please beware that things might change
dramatically or even not working anymore 😛.
+
+* COPYING
+:PROPERTIES:
+:CUSTOM_ID: h:716e598e-3b1a-4e48-a72b-608c3a970db9
+:END:
+
+Copyright (c) 2018-2020 Vincent Demeester <vincent@sbr.pm>
+
+This file 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 file 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 file. If not, see <http://www.gnu.org/licenses/>.