aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-06-22 11:40:17 -0500
committerMatt Rude <[email protected]>2011-06-22 11:40:17 -0500
commit1ca14418fd20a0f6e2ca9d896dad81fa7f03efba (patch)
tree865d9ec1577354a5944e62d7592120de2eaa54a7
parent9a9ae711f6e300f807d8c5de42e72273a424918d (diff)
downloadtime.mattrude.com-1ca14418fd20a0f6e2ca9d896dad81fa7f03efba.tar.gz
time.mattrude.com-1ca14418fd20a0f6e2ca9d896dad81fa7f03efba.tar.bz2
time.mattrude.com-1ca14418fd20a0f6e2ca9d896dad81fa7f03efba.zip
Add the License info to the readme file.
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5143963..ef6509e 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,27 @@ To install, first you need to add a cron entry for the RRD graphs.
*/5 * * * * /var/www/time.mattrude.com/scripts/do-xntp > /dev/null 2&>1
-After adding the cron job, you may add your NTP Servers. To add your NTP servers, start by going into the scripts directory. Once in the scripts directory, run the `do-newntpstat` followed by the name of the computer, similar to below.
+After adding the cron job, you may add your NTP Servers. To add your NTP servers, start by going into the **scripts** directory. Once in the scripts directory, run the `do-newntpstat` followed by the name of the computer, similar to below.
./do-newntpstat time.example.com
### Rebuilding CSS ###
+
To Rebuild the css file, first download and install the [YUI Compressor](https://github.com/yui/yuicompressor), then run:
java -jar yuicompressor.jar style.dev.css > style.css
+
+## License ##
+
+ 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 3 of the License, or
+ (at your option) any later version.
+
+ 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, see <http://www.gnu.org/licenses/>.