Skip to content

Commit

Permalink
audio/codec.h: relicense
Browse files Browse the repository at this point in the history
Relicensed and corrected copying audio/codec.h as an original author
(previous copyright and autors were just copied&pasted template from an
another file).
  • Loading branch information
MartinPulec committed Jun 28, 2023
1 parent ed6501f commit e32f116
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions src/audio/codec.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
/**
* @file audio/codec.h
* @author Martin Pulec <[email protected]>
*/
/*
* FILE: audio/echo.h
* AUTHORS: Martin Benes <[email protected]>
* Lukas Hejtmanek <[email protected]>
* Petr Holub <[email protected]>
* Milos Liska <[email protected]>
* Jiri Matela <[email protected]>
* Dalibor Matura <[email protected]>
* Ian Wesley-Smith <[email protected]>
*
* Copyright (c) 2005-2021 CESNET z.s.p.o.
* Copyright (c) 2013-2023 CESNET, z. s. p. o.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, is permitted provided that the following conditions
Expand All @@ -21,14 +17,9 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
*
* This product includes software developed by CESNET z.s.p.o.
*
* 4. Neither the name of CESNET nor the names of its contributors may be used
* to endorse or promote products derived from this software without specific
* prior written permission.
* 3. Neither the name of CESNET nor the names of its contributors may be
* used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING,
Expand All @@ -42,8 +33,6 @@
* 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 AUDIO_CODEC_H_
Expand Down

0 comments on commit e32f116

Please sign in to comment.