JANITORIAL: Move copyright notice to a separate file

This commit is contained in:
Thierry Crozat
2014-01-07 01:22:22 +00:00
parent d1e0358ca3
commit d5c8077933
208 changed files with 1293 additions and 431 deletions
+6 -3
View File
@@ -1,5 +1,8 @@
/* example_tool - A tool example, for hepling future coders (and current)
* Copyright (C) 2009 The ScummVM Team
/* ScummVM Tools
*
* ScummVM Tools is the legal property of its developers, whose
* names are too numerous to list here. Please refer to the
* COPYRIGHT file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -16,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/* Example of a compression tool
/* Example of a compression tool for helping future (and current) coders.
* We require compression.h for the basic functions and utility classes
*/
#include "tool.h"