Skip to content

Commit

Permalink
Updated the file...
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelking committed Apr 22, 2012
1 parent 20de78e commit 64eb266
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
#!/usr/bin/env bash

cat << ReadMeMSG
Blib version 2.0 is a library of bash functions (a.k.a. blib), written by Mikel King. This library was selected because it is licensed under the new/simple BSD license which essentially means do what you want with the code, but it would be nice if you contributed back to the project as well as the BSD community.
The bash library project version 2.0 is a library of bash functions (a.k.a. blp,
formerly known as blib), written by Mikel King.
Run the basic installation script as root to place the components in their proper locations and adjust permissions as required and hope for the best. Actually it should place the standard blib files as well as create a folder for the app library files files in /usr/local/lib.
This library was selected because it is licensed under the new/simple BSD license
which essentially means do what you want with the code, but it would be nice if
you contributed back to the project as well as the BSD community. The only
restriction is that you are prohibited from relicensing any of this projects
code under another license.
Run the basic installation script as root to place the components in their proper
locations and adjust permissions as required and hope for the best. Actually it
should place the standard blib files as well as create a folder for the app
library files files in /usr/local/lib.
ReadMeMSG

0 comments on commit 64eb266

Please sign in to comment.