summaryrefslogtreecommitdiff
path: root/config/os
diff options
context:
space:
mode:
authorpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2009-11-12 20:21:23 +0000
committerpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2009-11-12 20:21:23 +0000
commit3bcd2ed32e27e6bd50480123c7378e17f76e326c (patch)
tree3781cfa3795463da56226c5badbd5af470f5ce27 /config/os
parent7246fa61e64053acea51d9205d831aea8dc1443e (diff)
downloadjack1-3bcd2ed32e27e6bd50480123c7378e17f76e326c.tar.gz
unchecked malloc return cases in libjack fixed; add info on -L option ; different backend lists in usage text for OS X and linux; indent ringbuffer.c appropriately
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3771 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'config/os')
-rw-r--r--config/os/gnu-linux/sanitycheck.c17
-rw-r--r--config/os/gnu-linux/systemtest.c17
2 files changed, 27 insertions, 7 deletions
diff --git a/config/os/gnu-linux/sanitycheck.c b/config/os/gnu-linux/sanitycheck.c
index 1d18d2d..4d22dfa 100644
--- a/config/os/gnu-linux/sanitycheck.c
+++ b/config/os/gnu-linux/sanitycheck.c
@@ -1,10 +1,21 @@
/**
- * GPL etc.
+ *
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* @author Florian Faber
*
- * @version 0.1 (2009-01-17) [FF]
- * - initial version
**/
#include <stdio.h>
diff --git a/config/os/gnu-linux/systemtest.c b/config/os/gnu-linux/systemtest.c
index 2daf86b..a3fbc49 100644
--- a/config/os/gnu-linux/systemtest.c
+++ b/config/os/gnu-linux/systemtest.c
@@ -1,14 +1,23 @@
/**
- * GPL, yabbadabba
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* Set of functions to gather system information for the jack setup wizard.
*
* TODO: Test for rt prio availability
*
* @author Florian Faber, faber@faberman.de
- *
- * @version 0.1 (2009-01-15) [FF]
- * - initial version
*
**/