[Scummvm-cvs-logs] SF.net SVN: scummvm: [23138] tools/trunk/utils

h00ligan at users.sourceforge.net h00ligan at users.sourceforge.net
Thu Jun 15 17:45:52 CEST 2006


Revision: 23138
Author:   h00ligan
Date:     2006-06-15 08:44:06 -0700 (Thu, 15 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23138&view=rev

Log Message:
-----------
fix copyright file heads

Modified Paths:
--------------
    tools/trunk/utils/adpcm.cpp
    tools/trunk/utils/adpcm.h
    tools/trunk/utils/audiostream.cpp
    tools/trunk/utils/audiostream.h
    tools/trunk/utils/file.cpp
    tools/trunk/utils/file.h
    tools/trunk/utils/md5.cpp
    tools/trunk/utils/md5.h
    tools/trunk/utils/stream.h
    tools/trunk/utils/util.h
    tools/trunk/utils/voc.cpp
    tools/trunk/utils/voc.h
    tools/trunk/utils/wave.cpp
    tools/trunk/utils/wave.h
Modified: tools/trunk/utils/adpcm.cpp
===================================================================
--- tools/trunk/utils/adpcm.cpp	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/adpcm.cpp	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "adpcm.h"
 #include "util.h"
 

Modified: tools/trunk/utils/adpcm.h
===================================================================
--- tools/trunk/utils/adpcm.h	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/adpcm.h	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef SOUND_ADPCM_H
 #define SOUND_ADPCM_H
 

Modified: tools/trunk/utils/audiostream.cpp
===================================================================
--- tools/trunk/utils/audiostream.cpp	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/audiostream.cpp	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "audiostream.h"
 
 

Modified: tools/trunk/utils/audiostream.h
===================================================================
--- tools/trunk/utils/audiostream.h	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/audiostream.h	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef SOUND_AUDIOSTREAM_H
 #define SOUND_AUDIOSTREAM_H
 

Modified: tools/trunk/utils/file.cpp
===================================================================
--- tools/trunk/utils/file.cpp	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/file.cpp	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "file.h"
 
 

Modified: tools/trunk/utils/file.h
===================================================================
--- tools/trunk/utils/file.h	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/file.h	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef COMMON_FILE_H
 #define COMMON_FILE_H
 

Modified: tools/trunk/utils/md5.cpp
===================================================================
--- tools/trunk/utils/md5.cpp	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/md5.cpp	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "md5.h"
 
 namespace Common {

Modified: tools/trunk/utils/md5.h
===================================================================
--- tools/trunk/utils/md5.h	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/md5.h	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef COMMON_MD5_H
 #define COMMON_MD5_H
 

Modified: tools/trunk/utils/stream.h
===================================================================
--- tools/trunk/utils/stream.h	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/stream.h	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef COMMON_STREAM_H
 #define COMMON_STREAM_H
 

Modified: tools/trunk/utils/util.h
===================================================================
--- tools/trunk/utils/util.h	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/util.h	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef COMMON_UTIL_H
 #define COMMON_UTIL_H
 

Modified: tools/trunk/utils/voc.cpp
===================================================================
--- tools/trunk/utils/voc.cpp	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/voc.cpp	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "voc.h"
 #include "stream.h"
 #include "audiostream.h"

Modified: tools/trunk/utils/voc.h
===================================================================
--- tools/trunk/utils/voc.h	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/voc.h	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef SOUND_VOC_H
 #define SOUND_VOC_H
 

Modified: tools/trunk/utils/wave.cpp
===================================================================
--- tools/trunk/utils/wave.cpp	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/wave.cpp	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,47 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "stream.h"
 #include "audiostream.h"
 #include "adpcm.h"

Modified: tools/trunk/utils/wave.h
===================================================================
--- tools/trunk/utils/wave.h	2006-06-15 15:13:56 UTC (rev 23137)
+++ tools/trunk/utils/wave.h	2006-06-15 15:44:06 UTC (rev 23138)
@@ -1,3 +1,25 @@
+/* Scumm Tools
+ * Copyright (C) 2004-2006  The ScummVM Team
+ *
+ * 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.
+
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef SOUND_WAVE_H
 #define SOUND_WAVE_H
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list