mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
JANITORIAL: Move copyright notice to a separate file
This commit is contained in:
+6
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user