diff options
| author | Arnaud Boutonné | 2010-01-23 15:00:11 +0000 |
|---|---|---|
| committer | Arnaud Boutonné | 2010-01-23 15:00:11 +0000 |
| commit | e488e0f7d5da43263ca373c60222e66d66852767 (patch) | |
| tree | 9066dd5001fa15f62999f88a6ed19513553a5ee4 /tools/create_teenagent | |
| parent | d6e0276119265f825bbd5ab4a418cf234d48ed82 (diff) | |
| download | scummvm-rg350-e488e0f7d5da43263ca373c60222e66d66852767.tar.gz scummvm-rg350-e488e0f7d5da43263ca373c60222e66d66852767.tar.bz2 scummvm-rg350-e488e0f7d5da43263ca373c60222e66d66852767.zip | |
Tools - Use standard header
svn-id: r47476
Diffstat (limited to 'tools/create_teenagent')
| -rw-r--r-- | tools/create_teenagent/create_teenagent.cpp | 25 | ||||
| -rw-r--r-- | tools/create_teenagent/md5.cpp | 7 | ||||
| -rw-r--r-- | tools/create_teenagent/md5.h | 7 | ||||
| -rw-r--r-- | tools/create_teenagent/util.h | 7 |
4 files changed, 40 insertions, 6 deletions
diff --git a/tools/create_teenagent/create_teenagent.cpp b/tools/create_teenagent/create_teenagent.cpp index 60b2919821..ec98a66dd7 100644 --- a/tools/create_teenagent/create_teenagent.cpp +++ b/tools/create_teenagent/create_teenagent.cpp @@ -1,3 +1,28 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM 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 + * 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 <stdio.h> #include <stdlib.h> #include <assert.h> diff --git a/tools/create_teenagent/md5.cpp b/tools/create_teenagent/md5.cpp index 73ec80d9b0..58e6e73add 100644 --- a/tools/create_teenagent/md5.cpp +++ b/tools/create_teenagent/md5.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 The ScummVM Team +/* ScummVM - Graphic Adventure Engine + * + * ScummVM 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 diff --git a/tools/create_teenagent/md5.h b/tools/create_teenagent/md5.h index 13829a00a1..dd50efece8 100644 --- a/tools/create_teenagent/md5.h +++ b/tools/create_teenagent/md5.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 The ScummVM Team +/* ScummVM - Graphic Adventure Engine + * + * ScummVM 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 diff --git a/tools/create_teenagent/util.h b/tools/create_teenagent/util.h index d477478751..077597ac07 100644 --- a/tools/create_teenagent/util.h +++ b/tools/create_teenagent/util.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2002-2006 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM 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 |
