Rombobjörn

summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2010-01-04 23:42:05 +0000
committerBjörn Persson <bjorn@rombobjörn.se>2010-01-04 23:42:05 +0000
commitfb44df9efb6ff928b86df3704b827bd97c2f980c (patch)
treefa54c3ece03a6028f3fb8c91cec435538c658cf6 /README
imported
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..628f9a0
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+ System_Log
+
+ System_Log is an Ada binding to the Unix syslog functions. It lets you
+ send log messages to the system log from your Ada program.
+
+Documentation
+
+ There is documentation in the form of comments in the package
+ specification. In addition to those you may want to read the manual page
+ for syslog, which you should get with the command man 3 syslog on any
+ Unix-like system.
+
+License
+
+ System_Log is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License version 3, as
+ published by the Free Software Foundation.