aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-11-12 10:20:51 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-11-12 10:20:51 +0000
commit123b598900ede9063347c0ca38aa83a5cf654edc (patch)
tree9e5f160e900395ca3fe0a83aaa136e5414b1ebd4
parente239ad2c63b29814e57ab2375a4cc25803add404 (diff)
encoding, copyright notice and the like
svn path=/trunk/externals/iem/syslog/; revision=14433
-rw-r--r--LICENSE.txt4
-rw-r--r--README.txt26
-rw-r--r--syslog.c6
3 files changed, 31 insertions, 5 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 5a8fc2e..2b3716b 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
-aconnect - connect/disconnect/query alsa-sequencers from within pd
+syslog - generate syslog messages from withn Pd
-Copyright (C) 2005 IOhannes m zmoelnig (zmoelnig AT iem DOT at)
+Copyright (C) 2006 IOhannes m zmoelnig (zmoelnig AT iem DOT at)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..649c717
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,26 @@
+syslog for Pd
+=============
+
+allows to send syslog messages of a settable severity from with Pd.
+
+
+installaion
+-----------
+run:
+$ ./configure
+$ make
+
+if the "./configure" script is missing (e.g. because you did a fresh checkout
+from SVN, you have to run this _first_:
+$ autoconf
+
+finally, install it with:
+$ make install
+this will install everything needed to /usr/local/lib/pd/extra/syslog;
+if you want another prefix, check
+$ ./configure --help
+for your options
+
+running
+-------
+create a [syslog] object and use it like [print]
diff --git a/syslog.c b/syslog.c
index 908ef18..9750a7f 100644
--- a/syslog.c
+++ b/syslog.c
@@ -2,15 +2,15 @@
*
* syslog - implementation file
*
- * copyleft (c) IOhannes m zmölnig
+ * copyright (c) 2006 IOhannes m zmölnig
*
- * 1999:forum::für::umläute:2004
+ * forum::für::umläute
*
* institute of electronic music and acoustics (iem)
*
******************************************************
*
- * license: GNU General Public License v.2
+ * license: GNU General Public License v.2 or later
*
******************************************************/