summaryrefslogtreecommitdiffstats
path: root/src/serialisation
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-09-04 01:32:50 +0000
committerDavid Robillard <d@drobilla.net>2010-09-04 01:32:50 +0000
commit784393e18f5c313dbcf63c147844d8762b1f16e5 (patch)
treed10eb73f344bbde909f2a95fb4e448d967d07489 /src/serialisation
parentec23858d792fbcd95d34a3d0bca53b3e814fd4db (diff)
downloadingen-784393e18f5c313dbcf63c147844d8762b1f16e5.tar.gz
ingen-784393e18f5c313dbcf63c147844d8762b1f16e5.tar.bz2
ingen-784393e18f5c313dbcf63c147844d8762b1f16e5.zip
My name is David. :)
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2590 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation')
-rw-r--r--src/serialisation/Parser.cpp2
-rw-r--r--src/serialisation/Parser.hpp2
-rw-r--r--src/serialisation/Serialiser.cpp2
-rw-r--r--src/serialisation/Serialiser.hpp2
-rw-r--r--src/serialisation/names.hpp2
-rw-r--r--src/serialisation/serialisation.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp
index 720134e8..2687fbca 100644
--- a/src/serialisation/Parser.cpp
+++ b/src/serialisation/Parser.cpp
@@ -1,5 +1,5 @@
/* This file is part of Ingen.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Ingen 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/serialisation/Parser.hpp b/src/serialisation/Parser.hpp
index aeda022f..ed354905 100644
--- a/src/serialisation/Parser.hpp
+++ b/src/serialisation/Parser.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ingen.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Ingen 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/serialisation/Serialiser.cpp b/src/serialisation/Serialiser.cpp
index 5f02d9cc..a5ccaeae 100644
--- a/src/serialisation/Serialiser.cpp
+++ b/src/serialisation/Serialiser.cpp
@@ -1,5 +1,5 @@
/* This file is part of Ingen.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Ingen 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/serialisation/Serialiser.hpp b/src/serialisation/Serialiser.hpp
index fc1528a8..ccc51d20 100644
--- a/src/serialisation/Serialiser.hpp
+++ b/src/serialisation/Serialiser.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ingen.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Ingen 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/serialisation/names.hpp b/src/serialisation/names.hpp
index 796f7a2c..ff25faa1 100644
--- a/src/serialisation/names.hpp
+++ b/src/serialisation/names.hpp
@@ -1,5 +1,5 @@
/* This file is part of Ingen.
- * Copyright (C) 2010 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2010 David Robillard <http://drobilla.net>
*
* Ingen 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/serialisation/serialisation.cpp b/src/serialisation/serialisation.cpp
index b9a21670..c0e748ab 100644
--- a/src/serialisation/serialisation.cpp
+++ b/src/serialisation/serialisation.cpp
@@ -1,5 +1,5 @@
/* This file is part of Ingen.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Ingen 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