summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-07 05:57:53 +0000
committerDavid Robillard <d@drobilla.net>2007-02-07 05:57:53 +0000
commit6ba53b4851df28e68f68f68129bf7d869dfb2b67 (patch)
tree5b68e68de89354c24eefa5c76a5de810173adb13
parentd390044f8eb5d26146343ce6e28ac4315de24e47 (diff)
downloadraul-6ba53b4851df28e68f68f68129bf7d869dfb2b67.tar.gz
raul-6ba53b4851df28e68f68f68129bf7d869dfb2b67.tar.bz2
raul-6ba53b4851df28e68f68f68129bf7d869dfb2b67.zip
Updated FSF address, copyright dates where appropriate, etc.
git-svn-id: http://svn.drobilla.net/lad/raul@288 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--raul/Atom.h3
-rw-r--r--raul/AtomLiblo.h3
-rw-r--r--raul/AtomRaptor.h3
-rw-r--r--raul/AtomicInt.h3
-rw-r--r--raul/AtomicPtr.h3
-rw-r--r--raul/Condition.h3
-rw-r--r--raul/JackDriver.h9
-rw-r--r--raul/Mutex.h3
-rw-r--r--raul/Namespaces.h3
-rw-r--r--raul/Path.h3
-rw-r--r--raul/Process.h3
-rw-r--r--raul/RDFQuery.h16
-rw-r--r--raul/RDFWriter.h3
-rw-r--r--raul/SRMWQueue.h3
-rw-r--r--raul/SRSWQueue.h3
-rw-r--r--raul/Semaphore.h3
-rw-r--r--raul/SharedPtr.h2
-rw-r--r--raul/Slave.h3
-rw-r--r--raul/Thread.h3
-rw-r--r--raul/WeakPtr.h2
-rw-r--r--src/JackDriver.cpp9
-rw-r--r--src/Namespaces.cpp3
-rw-r--r--src/Path.cpp3
-rw-r--r--src/RDFQuery.cpp3
-rw-r--r--src/RDFWriter.cpp3
-rw-r--r--src/Thread.cpp3
26 files changed, 56 insertions, 45 deletions
diff --git a/raul/Atom.h b/raul/Atom.h
index 3bfa68f..41a7fdd 100644
--- a/raul/Atom.h
+++ b/raul/Atom.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/AtomLiblo.h b/raul/AtomLiblo.h
index c1c7d60..eecc417 100644
--- a/raul/AtomLiblo.h
+++ b/raul/AtomLiblo.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/AtomRaptor.h b/raul/AtomRaptor.h
index 87f871f..9b50a38 100644
--- a/raul/AtomRaptor.h
+++ b/raul/AtomRaptor.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/AtomicInt.h b/raul/AtomicInt.h
index cc50fb9..d83a63b 100644
--- a/raul/AtomicInt.h
+++ b/raul/AtomicInt.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/AtomicPtr.h b/raul/AtomicPtr.h
index 287fe2c..c70dd39 100644
--- a/raul/AtomicPtr.h
+++ b/raul/AtomicPtr.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/Condition.h b/raul/Condition.h
index 18fb05f..2c0b5aa 100644
--- a/raul/Condition.h
+++ b/raul/Condition.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/JackDriver.h b/raul/JackDriver.h
index 96fdc0a..d1ccc9b 100644
--- a/raul/JackDriver.h
+++ b/raul/JackDriver.h
@@ -1,17 +1,18 @@
-/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
- * Patchage is free software; you can redistribute it and/or modify it under the
+ * Raul 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.
*
- * Patchage is distributed in the hope that it will be useful, but WITHOUT ANY
+ * Raul 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 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.,
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef RAUL_JACKDRIVER_H
diff --git a/raul/Mutex.h b/raul/Mutex.h
index 8077ba9..533487d 100644
--- a/raul/Mutex.h
+++ b/raul/Mutex.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/Namespaces.h b/raul/Namespaces.h
index 1de95f8..f81b7b8 100644
--- a/raul/Namespaces.h
+++ b/raul/Namespaces.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/Path.h b/raul/Path.h
index e68d507..5a8fbb8 100644
--- a/raul/Path.h
+++ b/raul/Path.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007-2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/Process.h b/raul/Process.h
index 5504440..c879869 100644
--- a/raul/Process.h
+++ b/raul/Process.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/RDFQuery.h b/raul/RDFQuery.h
index f6a0b06..1aa1cad 100644
--- a/raul/RDFQuery.h
+++ b/raul/RDFQuery.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
@@ -44,21 +45,8 @@ public:
}
_query += "\n";
_query += query;
-
- /*const char* const prefix_header =
- "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\n"
- "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\n"
- "PREFIX ingen: <http://codeson.net/ns/ingen#>\n"
- "PREFIX lv2: <http://lv2plug.in/ontology#>\n";
-
- _query = _prefix_header + query;*/
}
- /*RDFQuery(Glib::ustring query)
- {
- _query = _prefix_header + query;
- }*/
-
Results run(const Glib::ustring base_uri) const;
Glib::ustring string() const { return _query; };
diff --git a/raul/RDFWriter.h b/raul/RDFWriter.h
index f2dfadd..fbd81a5 100644
--- a/raul/RDFWriter.h
+++ b/raul/RDFWriter.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/SRMWQueue.h b/raul/SRMWQueue.h
index 3f4e1cd..5b841e5 100644
--- a/raul/SRMWQueue.h
+++ b/raul/SRMWQueue.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/SRSWQueue.h b/raul/SRSWQueue.h
index b23f2f7..c5c2d1d 100644
--- a/raul/SRSWQueue.h
+++ b/raul/SRSWQueue.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/Semaphore.h b/raul/Semaphore.h
index 20dd569..649d148 100644
--- a/raul/Semaphore.h
+++ b/raul/Semaphore.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/SharedPtr.h b/raul/SharedPtr.h
index e5381b6..1cc42a2 100644
--- a/raul/SharedPtr.h
+++ b/raul/SharedPtr.h
@@ -1,5 +1,5 @@
/* A Reference Counting Smart Pointer.
- * Copyright (C) 2007 Dave Robillard.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This 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
diff --git a/raul/Slave.h b/raul/Slave.h
index e80fbeb..f02b55c 100644
--- a/raul/Slave.h
+++ b/raul/Slave.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/Thread.h b/raul/Thread.h
index 694d463..8e402f7 100644
--- a/raul/Thread.h
+++ b/raul/Thread.h
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/raul/WeakPtr.h b/raul/WeakPtr.h
index 1793608..ef4b70e 100644
--- a/raul/WeakPtr.h
+++ b/raul/WeakPtr.h
@@ -1,5 +1,5 @@
/* A "weak" pointer to a resource owned by a shared pointer.
- * Copyright (C) 2007 Dave Robillard.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This 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
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp
index 167a4b9..d14a802 100644
--- a/src/JackDriver.cpp
+++ b/src/JackDriver.cpp
@@ -1,17 +1,18 @@
-/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
- * Patchage is free software; you can redistribute it and/or modify it under the
+ * Raul 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.
*
- * Patchage is distributed in the hope that it will be useful, but WITHOUT ANY
+ * Raul 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 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.,
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <cassert>
diff --git a/src/Namespaces.cpp b/src/Namespaces.cpp
index 379644d..2f3dd99 100644
--- a/src/Namespaces.cpp
+++ b/src/Namespaces.cpp
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/src/Path.cpp b/src/Path.cpp
index 07c5279..39a2b71 100644
--- a/src/Path.cpp
+++ b/src/Path.cpp
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007-2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/src/RDFQuery.cpp b/src/RDFQuery.cpp
index a489a21..2074d50 100644
--- a/src/RDFQuery.cpp
+++ b/src/RDFQuery.cpp
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/src/RDFWriter.cpp b/src/RDFWriter.cpp
index 66b166a..b23f51a 100644
--- a/src/RDFWriter.cpp
+++ b/src/RDFWriter.cpp
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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
diff --git a/src/Thread.cpp b/src/Thread.cpp
index cc024b0..58edff2 100644
--- a/src/Thread.cpp
+++ b/src/Thread.cpp
@@ -1,4 +1,5 @@
-/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
+/* This file is part of Raul.
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* Raul 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