]> git.kernelconcepts.de Git - rdstmc.git/blobdiff - decoder/bitstream.c
Add license headers
[rdstmc.git] / decoder / bitstream.c
index 82ba2ac7c56cf48c6559c01077abff95dba7a73b..c884489fc8656cd38c08f16e30b92f45423edc74 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * Copyright (C) 2009, 2010 by Nils Faerber <nils.faerber@kernelconcepts.de>
+ *
+ * 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
+ * 2 of the License, or (at your option) any later version.
+ *
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>