From 9038b705a5ec8188240bf94f3b9c61e614c31839 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 5 Oct 2011 11:14:15 +0100 Subject: Add README. --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..cdde899 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +README for `fhs-dirs` +===================== + +`fhs-dirs` is a tiny project that creates the minimal directory structure +to implement the Filesystem Hierarchy Standard (FHS). + +Legalese +-------- + +Copyright (C) 2011 Codethink Limited + +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 2 of the License. + +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, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + -- cgit v1.2.1