summaryrefslogtreecommitdiff
path: root/libs/ardour/uri_map.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-25 22:12:03 +0000
committerDavid Robillard <d@drobilla.net>2010-11-25 22:12:03 +0000
commit2a6dcddcc513fa3ebc1aad4b2e5fede62277aba5 (patch)
treee3fcc56e80126df2b03d5e55897aa50a8dc322be /libs/ardour/uri_map.cc
parent8b68ed57ec5c075261639435be3290c3ba8177eb (diff)
Stub implementation of LV2 persist extension.
git-svn-id: svn://localhost/ardour2/branches/3.0@8087 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/uri_map.cc')
-rw-r--r--libs/ardour/uri_map.cc35
1 files changed, 19 insertions, 16 deletions
diff --git a/libs/ardour/uri_map.cc b/libs/ardour/uri_map.cc
index 2c2861e385..a551a5b5a4 100644
--- a/libs/ardour/uri_map.cc
+++ b/libs/ardour/uri_map.cc
@@ -1,19 +1,22 @@
-/* This file is part of Ingen.
- * Copyright (C) 2008 Dave 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
- * Foundation; either version 2 of the License, or (at your option) any later
- * version.
- *
- * Ingen 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.,
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
+/*
+ Copyright (C) 2008-2010 Paul Davis
+ Author: David Robillard
+
+ 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.
+
+*/
#include <cassert>
#include <iostream>