From: Luis de Bethencourt Date: Wed, 15 Apr 2015 16:32:37 +0000 (+0100) Subject: tests: add missing license header for equalizer demo X-Git-Tag: 1.6.0~428 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d463e3fba82ac67b08124bd414d1fa4f9a445d77;p=platform%2Fupstream%2Fgst-plugins-good.git tests: add missing license header for equalizer demo --- diff --git a/tests/examples/equalizer/demo.c b/tests/examples/equalizer/demo.c index bfa4870..cc0ffd9 100644 --- a/tests/examples/equalizer/demo.c +++ b/tests/examples/equalizer/demo.c @@ -1,3 +1,22 @@ +/* GStreamer + * Copyright (C) 2007 Sebastian Dröge + * + * 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 + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + #include #include #include