URI: 
       tAdd a license to the software - pm - barely a pack manager
  HTML git clone git://z3bra.org/pm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 0561c20abeb8345867dab622822d3abf323b5fff
   DIR parent 0405ec2471da2017467913b577de031c00207a64
  HTML Author: z3bra <willyatmailoodotorg>
       Date:   Tue,  5 Jan 2016 13:16:04 +0100
       
       Add a license to the software
       
       Diffstat:
         A LICENSE                             |      13 +++++++++++++
         M README                              |      11 ++++++-----
       
       2 files changed, 19 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/LICENSE b/LICENSE
       t@@ -0,0 +1,13 @@
       +Copyright (c) 2015 Willy Goiffon <willyatmailoodotorg>
       +
       +Permission to use, copy, modify, and/or distribute this software for any
       +purpose with or without fee is hereby granted, provided that the above
       +copyright notice and this permission notice appear in all copies.
       +
       +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
       +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
       +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
       +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
       +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
       +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
       +PERFORMANCE OF THIS SOFTWARE.
   DIR diff --git a/README b/README
       t@@ -3,23 +3,19 @@
        A pack manager.
        
        ## usage
       -
        `pm` has only a few commands, to keep it dead simple to use:
        
        ### add
       -
        You can install a pack to your local system by adding it with
        
                pm -a pack:0.1.tar.bz2
        
        ### delete
       -
        To remove a pack from your system, use its name:
        
                pm -d pack
        
        ### inspect
       -
        You can inspect the current state of your system, or packs with the -i flag:
        
                # list installed packs
       t@@ -32,7 +28,6 @@ You can inspect the current state of your system, or packs with the -i flag:
                pm -i pack:0.1.tar.bz2
        
        ## goals
       -
        0. install
                0.0 resolve dependencies
                0.1 differenciate explicit install and deps
       t@@ -57,3 +52,8 @@ You can inspect the current state of your system, or packs with the -i flag:
                4.0 store everything into a single directory
                4.1 $ROOT/pm.d/$pkg/{deps,files,version[,explicit]}
                4.2 cache packages locally
       +
       +
       +## license
       +This software is licensed under the ISC license, see the
       +LICENSE file provided.
       +\ No newline at end of file