aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
authorThomas White <weiss@jade.(none)>2008-08-19 12:04:56 +0100
committerThomas White <weiss@jade.(none)>2008-08-19 12:04:56 +0100
commit95aef089913cc69577ac77fae29d3799c73325eb (patch)
tree4cb56b973d111259ea99afad217328e3a279c128 /src/audio.c
parent6f9905b48b1ea9580aa052a2e6e6b9d263fd6da7 (diff)
Licence update to GPLv3.0
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/audio.c b/src/audio.c
index 11c983c..a139e35 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -3,9 +3,22 @@
*
* Sound stuff
*
- * (c) 2008 Thomas White <taw27@cam.ac.uk>
+ * Copyright (c) 2008 Thomas White <taw27@cam.ac.uk>
*
- * thrust3d - a silly game
+ * This file is part of Thrust3D - a silly game
+ *
+ * Thrust3D 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.
+ *
+ * Thrust3D 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 Thrust3D. If not, see <http://www.gnu.org/licenses/>.
*
*/