diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2011-12-13 15:26:31 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2011-12-13 15:26:31 +0100 |
commit | a94611fd0a4d32bdd9367375def9b05310274d5f (patch) | |
tree | 59f1ea7572d0daf0f421deac13eaeb7cd2e506a1 /gst-plugin | |
parent | 7ef8b710b736d763813641ce5e961fe34fd99338 (diff) |
audiofilter: fix the license of the template0.10
As the author of the template I update the license match the module license.
Diffstat (limited to 'gst-plugin')
-rw-r--r-- | gst-plugin/src/gstaudiofilter.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gst-plugin/src/gstaudiofilter.c b/gst-plugin/src/gstaudiofilter.c index 04b2b07..462b763 100644 --- a/gst-plugin/src/gstaudiofilter.c +++ b/gst-plugin/src/gstaudiofilter.c @@ -4,6 +4,29 @@ * Copyright (C) <2003> David Schleef <ds@schleef.org> * Copyright (C) YEAR AUTHOR_NAME AUTHOR_EMAIL * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + * Alternatively, the contents of this file may be used under the + * GNU Lesser General Public License Version 2.1 (the "LGPL"), in + * which case the following provisions apply instead of the ones + * mentioned above: + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either |