summaryrefslogtreecommitdiffstats
path: root/src/common/resources/sndfile.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-10-15 21:14:34 +0200
committerkrzys-h <krzys_h@interia.pl>2014-10-15 21:16:06 +0200
commit47ea8a1175488564c11e09f71447cb19515c6e6c (patch)
treec294144ca9aa39dd3131d74e1848a72666fee27f /src/common/resources/sndfile.cpp
parentf65b00089ac537f9e37d0d4b7f44881fed4a09f1 (diff)
downloadcolobot-47ea8a1175488564c11e09f71447cb19515c6e6c.tar.gz
colobot-47ea8a1175488564c11e09f71447cb19515c6e6c.tar.bz2
colobot-47ea8a1175488564c11e09f71447cb19515c6e6c.zip
Updated some more license headers
Diffstat (limited to 'src/common/resources/sndfile.cpp')
-rw-r--r--src/common/resources/sndfile.cpp33
1 files changed, 18 insertions, 15 deletions
diff --git a/src/common/resources/sndfile.cpp b/src/common/resources/sndfile.cpp
index d9d4ccb..d2330e1 100644
--- a/src/common/resources/sndfile.cpp
+++ b/src/common/resources/sndfile.cpp
@@ -1,18 +1,21 @@
-// * This file is part of the COLOBOT source code
-// * Copyright (C) 2014 Polish Portal of Colobot (PPC)
-// *
-// * This program 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/.
+/*
+ * This file is part of the Colobot: Gold Edition source code
+ * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
+ * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
+ *
+ * This program 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://gnu.org/licenses
+ */
#include "common/resources/sndfile.h"