From e01e324b2b52ee2408ef198a86ae74c4be2acac4 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 7 Apr 2016 11:18:17 +0200 Subject: [PATCH] [UP] Readme and add new license! --- COPYING | 14 ++++++++++++++ README.md | 14 ++++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..32da299 --- /dev/null +++ b/COPYING @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2016 Olivier Dossmann + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/README.md b/README.md index 632a42a..9d340f8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This script, called **Gissmo Launcher**, aims to manage Docker containers while working on Gissmo project (Cf. https://github.com/eost/gissmo/). -It's not a part of previous Github's branch because of its current private state. I hope this will change. +It's not a part of previous Github's branch because it's only for Docker use. ## Requirements @@ -15,13 +15,11 @@ I suggest you to check these points befaure using Gissmo Launcher: ## Configuration file -Just copy *config.example* file to *config* one: +A configuration example is available here: [config.example](./config.example). - cp ./config.example ./config +Gissmo Launch Script search a file called **config** located in XDG_CONFIG_HOME. -It should work. - -If any problem, have a look into *config.example* file in which all possible parameters are given. +If not, it searches this file: **.config/gissmo** located in your home directory. ## Usage @@ -51,3 +49,7 @@ If you want to use another configuration file than current, use the **GISSMO_CFG GISSMO_CFG=~/new_config launch.sh It will use *new_config* file instead. + +## License + +This tool is under [WTFPL – Do What the Fuck You Want to Public License](http://www.wtfpl.net/).