diff options
author | Josep Torra <n770galaxy@gmail.com> | 2012-09-20 11:50:50 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-18 14:03:08 +0200 |
commit | 29334f323302fee2b8f3ab955f9b252af812fa88 (patch) | |
tree | b7a98ba6467a4ba1b307124d813615358e1f19e2 /sys/opensles/opensles.c | |
parent | 805a010dc9efcb1d7ebb1410598ab70a55062d16 (diff) |
opensles: fixes the license headers
Diffstat (limited to 'sys/opensles/opensles.c')
-rw-r--r-- | sys/opensles/opensles.c | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/sys/opensles/opensles.c b/sys/opensles/opensles.c index 7c2382326..03af1d3a4 100644 --- a/sys/opensles/opensles.c +++ b/sys/opensles/opensles.c @@ -1,30 +1,6 @@ -/* - * GStreamer +/* GStreamer * Copyright (C) 2012 Fluendo S.A. <support@fluendo.com> * - * 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 @@ -39,10 +15,6 @@ * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. - * - * The development of this code was made possible due to the involvement of - * Pioneers of the Inevitable, the creators of the Songbird Music player - * */ #ifdef HAVE_CONFIG_H |