]> Chaos Git - console/RCOMage.git/commitdiff
Add license header to every file
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Sun, 9 Jan 2011 14:23:48 +0000 (09:23 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Sun, 9 Jan 2011 14:23:48 +0000 (09:23 -0500)
23 files changed:
configscan.c
configscan.h
general.c
general.h
globdefs.c
main.c
rcodump.c
rcodump.h
rcofile.h
rcomain.c
rcomain.h
rcoreader.c
rcowriter.c
rlzpack.c
rlzpack.h
strfuncs.h
vaghandler.c
vaghandler.h
vsmx.c
vsmx.h
xml.h
xmlread.c
xmlwrite.c

index ede2df41f64bf5df977234f8bc38b74d86916b77..d313242057d6945639b576e8391eba837ce40e06 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * configscan.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #include <stdio.h>
 #include <stdlib.h>
index 9802a86f53874cd15c33d3e59cd5026e6c9a425a..4b5314f9b4eeec9985ea022a4b45e190c0c012d1 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * configscan.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #ifndef __CONFIGSCAN_H__
 #define __CONFIGSCAN_H__
index 385f3c6d2502ad72bd7d79a9e02ffdaa2bb633c0..0b7de9af4a49676cef58a65bef0ae902af418771 100644 (file)
--- a/general.c
+++ b/general.c
@@ -1,3 +1,11 @@
+/*
+ * general.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #include <string.h>            // memset()
 #include <stdio.h>
index 61cf62d7ea7e79b2503fec04ee64f8660522ca92..943cc3776126324b65b809b79195f2d6c27bcf15 100644 (file)
--- a/general.h
+++ b/general.h
@@ -1,3 +1,11 @@
+/*
+ * general.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #ifndef __RCOGENERAL_H__
 #define __RCOGENERAL_H__
index 75ff52ff89ce721691a9fe169ae17163fb31e237..7f2e4990d2b03d16be3656855a4ea54cc405389c 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * globaldefs.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 /***  For rcomain.h  ***/
 #include "rcomain.h"
diff --git a/main.c b/main.c
index 6fe4ae6bc37a4b4600722f586d83df7d62a6319d..bf9db535a2c01c0c0933219c511bcde6d85f3add 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,3 +1,11 @@
+/*
+ * main.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #include <stdlib.h>
 #include <stdio.h>
index 2efe3f6242da93c3383f8352a9a75c5a5c7dfb31..df1962f199b32d1136bbc88ee5684cd4e7369b3f 100644 (file)
--- a/rcodump.c
+++ b/rcodump.c
@@ -1,3 +1,11 @@
+/*
+ * rcodump.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #include <stdlib.h>
 #include <stdio.h>
index 18926283f4241e783eb2977a5d8e668b4b14f7f1..d846c48298293e3cfaee8a46cab4520dfea9f082 100644 (file)
--- a/rcodump.h
+++ b/rcodump.h
@@ -1,3 +1,11 @@
+/*
+ * rcodump.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #ifndef __RCODUMP_H__
 #define __RCODUMP_H__
index 78bc0b9f7c01e942492b4a53ab10c9c71a627171..9408e376e7a6fa4c7ee33ff204cac2d2db373735 100644 (file)
--- a/rcofile.h
+++ b/rcofile.h
@@ -1,3 +1,11 @@
+/*
+ * rcofile.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #ifndef __RCOFILE_H__
 #define __RCOFILE_H__
index df1a4f1987d28bc6d61d82a353ff550720a97733..f4d08170f27540796f8f728650bd87a1dfe2eeab 100644 (file)
--- a/rcomain.c
+++ b/rcomain.c
@@ -1,3 +1,11 @@
+/*
+ * rcomain.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #include <stdlib.h>
 #include <string.h>
index 794c4aeab6e05b0ada57232555f599e313612a18..74a72a9dfccd096736b32e34996f9933ce0c7370 100644 (file)
--- a/rcomain.h
+++ b/rcomain.h
@@ -1,3 +1,11 @@
+/*
+ * rcomain.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #ifndef __RCOMAIN_H__
 #define __RCOMAIN_H__
index 93240dded5d5da68ff9623b2cde493bb1265839b..d3a2482294a8d279375476b7546294ab9232b426 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * rcoreader.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #include <stdlib.h>
 #include <string.h>
index 3204d2c022f75be902bdb17884b518c882783f56..73c7cd2bb64dcab8e474a8beeafc6302d583710c 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * rcowriter.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
 // main todos: src duplication checker in rco_write_resource()
 
 #include <stdlib.h>            // malloc & free
index 8c9385537a10783701c2b6d85d7df3bb2f4d1f90..80b60f02575937cdde3c362b76d39ddc193846f9 100644 (file)
--- a/rlzpack.c
+++ b/rlzpack.c
@@ -1,3 +1,11 @@
+/*
+ * rlzpack.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #include <string.h>
 #include <stdlib.h>
index 42fd886667f63eb91b1995aa65e53d15a728f8a7..68553e6de3bc519ee0eca4fedc79fc04c48b3292 100644 (file)
--- a/rlzpack.h
+++ b/rlzpack.h
@@ -1,3 +1,12 @@
+/*
+ * rlzpack.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
 #ifndef __RLZPACK__
 #define __RLZPACK__
 int rlzcompress (void *output, int inlen, void *input, unsigned char mode);
index e8c5f4e01d68ca69f644f501560998cc51d664d3..b322d238c214c695dbe725a13692888931056d5f 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * strfuncs.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
 // stupid MSVC
 #include <string.h>
 #ifdef WIN32
index ee1a9075d18d10c74bb0cefef9c78ebc12080865..258b4deab515dcaacbfe190d906c17c85f2ec795 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * vaghandler.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 /**
  ** A big thanks goes to highboy for his VAG <-> WAV sample code, which this file is based upon
index 46e20ab4cc274682b4fb1ac70e5a939827353f79..0c3d8c13fd84131318ca2601ec803ea79da17139 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * vaghandler.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
 #include "general.h"
 uint8_t vag2wav (const char *fWav, int numChannels, int *vagLen, void **vagData);
 int wav2vag (const char *fWav, uint32_t * len, void **vagData, const char *vagName);
diff --git a/vsmx.c b/vsmx.c
index 8250ec0b4994ea189d5006cfba80dbf74418697d..c6806d32587db9949f77d85203a84deb7d2b742c 100644 (file)
--- a/vsmx.c
+++ b/vsmx.c
@@ -1,3 +1,11 @@
+/*
+ * vsmx.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/vsmx.h b/vsmx.h
index 72109db00f0fab0039b4e1b766897085515f1d44..fc0862b3e83ef30e893ace4c8ade60c29a8f38cc 100644 (file)
--- a/vsmx.h
+++ b/vsmx.h
@@ -1,3 +1,11 @@
+/*
+ * vsmx.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #ifndef __VSMX_H__
 #define __VSMX_H__
diff --git a/xml.h b/xml.h
index b72cd09309d3df8d61bf3dbfb4742b8588acad22..74b6a24d187d35e4032858032fc84438aa3560aa 100644 (file)
--- a/xml.h
+++ b/xml.h
@@ -1,3 +1,11 @@
+/*
+ * xml.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 #ifndef __RCOXML_H__
 #define __RCOXML_H__
index 9b5c41fc8d10d713f23da0b4590b73afd1516690..42f0b48f8f3027eaea4d01a0933203eb285b0261 100644 (file)
--- a/xmlread.c
+++ b/xmlread.c
@@ -1,3 +1,12 @@
+/*
+ * xmlread.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
 // TODO: replace xmlstrcmp with strcasecmp
 
 #define LIBXML_STATIC
index ab196bbd137c826d2802fc56f2079089099a4479..d156a87b82bcbb2137383c2ed8a548362e620db2 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * xmlwrite.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
 
 // TODO: htmlspecialchars anywhere?