Skip to content

Commit

Permalink
Merge pull request #189 from MaZderMind/fix-copyright-header
Browse files Browse the repository at this point in the history
Fix the Copyright-Header in gstswitchcontrollerintrospection.c
  • Loading branch information
mithro committed Feb 1, 2015
2 parents 0109013 + 23d4f18 commit 573d97a
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions tools/gstswitchcontrollerintrospection.c
@@ -1,30 +1,24 @@
/* GstSwitch
* Copyright (C) 2013 Duzy Chan <code@duzy.info>
/* gst-switch -*- c -*-
* Copyright (C) 2012,2013 Duzy Chan <code@duzy.info>
* Copyright (C) 2015 Tim 'mithro' Ansell <mithro@mithis.com>
* Copyright (C) 2015 MaZderMind <peter@mazdermind.de>
*
* 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 file is part of gst-switch.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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.
* gst-switch 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 3 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, see <http://www.gnu.org/licenses/>.
*/

/*! @file */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down

0 comments on commit 573d97a

Please sign in to comment.