summaryrefslogtreecommitdiff
path: root/libs/ardour/rdff.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-29 02:17:17 +0000
committerDavid Robillard <d@drobilla.net>2011-03-29 02:17:17 +0000
commitc9d0c2beaedfa14a394a811bb2669b72e6670afe (patch)
tree9eff32ad4a11750819bb1ead7e4b3432619dfa99 /libs/ardour/rdff.h
parent09943e1d571bb82326c0ac8195e2cb2b9a29e1b6 (diff)
Switch RDFF to 2-clause BSD license.
Fix whitespace. git-svn-id: svn://localhost/ardour2/branches/3.0@9222 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/rdff.h')
-rw-r--r--libs/ardour/rdff.h38
1 files changed, 22 insertions, 16 deletions
diff --git a/libs/ardour/rdff.h b/libs/ardour/rdff.h
index 6e9d197536..ce38d1ff79 100644
--- a/libs/ardour/rdff.h
+++ b/libs/ardour/rdff.h
@@ -1,21 +1,27 @@
/*
RDFF - RDF in RIFF
Copyright 2011 David 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 Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This software 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 sofware; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- 02110-1301 USA.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef RDFF_RDFF_H
@@ -69,7 +75,7 @@ typedef struct {
uint32_t size;
char value[];
} PACKED RDFFValueChunk;
-
+
/**
Open/Create a new RDFF file.
*/