diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 00000000..6bcf7ddb --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,57 @@ +ScummVM Tools +Copyright (C) 2001-2014 by the following: + +If you have contributed to this project then you deserve to be on this +list. Contact us and we'll add you. + +Torbjorn Andersson +Ori Avtalion +Fabio Battaglia +James Brown +Arnaud Boutonne +Henry Bush +Thierry Crozat +Adam Forsyth +Benjamin Haisch +Marcoen Hirschberg +Max Horn +Matthew Hoops +Travis Howell +Casey Hutchinson +Florian Kagerer +Filippos Karapetis +Martin Kiewitz +Pawel Kolodziejski +Paul Gilbert +Sven Hesse +Michael Madsen +Alyssa Milburn +Gregory Montoir +Willem Jan Palenstijn +Joost Peters +Eugene Sandulenko +Johannes Schickel +Ludvig Strigeus +Julien Templier +David Turner +Jordi Vilalta Prat +peres + +Patches contributed by: + +agf +Alban Bedel +Yak Bizzarro +Laurent Blume +Ben "irrelevant" +canavan +Florob +Nicolas Joly +KeithS +Norbert Lange +Langa Lucian +LunaVorax +Sean Murray +remere +Quietust +Andrea Suatoni diff --git a/common/algorithm.h b/common/algorithm.h index 405ad888..b4ce67a6 100644 --- a/common/algorithm.h +++ b/common/algorithm.h @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/array.h b/common/array.h index 244b385e..6a574d2c 100644 --- a/common/array.h +++ b/common/array.h @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/endian.h b/common/endian.h index 801f1d55..a7c0e0b6 100644 --- a/common/endian.h +++ b/common/endian.h @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/file.cpp b/common/file.cpp index 441bca99..051ccff6 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/file.h b/common/file.h index 470c9b3f..956b8f73 100644 --- a/common/file.h +++ b/common/file.h @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/func.h b/common/func.h index e09ab1a4..4d7c48fb 100644 --- a/common/func.h +++ b/common/func.h @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/hash-str.h b/common/hash-str.h index 1b8a5782..7fce73b6 100644 --- a/common/hash-str.h +++ b/common/hash-str.h @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/hashmap.cpp b/common/hashmap.cpp index 088508ff..7fd2bb3c 100644 --- a/common/hashmap.cpp +++ b/common/hashmap.cpp @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/hashmap.h b/common/hashmap.h index 1dcfa81a..e7496281 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/md5.cpp b/common/md5.cpp index de541bda..40f174f9 100644 --- a/common/md5.cpp +++ b/common/md5.cpp @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/md5.h b/common/md5.h index a782a487..a78b7b80 100644 --- a/common/md5.h +++ b/common/md5.h @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/memorypool.cpp b/common/memorypool.cpp index f961f4f8..bcce70cc 100644 --- a/common/memorypool.cpp +++ b/common/memorypool.cpp @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/memorypool.h b/common/memorypool.h index cc360eba..18266c6f 100644 --- a/common/memorypool.h +++ b/common/memorypool.h @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/noncopyable.h b/common/noncopyable.h index db552c0f..d28f8edb 100644 --- a/common/noncopyable.h +++ b/common/noncopyable.h @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/pack-end.h b/common/pack-end.h index ada0f8dd..bbee291e 100644 --- a/common/pack-end.h +++ b/common/pack-end.h @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/pack-start.h b/common/pack-start.h index 85049b43..433316cf 100644 --- a/common/pack-start.h +++ b/common/pack-start.h @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/scummsys.h b/common/scummsys.h index 20677602..09524e41 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/str.cpp b/common/str.cpp index c9bd0249..d842ba76 100644 --- a/common/str.cpp +++ b/common/str.cpp @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/str.h b/common/str.h index bb7fd217..e517bcba 100644 --- a/common/str.h +++ b/common/str.h @@ -1,8 +1,13 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/util.cpp b/common/util.cpp index b5289c2a..b9c59ddc 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/common/util.h b/common/util.h index dd5b26a3..987c21bf 100644 --- a/common/util.h +++ b/common/util.h @@ -1,5 +1,13 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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. + * + * Additionally this file is based on the ScummVM source code. + * Copyright information for the ScummVM source code is + * available in the COPYRIGHT file of the ScummVM 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/compress.cpp b/compress.cpp index 76d97905..71eee409 100644 --- a/compress.cpp +++ b/compress.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2003-2006 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 diff --git a/compress.h b/compress.h index ac9ba5c9..f163404a 100644 --- a/compress.h +++ b/compress.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 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 diff --git a/create_sjisfnt.cpp b/create_sjisfnt.cpp index 27c1d375..bd31acc7 100644 --- a/create_sjisfnt.cpp +++ b/create_sjisfnt.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/create_sjisfnt.h b/create_sjisfnt.h index 6fa23902..59f782ad 100644 --- a/create_sjisfnt.h +++ b/create_sjisfnt.h @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/decompiler/codegen.cpp b/decompiler/codegen.cpp index 04e08556..d19d167d 100644 --- a/decompiler/codegen.cpp +++ b/decompiler/codegen.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/codegen.h b/decompiler/codegen.h index 1f2a0f96..440acda4 100644 --- a/decompiler/codegen.h +++ b/decompiler/codegen.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/control_flow.cpp b/decompiler/control_flow.cpp index a3eaae0a..f3ae71b8 100644 --- a/decompiler/control_flow.cpp +++ b/decompiler/control_flow.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/control_flow.h b/decompiler/control_flow.h index 263c0cff..15dcdd8a 100644 --- a/decompiler/control_flow.h +++ b/decompiler/control_flow.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/decompiler.cpp b/decompiler/decompiler.cpp index dfa22f9f..fdaf99a8 100644 --- a/decompiler/decompiler.cpp +++ b/decompiler/decompiler.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/disassembler.cpp b/decompiler/disassembler.cpp index fde928bd..5c5673bb 100644 --- a/decompiler/disassembler.cpp +++ b/decompiler/disassembler.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/disassembler.h b/decompiler/disassembler.h index da3ef34d..9c63332b 100644 --- a/decompiler/disassembler.h +++ b/decompiler/disassembler.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/engine.h b/decompiler/engine.h index 57c0e8c4..e4fe0452 100644 --- a/decompiler/engine.h +++ b/decompiler/engine.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/graph.cpp b/decompiler/graph.cpp index 80443e31..7f3c135b 100644 --- a/decompiler/graph.cpp +++ b/decompiler/graph.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/graph.h b/decompiler/graph.h index 9e3c4ffb..7c8e3f15 100644 --- a/decompiler/graph.h +++ b/decompiler/graph.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/groovie/disassembler.cpp b/decompiler/groovie/disassembler.cpp index 91c8a1f5..7a483cad 100644 --- a/decompiler/groovie/disassembler.cpp +++ b/decompiler/groovie/disassembler.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/groovie/disassembler.h b/decompiler/groovie/disassembler.h index 27a0f385..c24911ef 100644 --- a/decompiler/groovie/disassembler.h +++ b/decompiler/groovie/disassembler.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/groovie/engine.cpp b/decompiler/groovie/engine.cpp index 2e94a5ab..052c7e54 100644 --- a/decompiler/groovie/engine.cpp +++ b/decompiler/groovie/engine.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/groovie/engine.h b/decompiler/groovie/engine.h index f493b50a..ddf0ae4a 100644 --- a/decompiler/groovie/engine.h +++ b/decompiler/groovie/engine.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/groovie/opcodes.h b/decompiler/groovie/opcodes.h index 9cda0608..40ca5e56 100644 --- a/decompiler/groovie/opcodes.h +++ b/decompiler/groovie/opcodes.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/instruction.cpp b/decompiler/instruction.cpp index 458fc0cd..ee8e86ba 100644 --- a/decompiler/instruction.cpp +++ b/decompiler/instruction.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/instruction.h b/decompiler/instruction.h index 46a76524..3e98d55f 100644 --- a/decompiler/instruction.h +++ b/decompiler/instruction.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/kyra/codegen.cpp b/decompiler/kyra/codegen.cpp index 82d62c7a..6ab5da4a 100644 --- a/decompiler/kyra/codegen.cpp +++ b/decompiler/kyra/codegen.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/kyra/codegen.h b/decompiler/kyra/codegen.h index 51dc58e5..67aede12 100644 --- a/decompiler/kyra/codegen.h +++ b/decompiler/kyra/codegen.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/kyra/disassembler.cpp b/decompiler/kyra/disassembler.cpp index 6f6e759e..83bd194c 100644 --- a/decompiler/kyra/disassembler.cpp +++ b/decompiler/kyra/disassembler.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/kyra/disassembler.h b/decompiler/kyra/disassembler.h index b9e0df0a..32b0b98f 100644 --- a/decompiler/kyra/disassembler.h +++ b/decompiler/kyra/disassembler.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/kyra/engine.cpp b/decompiler/kyra/engine.cpp index e7d8d21a..ed392536 100644 --- a/decompiler/kyra/engine.cpp +++ b/decompiler/kyra/engine.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/kyra/engine.h b/decompiler/kyra/engine.h index 660456a0..d890cf22 100644 --- a/decompiler/kyra/engine.h +++ b/decompiler/kyra/engine.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/objectFactory.h b/decompiler/objectFactory.h index fcd86d0e..9a2a964e 100644 --- a/decompiler/objectFactory.h +++ b/decompiler/objectFactory.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/refcounted.h b/decompiler/refcounted.h index b93e3bbb..21521923 100644 --- a/decompiler/refcounted.h +++ b/decompiler/refcounted.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/scummv6/codegen.cpp b/decompiler/scummv6/codegen.cpp index f8fc84c8..404d9cd0 100644 --- a/decompiler/scummv6/codegen.cpp +++ b/decompiler/scummv6/codegen.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/scummv6/codegen.h b/decompiler/scummv6/codegen.h index fdb9f294..4cf1b6f3 100644 --- a/decompiler/scummv6/codegen.h +++ b/decompiler/scummv6/codegen.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/scummv6/disassembler.cpp b/decompiler/scummv6/disassembler.cpp index 22c9f47a..7917cc08 100644 --- a/decompiler/scummv6/disassembler.cpp +++ b/decompiler/scummv6/disassembler.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/scummv6/disassembler.h b/decompiler/scummv6/disassembler.h index 1d48d868..ab260f80 100644 --- a/decompiler/scummv6/disassembler.h +++ b/decompiler/scummv6/disassembler.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/scummv6/engine.cpp b/decompiler/scummv6/engine.cpp index 57b086fa..563e2597 100644 --- a/decompiler/scummv6/engine.cpp +++ b/decompiler/scummv6/engine.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/scummv6/engine.h b/decompiler/scummv6/engine.h index 28a60aac..60b8aed3 100644 --- a/decompiler/scummv6/engine.h +++ b/decompiler/scummv6/engine.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/simple_disassembler.cpp b/decompiler/simple_disassembler.cpp index cb0d67de..fd2f2fec 100644 --- a/decompiler/simple_disassembler.cpp +++ b/decompiler/simple_disassembler.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/simple_disassembler.h b/decompiler/simple_disassembler.h index 06037369..ebfdb8e6 100644 --- a/decompiler/simple_disassembler.h +++ b/decompiler/simple_disassembler.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/stack.h b/decompiler/stack.h index a94f35ee..2bda8378 100644 --- a/decompiler/stack.h +++ b/decompiler/stack.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/test/cfg_test.h b/decompiler/test/cfg_test.h index 9298a7a4..84f4f1e1 100644 --- a/decompiler/test/cfg_test.h +++ b/decompiler/test/cfg_test.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/test/codegen.h b/decompiler/test/codegen.h index 1049d19f..c28aff85 100644 --- a/decompiler/test/codegen.h +++ b/decompiler/test/codegen.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/test/disassembler/pasc.cpp b/decompiler/test/disassembler/pasc.cpp index e6f757e7..df38c8bf 100644 --- a/decompiler/test/disassembler/pasc.cpp +++ b/decompiler/test/disassembler/pasc.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/test/disassembler/pasc.h b/decompiler/test/disassembler/pasc.h index 87bf5ecd..d096ed9b 100644 --- a/decompiler/test/disassembler/pasc.h +++ b/decompiler/test/disassembler/pasc.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/test/disassembler/subopcode.cpp b/decompiler/test/disassembler/subopcode.cpp index bf5ad714..13df0754 100644 --- a/decompiler/test/disassembler/subopcode.cpp +++ b/decompiler/test/disassembler/subopcode.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/test/disassembler/subopcode.h b/decompiler/test/disassembler/subopcode.h index 9a6c266e..92587418 100644 --- a/decompiler/test/disassembler/subopcode.h +++ b/decompiler/test/disassembler/subopcode.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/test/disassembler_test.h b/decompiler/test/disassembler_test.h index 8d21e80f..76ad03f4 100644 --- a/decompiler/test/disassembler_test.h +++ b/decompiler/test/disassembler_test.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/unknown_opcode.cpp b/decompiler/unknown_opcode.cpp index 4c61adfb..67f82b01 100644 --- a/decompiler/unknown_opcode.cpp +++ b/decompiler/unknown_opcode.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/unknown_opcode.h b/decompiler/unknown_opcode.h index 77e7b2ad..d06bc73e 100644 --- a/decompiler/unknown_opcode.h +++ b/decompiler/unknown_opcode.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/value.cpp b/decompiler/value.cpp index cdef84cf..4ae02196 100644 --- a/decompiler/value.cpp +++ b/decompiler/value.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/value.h b/decompiler/value.h index a70fcbf4..4f26fe90 100644 --- a/decompiler/value.h +++ b/decompiler/value.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/decompiler/wrongtype.h b/decompiler/wrongtype.h index 59863ac2..0665f9f7 100644 --- a/decompiler/wrongtype.h +++ b/decompiler/wrongtype.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2010 The ScummVM project + * + * 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 diff --git a/encode_dxa.cpp b/encode_dxa.cpp index c9843b2a..c38c9bbe 100644 --- a/encode_dxa.cpp +++ b/encode_dxa.cpp @@ -1,6 +1,8 @@ -/* encode_dxa - compressor for dxa files - * Copyright (c) 2006 The ScummVM Team - * Copyright (c) 2006 Benjamin Haisch +/* 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 diff --git a/encode_dxa.h b/encode_dxa.h index 87f9b15d..059379a2 100644 --- a/encode_dxa.h +++ b/encode_dxa.h @@ -1,5 +1,8 @@ -/* encode_dxa - compressor for dxa files - * 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 diff --git a/engines/agos/compress_agos.cpp b/engines/agos/compress_agos.cpp index e9bdecca..595b7bba 100644 --- a/engines/agos/compress_agos.cpp +++ b/engines/agos/compress_agos.cpp @@ -1,5 +1,8 @@ -/* compress_agos - Compress Simon the Sorcerer 1/2 digital sound files into MP3-format - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Simon the Sorcerer 1/2 digital sound files into MP3-format */ + #include #include diff --git a/engines/agos/compress_agos.h b/engines/agos/compress_agos.h index 4f6e8bb1..61a17762 100644 --- a/engines/agos/compress_agos.h +++ b/engines/agos/compress_agos.h @@ -1,5 +1,8 @@ -/* compress_agos.h - Compress Simon the Sorcerer 1/2 digital sound files into compressed audio format - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Simon the Sorcerer 1/2 digital sound files into compressed audio format */ + #ifndef COMPRESS_AGOS_H #define COMPRESS_AGOS_H diff --git a/engines/agos/extract_agos.cpp b/engines/agos/extract_agos.cpp index c9812b60..50768bdb 100644 --- a/engines/agos/extract_agos.cpp +++ b/engines/agos/extract_agos.cpp @@ -1,5 +1,8 @@ -/* extract_agos - Extracts the packed files used in the Amiga and AtariST versions - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extracts the packed files used in the Amiga and AtariST versions */ + #include #include #include diff --git a/engines/agos/extract_agos.h b/engines/agos/extract_agos.h index 80034cb3..1f89a247 100644 --- a/engines/agos/extract_agos.h +++ b/engines/agos/extract_agos.h @@ -1,5 +1,8 @@ -/* extract_gob_stk.h - Extracts the packed files used in the Amiga and AtariST versions - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extracts the packed files used in the Amiga and AtariST versions */ + #ifndef EXTRACT_AGOS_H #define EXTRACT_AGOS_H diff --git a/engines/cge/cge_structs.h b/engines/cge/cge_structs.h index da4585b0..0fe9431e 100644 --- a/engines/cge/cge_structs.h +++ b/engines/cge/cge_structs.h @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/engines/cge/extract_cge.cpp b/engines/cge/extract_cge.cpp index 2afd030d..3593e84a 100644 --- a/engines/cge/extract_cge.cpp +++ b/engines/cge/extract_cge.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/engines/cge/extract_cge.h b/engines/cge/extract_cge.h index 212fa261..4c4bc5cc 100644 --- a/engines/cge/extract_cge.h +++ b/engines/cge/extract_cge.h @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/engines/cge/pack_cge.cpp b/engines/cge/pack_cge.cpp index 44cb3f01..240ac54a 100644 --- a/engines/cge/pack_cge.cpp +++ b/engines/cge/pack_cge.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/engines/cge/pack_cge.h b/engines/cge/pack_cge.h index a5ac3ac5..61249596 100644 --- a/engines/cge/pack_cge.h +++ b/engines/cge/pack_cge.h @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/engines/cine/decine.cpp b/engines/cine/decine.cpp index c695f357..5a00d679 100644 --- a/engines/cine/decine.cpp +++ b/engines/cine/decine.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/engines/cine/extract_cine.cpp b/engines/cine/extract_cine.cpp index a6493a9d..179505e4 100644 --- a/engines/cine/extract_cine.cpp +++ b/engines/cine/extract_cine.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/engines/cine/extract_cine.h b/engines/cine/extract_cine.h index da102a6b..0fc19a1d 100644 --- a/engines/cine/extract_cine.h +++ b/engines/cine/extract_cine.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2009 The ScummVM project +/* 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 diff --git a/engines/cruise/extract_cruise_pc.cpp b/engines/cruise/extract_cruise_pc.cpp index 9493b89f..4e0ac6a2 100644 --- a/engines/cruise/extract_cruise_pc.cpp +++ b/engines/cruise/extract_cruise_pc.cpp @@ -1,5 +1,8 @@ -/* extract_cruise_pc - Extract data from PC version of Cruise for a Corpse - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data from PC version of Cruise for a Corpse */ + #include #include diff --git a/engines/cruise/extract_cruise_pc.h b/engines/cruise/extract_cruise_pc.h index de7c4e23..d63d78e1 100644 --- a/engines/cruise/extract_cruise_pc.h +++ b/engines/cruise/extract_cruise_pc.h @@ -1,5 +1,8 @@ -/* extract_cruise_pc - Extract data from PC version of Cruise for a Corpse - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data from PC version of Cruise for a Corpse */ + #ifndef EXTRACT_CRUISE_PC_H #define EXTRACT_CRUISE_PC_H diff --git a/engines/gob/compress_gob.cpp b/engines/gob/compress_gob.cpp index f9229cbd..e52670eb 100644 --- a/engines/gob/compress_gob.cpp +++ b/engines/gob/compress_gob.cpp @@ -1,5 +1,8 @@ -/* compress_gob - .stk/.itk archive creation tool, based on a conf file. - * Copyright (C) 2007 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* .stk/.itk archive creation tool, based on a conf file */ + #include #include "compress_gob.h" diff --git a/engines/gob/compress_gob.h b/engines/gob/compress_gob.h index c5d1d065..820b7a48 100644 --- a/engines/gob/compress_gob.h +++ b/engines/gob/compress_gob.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2007 The ScummVM project +/* 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 diff --git a/engines/gob/degob.cpp b/engines/gob/degob.cpp index c5aa327e..b106dd5b 100644 --- a/engines/gob/degob.cpp +++ b/engines/gob/degob.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include #include diff --git a/engines/gob/degob_script.cpp b/engines/gob/degob_script.cpp index 6c5ea9fe..197cf1cd 100644 --- a/engines/gob/degob_script.cpp +++ b/engines/gob/degob_script.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include #include #include diff --git a/engines/gob/degob_script.h b/engines/gob/degob_script.h index aeb2b690..88ad4a6e 100644 --- a/engines/gob/degob_script.h +++ b/engines/gob/degob_script.h @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #ifndef DEGOB_SCRIPT_H #define DEGOB_SCRIPT_H diff --git a/engines/gob/degob_script_bargon.cpp b/engines/gob/degob_script_bargon.cpp index c50061d9..e3b96753 100644 --- a/engines/gob/degob_script_bargon.cpp +++ b/engines/gob/degob_script_bargon.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/util.h" diff --git a/engines/gob/degob_script_fascin.cpp b/engines/gob/degob_script_fascin.cpp index e3db4f0e..543c7175 100644 --- a/engines/gob/degob_script_fascin.cpp +++ b/engines/gob/degob_script_fascin.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/util.h" diff --git a/engines/gob/degob_script_geisha.cpp b/engines/gob/degob_script_geisha.cpp index 38d073c7..3e1aeee8 100644 --- a/engines/gob/degob_script_geisha.cpp +++ b/engines/gob/degob_script_geisha.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/endian.h" #include "common/util.h" diff --git a/engines/gob/degob_script_littlered.cpp b/engines/gob/degob_script_littlered.cpp index 920c9883..8d8b8378 100644 --- a/engines/gob/degob_script_littlered.cpp +++ b/engines/gob/degob_script_littlered.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/util.h" diff --git a/engines/gob/degob_script_v1.cpp b/engines/gob/degob_script_v1.cpp index 71c18000..3b2d3582 100644 --- a/engines/gob/degob_script_v1.cpp +++ b/engines/gob/degob_script_v1.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/endian.h" #include "common/util.h" diff --git a/engines/gob/degob_script_v2.cpp b/engines/gob/degob_script_v2.cpp index ec560a7f..6a7c8bf3 100644 --- a/engines/gob/degob_script_v2.cpp +++ b/engines/gob/degob_script_v2.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/endian.h" #include "common/util.h" diff --git a/engines/gob/degob_script_v3.cpp b/engines/gob/degob_script_v3.cpp index a66e1ac3..cdf22dab 100644 --- a/engines/gob/degob_script_v3.cpp +++ b/engines/gob/degob_script_v3.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/util.h" diff --git a/engines/gob/degob_script_v4.cpp b/engines/gob/degob_script_v4.cpp index 6d730833..d8b195d6 100644 --- a/engines/gob/degob_script_v4.cpp +++ b/engines/gob/degob_script_v4.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/util.h" diff --git a/engines/gob/degob_script_v5.cpp b/engines/gob/degob_script_v5.cpp index 4efecab7..8441cd6a 100644 --- a/engines/gob/degob_script_v5.cpp +++ b/engines/gob/degob_script_v5.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/util.h" diff --git a/engines/gob/degob_script_v6.cpp b/engines/gob/degob_script_v6.cpp index 07885b68..b5454c1a 100644 --- a/engines/gob/degob_script_v6.cpp +++ b/engines/gob/degob_script_v6.cpp @@ -1,5 +1,8 @@ -/* DeGob - GobEngine Script disassembler - * Copyright (C) 2008 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* GobEngine Script disassembler */ + #include "degob_script.h" #include "common/util.h" diff --git a/engines/gob/extract_fascination_cd.cpp b/engines/gob/extract_fascination_cd.cpp index 98014369..f02643bd 100644 --- a/engines/gob/extract_fascination_cd.cpp +++ b/engines/gob/extract_fascination_cd.cpp @@ -1,5 +1,8 @@ -/* extract_fascination_cd - a tool for extracting .stk archives from a mode1/2048 Fascination CD image - * Copyright (C) 2010 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* a tool for extracting .stk archives from a mode1/2048 Fascination CD image */ + #include "common/endian.h" #include "common/file.h" #include "common/util.h" diff --git a/engines/gob/extract_fascination_cd.h b/engines/gob/extract_fascination_cd.h index 933b2b44..0c26a29e 100644 --- a/engines/gob/extract_fascination_cd.h +++ b/engines/gob/extract_fascination_cd.h @@ -1,5 +1,8 @@ -/* extract_fascination_cd - a tool for extracting .stk archives from a mode1/2048 Fascination CD image - * Copyright (C) 2010 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* a tool for extracting .stk archives from a mode1/2048 Fascination CD image */ + #ifndef EXTRACT_FASCINATION_CD_H #define EXTRACT_FASCINATION_CD_H diff --git a/engines/gob/extract_gob_stk.cpp b/engines/gob/extract_gob_stk.cpp index e7d43d0f..478f0ced 100644 --- a/engines/gob/extract_gob_stk.cpp +++ b/engines/gob/extract_gob_stk.cpp @@ -1,5 +1,8 @@ -/* extract_gob_stk - Extractor for Coktel Vision game's .stk/.itk archives - * Copyright (C) 2007 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extractor for Coktel Vision game's .stk/.itk archives */ + #include #include diff --git a/engines/gob/extract_gob_stk.h b/engines/gob/extract_gob_stk.h index 693ea8d7..c8b2df57 100644 --- a/engines/gob/extract_gob_stk.h +++ b/engines/gob/extract_gob_stk.h @@ -1,5 +1,8 @@ -/* extract_gob_stk.h - Extractor for Coktel Vision game's .stk/.itk archives - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extractor for Coktel Vision game's .stk/.itk archives */ + #ifndef EXTRACT_GOB_STK_H #define EXTRACT_GOB_STK_H diff --git a/engines/gob/gob_loadcalc.cpp b/engines/gob/gob_loadcalc.cpp index 993473a4..00a818aa 100644 --- a/engines/gob/gob_loadcalc.cpp +++ b/engines/gob/gob_loadcalc.cpp @@ -1,5 +1,8 @@ -/* gob_loadcalc - Gobliiins (Gob1) Load Code Calculator - * Copyright (C) 2010 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Gobliiins (Gob1) Load Code Calculator */ + #include #include #include diff --git a/engines/kyra/compress_kyra.cpp b/engines/kyra/compress_kyra.cpp index 9269d168..b7fec32c 100644 --- a/engines/kyra/compress_kyra.cpp +++ b/engines/kyra/compress_kyra.cpp @@ -1,5 +1,8 @@ -/* compress_kyra_bun - compressor for kyra sound file packages - * Copyright (C) 2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* compressor for kyra sound file packages */ + #include #include #include diff --git a/engines/kyra/compress_kyra.h b/engines/kyra/compress_kyra.h index 08d63b96..2d843811 100644 --- a/engines/kyra/compress_kyra.h +++ b/engines/kyra/compress_kyra.h @@ -1,5 +1,8 @@ -/* compress_kyra_bun - compressor for kyra sound file packages - * Copyright (C) 2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* compressor for kyra sound file packages */ + #ifndef COMPRESS_KYRA_H #define COMPRESS_KYRA_H diff --git a/engines/kyra/dekyra.cpp b/engines/kyra/dekyra.cpp index de235f0d..65a411ae 100644 --- a/engines/kyra/dekyra.cpp +++ b/engines/kyra/dekyra.cpp @@ -1,6 +1,8 @@ -/* DeKyra - Basic Kyrandia script disassembler - * Copyright (C) 2004 Johannes Schickel - * Copyright (C) 2004-2006 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 @@ -17,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Basic Kyrandia script disassembler */ + #include #include #include diff --git a/engines/kyra/dekyra.h b/engines/kyra/dekyra.h index 43e725ad..665863c7 100644 --- a/engines/kyra/dekyra.h +++ b/engines/kyra/dekyra.h @@ -1,6 +1,8 @@ -/* DeKyra - Basic Kyrandia script disassembler - * Copyright (C) 2004 Johannes Schickel - * Copyright (C) 2004-2006 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 @@ -17,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Basic Kyrandia script disassembler */ + #ifndef DEKYRA_H #define DEKYRA_H diff --git a/engines/kyra/dekyra_v1.cpp b/engines/kyra/dekyra_v1.cpp index 4df1c07b..a68192f3 100644 --- a/engines/kyra/dekyra_v1.cpp +++ b/engines/kyra/dekyra_v1.cpp @@ -1,5 +1,8 @@ -/* DeKyra - Basic Kyrandia script disassembler - * Copyright (C) 2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Basic Kyrandia script disassembler */ + #include #include "dekyra.h" diff --git a/engines/kyra/extract_kyra.cpp b/engines/kyra/extract_kyra.cpp index 0b39b3e4..b78f11e7 100644 --- a/engines/kyra/extract_kyra.cpp +++ b/engines/kyra/extract_kyra.cpp @@ -1,6 +1,8 @@ -/* extract_kyra - Extractor for Kyrandia .pak archives - * Copyright (C) 2004 Johannes Schickel - * Copyright (C) 2004-2008 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 @@ -17,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extractor for Kyrandia .pak archives */ + #include "extract_kyra.h" #include "kyra_pak.h" diff --git a/engines/kyra/extract_kyra.h b/engines/kyra/extract_kyra.h index a1020285..45f8e0b8 100644 --- a/engines/kyra/extract_kyra.h +++ b/engines/kyra/extract_kyra.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2007 The ScummVM project +/* 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 diff --git a/engines/kyra/kyra_ins.cpp b/engines/kyra/kyra_ins.cpp index 2056d5f6..c5983c5a 100644 --- a/engines/kyra/kyra_ins.cpp +++ b/engines/kyra/kyra_ins.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2008 The ScummVM project +/* 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 diff --git a/engines/kyra/kyra_ins.h b/engines/kyra/kyra_ins.h index d8921cb5..9b1c0dd3 100644 --- a/engines/kyra/kyra_ins.h +++ b/engines/kyra/kyra_ins.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2008 The ScummVM project +/* 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 diff --git a/engines/kyra/kyra_pak.cpp b/engines/kyra/kyra_pak.cpp index 0a73d91b..4f936fef 100644 --- a/engines/kyra/kyra_pak.cpp +++ b/engines/kyra/kyra_pak.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2007 The ScummVM project +/* 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 diff --git a/engines/kyra/kyra_pak.h b/engines/kyra/kyra_pak.h index d450de8c..9fe68046 100644 --- a/engines/kyra/kyra_pak.h +++ b/engines/kyra/kyra_pak.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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 diff --git a/engines/mohawk/archive.cpp b/engines/mohawk/archive.cpp index a2d5db3a..794f5ac4 100644 --- a/engines/mohawk/archive.cpp +++ b/engines/mohawk/archive.cpp @@ -1,5 +1,8 @@ -/* mohawk_file - Mohawk file parser - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Mohawk file parser */ + #include "engines/mohawk/archive.h" inline uint32 SWAP_BYTES_32(uint32 a) { diff --git a/engines/mohawk/archive.h b/engines/mohawk/archive.h index 9913cc30..4d508b3b 100644 --- a/engines/mohawk/archive.h +++ b/engines/mohawk/archive.h @@ -1,5 +1,8 @@ -/* mohawk_file - Mohawk file parser - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Mohawk file parser */ + #ifndef MOHAWK_ARCHIVE_H #define MOHAWK_ARCHIVE_H diff --git a/engines/mohawk/construct_mohawk.cpp b/engines/mohawk/construct_mohawk.cpp index d467f0f8..ca49d773 100644 --- a/engines/mohawk/construct_mohawk.cpp +++ b/engines/mohawk/construct_mohawk.cpp @@ -1,5 +1,8 @@ -/* construct_mohawk - Mohawk file constructor - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Mohawk file constructor */ + #include "common/scummsys.h" #include "common/array.h" #include "common/file.h" diff --git a/engines/mohawk/deriven.cpp b/engines/mohawk/deriven.cpp index a662432f..6f1ccf51 100644 --- a/engines/mohawk/deriven.cpp +++ b/engines/mohawk/deriven.cpp @@ -1,5 +1,8 @@ -/* deriven - Riven script decompiler - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Riven script decompiler */ + #include "engines/mohawk/archive.h" #include "common/util.h" #include "engines/mohawk/utils/file.h" diff --git a/engines/mohawk/extract_mohawk.cpp b/engines/mohawk/extract_mohawk.cpp index 90422871..2e264a0a 100644 --- a/engines/mohawk/extract_mohawk.cpp +++ b/engines/mohawk/extract_mohawk.cpp @@ -1,5 +1,8 @@ -/* extract_mohawk - Mohawk file extractor - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Mohawk file extractor */ + #include "engines/mohawk/archive.h" #include "common/util.h" #include "engines/mohawk/utils/file.h" diff --git a/engines/parallaction/extract_parallaction.cpp b/engines/parallaction/extract_parallaction.cpp index 5b042c85..ee89c788 100644 --- a/engines/parallaction/extract_parallaction.cpp +++ b/engines/parallaction/extract_parallaction.cpp @@ -1,5 +1,8 @@ -/* extract_parallaction - Extractor for Nippon Safe archives - * Copyright (C) 2007 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extractor for Nippon Safe archives */ + #include #include #include diff --git a/engines/parallaction/extract_parallaction.h b/engines/parallaction/extract_parallaction.h index 52167b5e..4b89cf74 100644 --- a/engines/parallaction/extract_parallaction.h +++ b/engines/parallaction/extract_parallaction.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2002-2006 The ScummVM project +/* 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 diff --git a/engines/pegasus/pegasus_save_types.cpp b/engines/pegasus/pegasus_save_types.cpp index 271814e4..47af63bd 100755 --- a/engines/pegasus/pegasus_save_types.cpp +++ b/engines/pegasus/pegasus_save_types.cpp @@ -1,5 +1,8 @@ -/* pegasus_save_types - add creator and file type attributes to pegasus save files - * Copyright (C) 2012 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* add creator and file type attributes to pegasus save files */ + #include #include diff --git a/engines/queen/compress_queen.cpp b/engines/queen/compress_queen.cpp index 280c31dd..41a0666d 100644 --- a/engines/queen/compress_queen.cpp +++ b/engines/queen/compress_queen.cpp @@ -1,5 +1,8 @@ -/* compress_queen - Rebuild QUEEN.1 file to contain Resource Table (and optionally compress sound & speech) - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Rebuild QUEEN.1 file to contain Resource Table (and optionally compress sound & speech) */ + #include #include "common/util.h" diff --git a/engines/queen/compress_queen.h b/engines/queen/compress_queen.h index 596b6fb4..0f01d42c 100644 --- a/engines/queen/compress_queen.h +++ b/engines/queen/compress_queen.h @@ -1,5 +1,8 @@ -/* compress_queen - Rebuild QUEEN.1 file to contain Resource Table (and optionally compress sound & speech) - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Rebuild QUEEN.1 file to contain Resource Table (and optionally compress sound & speech) */ + #ifndef COMPRESS_QUEEN_H #define COMPRESS_QUEEN_H diff --git a/engines/saga/compress_saga.cpp b/engines/saga/compress_saga.cpp index 29877bf7..5bdbf712 100644 --- a/engines/saga/compress_saga.cpp +++ b/engines/saga/compress_saga.cpp @@ -1,7 +1,8 @@ -/* compress_saga - Compress SAGA engine digital sound files into - * MP3 and Ogg Vorbis format - * Copyright (C) 2004, Marcoen Hirschberg - * Copyright (C) 2004-2006 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 @@ -18,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress SAGA engine digital sound files into MP3 and Ogg Vorbis format */ + #include #include #include diff --git a/engines/saga/compress_saga.h b/engines/saga/compress_saga.h index caa5860a..2a6df73f 100644 --- a/engines/saga/compress_saga.h +++ b/engines/saga/compress_saga.h @@ -1,7 +1,8 @@ -/* compress_saga - Compress SAGA engine digital sound files into - * MP3 and Ogg Vorbis format - * Copyright (C) 2004, Marcoen Hirschberg - * Copyright (C) 2004-2006 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 @@ -18,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress SAGA engine digital sound files into MP3 and Ogg Vorbis format */ + #ifndef COMPRESS_SAGA_H #define COMPRESS_SAGA_H diff --git a/engines/sci/compress_sci.cpp b/engines/sci/compress_sci.cpp index 298d74bc..2ca9e3f1 100644 --- a/engines/sci/compress_sci.cpp +++ b/engines/sci/compress_sci.cpp @@ -1,5 +1,8 @@ -/* compress_sci - resource.aud/resource.sfx compressor - * 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. */ -// by m_kiewitz +/* resource.aud/resource.sfx compressor */ #include diff --git a/engines/sci/compress_sci.h b/engines/sci/compress_sci.h index 2ce4331a..fba98246 100644 --- a/engines/sci/compress_sci.h +++ b/engines/sci/compress_sci.h @@ -1,5 +1,8 @@ -/* compress_sci - resource.aud/resource.sfx compressor - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* resource.aud/resource.sfx compressor */ + #ifndef COMPRESS_SCI_H #define COMPRESS_SCI_H diff --git a/engines/scumm/compress_scumm_bun.cpp b/engines/scumm/compress_scumm_bun.cpp index bbdf1fff..0707c06b 100644 --- a/engines/scumm/compress_scumm_bun.cpp +++ b/engines/scumm/compress_scumm_bun.cpp @@ -1,5 +1,8 @@ -/* compress_scumm_bun - compressor for bundle files - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* compressor for bundle files */ + #include #include #include diff --git a/engines/scumm/compress_scumm_bun.h b/engines/scumm/compress_scumm_bun.h index 8a973283..63b9c0f2 100644 --- a/engines/scumm/compress_scumm_bun.h +++ b/engines/scumm/compress_scumm_bun.h @@ -1,5 +1,8 @@ -/* compress_scumm_bun - compressor for bundle files - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* compressor for bundle files */ + #ifndef COMPRESS_SCUMM_BUN_H #define COMPRESS_SCUMM_BUN_H diff --git a/engines/scumm/compress_scumm_san.cpp b/engines/scumm/compress_scumm_san.cpp index dd9122df..5fd6a4da 100644 --- a/engines/scumm/compress_scumm_san.cpp +++ b/engines/scumm/compress_scumm_san.cpp @@ -1,5 +1,8 @@ -/* compress_scumm_san - compressor for smush san files - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* compressor for smush san files */ + #include #include #include diff --git a/engines/scumm/compress_scumm_san.h b/engines/scumm/compress_scumm_san.h index 9edc8534..e899f8e0 100644 --- a/engines/scumm/compress_scumm_san.h +++ b/engines/scumm/compress_scumm_san.h @@ -1,5 +1,8 @@ -/* compress_scumm_san - compressor for smush san files - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* compressor for smush san files */ + #ifndef COMPRESS_SCUMM_SAN_H #define COMPRESS_SCUMM_SAN_H diff --git a/engines/scumm/compress_scumm_sou.cpp b/engines/scumm/compress_scumm_sou.cpp index abf625e7..36d76035 100644 --- a/engines/scumm/compress_scumm_sou.cpp +++ b/engines/scumm/compress_scumm_sou.cpp @@ -1,5 +1,8 @@ -/* compress_scumm_sou - monster.sou to MP3-compressed monster.so3 converter - * Copyright (C) 2002-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* monster.sou to MP3-compressed monster.so3 converter */ + #include #include diff --git a/engines/scumm/compress_scumm_sou.h b/engines/scumm/compress_scumm_sou.h index 8e62b7e2..bd8f1661 100644 --- a/engines/scumm/compress_scumm_sou.h +++ b/engines/scumm/compress_scumm_sou.h @@ -1,5 +1,8 @@ -/* compress_scumm_sou - monster.sou to MP3-compressed monster.so3 converter - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* monster.sou to MP3-compressed monster.so3 converter */ + #ifndef COMPRESS_SCUMM_SOU_H #define COMPRESS_SCUMM_SOU_H diff --git a/engines/scumm/descumm-common.cpp b/engines/scumm/descumm-common.cpp index bd6ca6c2..6c980d34 100644 --- a/engines/scumm/descumm-common.cpp +++ b/engines/scumm/descumm-common.cpp @@ -1,6 +1,8 @@ -/* DeScumm - Scumm Script Disassembler (common code) - * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2002-2006 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 @@ -17,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Scumm Script Disassembler (common code) */ + #include #include diff --git a/engines/scumm/descumm-tool.cpp b/engines/scumm/descumm-tool.cpp index bb188a04..624e22bd 100644 --- a/engines/scumm/descumm-tool.cpp +++ b/engines/scumm/descumm-tool.cpp @@ -1,6 +1,8 @@ -/* DeScumm - Scumm Script Disassembler - * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2002-2006 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 @@ -17,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Scumm Script Disassembler */ + #include #include #include diff --git a/engines/scumm/descumm.cpp b/engines/scumm/descumm.cpp index 99238a87..35b081a3 100644 --- a/engines/scumm/descumm.cpp +++ b/engines/scumm/descumm.cpp @@ -1,6 +1,8 @@ -/* DeScumm - Scumm Script Disassembler (version 2-5 scripts) - * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2002-2006 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 @@ -17,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Scumm Script Disassembler (version 2-5 scripts) */ + #include #include #include diff --git a/engines/scumm/descumm.h b/engines/scumm/descumm.h index 09f05c21..593c1c1f 100644 --- a/engines/scumm/descumm.h +++ b/engines/scumm/descumm.h @@ -1,6 +1,8 @@ -/* DeScumm - Scumm Script Disassembler - * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2002-2006 The ScummVM project +/* 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 @@ -17,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Scumm Script Disassembler */ + #ifndef DESCUMM_H #define DESCUMM_H diff --git a/engines/scumm/descumm6.cpp b/engines/scumm/descumm6.cpp index 3b0452ca..0d4748ca 100644 --- a/engines/scumm/descumm6.cpp +++ b/engines/scumm/descumm6.cpp @@ -1,6 +1,8 @@ -/* DeScumm - Scumm Script Disassembler (version 6-8 scripts) - * Copyright (C) 2001 Ludvig Strigeus - * Copyright (C) 2002-2006 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 @@ -17,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Scumm Script Disassembler (version 6-8 scripts) */ + #include #include #include diff --git a/engines/scumm/extract_loom_tg16.cpp b/engines/scumm/extract_loom_tg16.cpp index 10152660..fefaa121 100644 --- a/engines/scumm/extract_loom_tg16.cpp +++ b/engines/scumm/extract_loom_tg16.cpp @@ -1,5 +1,8 @@ -/* extract_loom_tg16 - Extract data files from TG16 version of Loom - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from TG16 version of Loom */ + #include #include #include diff --git a/engines/scumm/extract_loom_tg16.h b/engines/scumm/extract_loom_tg16.h index e53943d6..03bca9cb 100644 --- a/engines/scumm/extract_loom_tg16.h +++ b/engines/scumm/extract_loom_tg16.h @@ -1,5 +1,8 @@ -/* extract_loom_tg16 - Extract data files from TG16 version of Loom - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from TG16 version of Loom */ + #ifndef EXTRACT_LOOM_TG16_H #define EXTRACT_LOOM_TG16_H diff --git a/engines/scumm/extract_mm_apple.cpp b/engines/scumm/extract_mm_apple.cpp index 3f8a3370..1ddf6596 100644 --- a/engines/scumm/extract_mm_apple.cpp +++ b/engines/scumm/extract_mm_apple.cpp @@ -1,5 +1,8 @@ -/* extract_mm_apple - Extract data files from Apple II version of Maniac Mansion - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from Apple II version of Maniac Mansion */ + #include #include #include "extract_mm_apple.h" diff --git a/engines/scumm/extract_mm_apple.h b/engines/scumm/extract_mm_apple.h index b19bbabe..106ef72f 100644 --- a/engines/scumm/extract_mm_apple.h +++ b/engines/scumm/extract_mm_apple.h @@ -1,5 +1,8 @@ -/* extract_mm_apple - Extract data files from Apple II version of Maniac Mansion - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from Apple II version of Maniac Mansion */ + #ifndef EXTRACT_MM_APPLE_H #define EXTRACT_MM_APPLE_H diff --git a/engines/scumm/extract_mm_c64.cpp b/engines/scumm/extract_mm_c64.cpp index 26de399c..ba8384b4 100644 --- a/engines/scumm/extract_mm_c64.cpp +++ b/engines/scumm/extract_mm_c64.cpp @@ -1,5 +1,8 @@ -/* extract_mm_c64 - Extract data files from C64 version of Maniac Mansion - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from C64 version of Maniac Mansion */ + #include #include #include "extract_mm_c64.h" diff --git a/engines/scumm/extract_mm_c64.h b/engines/scumm/extract_mm_c64.h index 0161923e..72881680 100644 --- a/engines/scumm/extract_mm_c64.h +++ b/engines/scumm/extract_mm_c64.h @@ -1,5 +1,8 @@ -/* extract_mm_c64 - Extract data files from C64 version of Maniac Mansion - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from C64 version of Maniac Mansion */ + #ifndef EXTRACT_MM_C64_H #define EXTRACT_MM_C64_H diff --git a/engines/scumm/extract_mm_nes.cpp b/engines/scumm/extract_mm_nes.cpp index b347bd14..dc584002 100644 --- a/engines/scumm/extract_mm_nes.cpp +++ b/engines/scumm/extract_mm_nes.cpp @@ -1,5 +1,8 @@ -/* extract_mm_nes - Extract data files from NES version of Maniac Mansion - * Copyright (C) 2004-2008 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from NES version of Maniac Mansion */ + #include #include #include diff --git a/engines/scumm/extract_mm_nes.h b/engines/scumm/extract_mm_nes.h index ec43e015..e8889ab5 100644 --- a/engines/scumm/extract_mm_nes.h +++ b/engines/scumm/extract_mm_nes.h @@ -1,5 +1,8 @@ -/* extract_mm_nes - Extract data files from NES version of Maniac Mansion - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from NES version of Maniac Mansion */ + #ifndef EXTRACT_MM_NES_H #define EXTRACT_MM_NES_H diff --git a/engines/scumm/extract_scumm_mac.cpp b/engines/scumm/extract_scumm_mac.cpp index b0c20999..3d486962 100644 --- a/engines/scumm/extract_scumm_mac.cpp +++ b/engines/scumm/extract_scumm_mac.cpp @@ -1,6 +1,8 @@ -/* extract_scumm_mac - Split one-big-file Macintosh game data into seperate .00x files for ScummVM - * Copyright (C) 2001-2003 Casey Hutchinson - * Copyright (C) 2004-2006 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 @@ -17,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Split one-big-file Macintosh game data into seperate .00x files for ScummVM */ + #include "extract_scumm_mac.h" #include diff --git a/engines/scumm/extract_scumm_mac.h b/engines/scumm/extract_scumm_mac.h index 9545c870..8513c0a3 100644 --- a/engines/scumm/extract_scumm_mac.h +++ b/engines/scumm/extract_scumm_mac.h @@ -1,5 +1,8 @@ -/* encode_dxa - compressor for dxa files - * 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,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* compressor for dxa files */ #ifndef EXTRACT_SCUMM_MAC_H #define EXTRACT_SCUMM_MAC_H diff --git a/engines/scumm/extract_zak_c64.cpp b/engines/scumm/extract_zak_c64.cpp index 010eb30f..d4825a59 100644 --- a/engines/scumm/extract_zak_c64.cpp +++ b/engines/scumm/extract_zak_c64.cpp @@ -1,5 +1,8 @@ -/* extract_zak_c64 - Extract data files from C64 version of Zak McKracken - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from C64 version of Zak McKracken */ + #include #include #include "extract_zak_c64.h" diff --git a/engines/scumm/extract_zak_c64.h b/engines/scumm/extract_zak_c64.h index 3ca47c22..2adcd1fa 100644 --- a/engines/scumm/extract_zak_c64.h +++ b/engines/scumm/extract_zak_c64.h @@ -1,5 +1,8 @@ -/* extract_zak_c64 - Extract data files from C64 version of Zak McKracken - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extract data files from C64 version of Zak McKracken */ + #ifndef EXTRACT_ZAK_C64_H #define EXTRACT_ZAK_C64_H diff --git a/engines/sword1/compress_sword1.cpp b/engines/sword1/compress_sword1.cpp index 5af6f2e7..75f9f268 100644 --- a/engines/sword1/compress_sword1.cpp +++ b/engines/sword1/compress_sword1.cpp @@ -1,5 +1,8 @@ -/* compress_sword1 - Compress Broken Sword I sound clusters into MP3/Ogg Vorbis - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Broken Sword I sound clusters into MP3/Ogg Vorbis */ + #include #include #include diff --git a/engines/sword1/compress_sword1.h b/engines/sword1/compress_sword1.h index 87705722..cd7dfe38 100644 --- a/engines/sword1/compress_sword1.h +++ b/engines/sword1/compress_sword1.h @@ -1,5 +1,8 @@ -/* compress_sword1 - Compress Broken Sword I sound clusters into MP3/Ogg Vorbis - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Broken Sword I sound clusters into MP3/Ogg Vorbis */ + #ifndef COMPRESS_SWORD1_H #define COMPRESS_SWORD1_H diff --git a/engines/sword2/compress_sword2.cpp b/engines/sword2/compress_sword2.cpp index 1539b1de..fecec534 100644 --- a/engines/sword2/compress_sword2.cpp +++ b/engines/sword2/compress_sword2.cpp @@ -1,5 +1,8 @@ -/* compress_sword2 - Compress Broken Sword II sound clusters into MP3/Ogg Vorbis - * Copyright (C) 2004-2006 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,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Broken Sword II sound clusters into MP3/Ogg Vorbis */ #include "compress_sword2.h" diff --git a/engines/sword2/compress_sword2.h b/engines/sword2/compress_sword2.h index 24f3b7b4..bcf9b998 100644 --- a/engines/sword2/compress_sword2.h +++ b/engines/sword2/compress_sword2.h @@ -1,5 +1,8 @@ -/* compress_sword2 - Compress Broken Sword II sound clusters into MP3/Ogg Vorbis - * Copyright (C) 2004-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Broken Sword II sound clusters into MP3/Ogg Vorbis */ + #ifndef COMPRESS_SWORD2_H #define COMPRESS_SWORD2_H diff --git a/engines/sword2/desword2.cpp b/engines/sword2/desword2.cpp index d1860369..69d0f74b 100644 --- a/engines/sword2/desword2.cpp +++ b/engines/sword2/desword2.cpp @@ -1,5 +1,8 @@ -/* Script disassembler for Broken Sword II - * Copyright (C) 2003-2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Script disassembler for Broken Sword II */ + #include #include diff --git a/engines/sword2/sword2_clue.cpp b/engines/sword2/sword2_clue.cpp index 6189b0dc..af905c03 100644 --- a/engines/sword2/sword2_clue.cpp +++ b/engines/sword2/sword2_clue.cpp @@ -1,5 +1,8 @@ -/* clue - Extremely primitive "CLUster Explorer" for Broken Sword 2 - * Copyright (C) 2006 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Extremely primitive "CLUster Explorer" for Broken Sword 2 */ + #include "common/file.h" #include "common/util.h" diff --git a/engines/tinsel/compress_tinsel.cpp b/engines/tinsel/compress_tinsel.cpp index f89397c6..19e71b78 100644 --- a/engines/tinsel/compress_tinsel.cpp +++ b/engines/tinsel/compress_tinsel.cpp @@ -1,5 +1,8 @@ -/* compress_tinsel - .smp compressor - * 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. */ -// By Jimi (m [underline] kiewitz [AT] users.sourceforge.net) +/* .smp compressor */ #include diff --git a/engines/tinsel/compress_tinsel.h b/engines/tinsel/compress_tinsel.h index 952a5e89..5c44fd4b 100644 --- a/engines/tinsel/compress_tinsel.h +++ b/engines/tinsel/compress_tinsel.h @@ -1,5 +1,8 @@ -/* compress_tinsel - .smp compressor - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* .smp compressor */ + #ifndef COMPRESS_TINSEL_H #define COMPRESS_TINSEL_H diff --git a/engines/touche/compress_touche.cpp b/engines/touche/compress_touche.cpp index 143d5a7f..4cc68032 100644 --- a/engines/touche/compress_touche.cpp +++ b/engines/touche/compress_touche.cpp @@ -1,5 +1,8 @@ -/* compress_touche - Compress Touche Speech Data Files - * Copyright (C) 2006 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Touche Speech Data Files */ + #include #include diff --git a/engines/touche/compress_touche.h b/engines/touche/compress_touche.h index 432acb72..ddf7305d 100644 --- a/engines/touche/compress_touche.h +++ b/engines/touche/compress_touche.h @@ -1,5 +1,8 @@ -/* compress_touche - Compress Touche Speech Data Files - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Touche Speech Data Files */ + #ifndef COMPRESS_TOUCHE_H #define COMPRESS_TOUCHE_H diff --git a/engines/tucker/compress_tucker.cpp b/engines/tucker/compress_tucker.cpp index 2235ff6d..8bc1538e 100644 --- a/engines/tucker/compress_tucker.cpp +++ b/engines/tucker/compress_tucker.cpp @@ -1,5 +1,8 @@ -/* compress_tucker - Compress Bud Tucker Sound Data Files - * Copyright (C) 2008 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Bud Tucker Sound Data Files */ + #include #include #include diff --git a/engines/tucker/compress_tucker.h b/engines/tucker/compress_tucker.h index 5c05f1ab..896c8cf6 100644 --- a/engines/tucker/compress_tucker.h +++ b/engines/tucker/compress_tucker.h @@ -1,5 +1,8 @@ -/* compress_tucker - Compress Bud Tucker Sound Data Files - * 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Compress Bud Tucker Sound Data Files */ + #ifndef COMPRESS_TUCKER_H #define COMPRESS_TUCKER_H diff --git a/example_tool.cpp b/example_tool.cpp index 74df25e6..cccd555c 100644 --- a/example_tool.cpp +++ b/example_tool.cpp @@ -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" diff --git a/gui/configuration.cpp b/gui/configuration.cpp index 1fb4d645..c4a022a1 100644 --- a/gui/configuration.cpp +++ b/gui/configuration.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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 diff --git a/gui/configuration.h b/gui/configuration.h index b57dda39..a6b4f49d 100644 --- a/gui/configuration.h +++ b/gui/configuration.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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 diff --git a/gui/gui_tools.cpp b/gui/gui_tools.cpp index 16b47b4f..0d82bb8e 100644 --- a/gui/gui_tools.cpp +++ b/gui/gui_tools.cpp @@ -1,5 +1,8 @@ -/* tools.cpp - List & description of all supported tools - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* List & description of all supported tools */ + #include "wx/wxprec.h" #ifdef __BORLANDC__ diff --git a/gui/gui_tools.h b/gui/gui_tools.h index 15b95159..511668fd 100644 --- a/gui/gui_tools.h +++ b/gui/gui_tools.h @@ -1,5 +1,8 @@ -/* tools.h - List & description of all supported tools - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* List & description of all the supported tools */ + #ifndef GUI_TOOLS_H #define GUI_TOOLS_H diff --git a/gui/main.cpp b/gui/main.cpp index 8f372015..848bd05e 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -1,5 +1,8 @@ -/* main.cpp - Main entry point for the tool GUI - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Main entry point for the tool GUI */ + #include "wx/wxprec.h" #ifdef __BORLANDC__ diff --git a/gui/main.h b/gui/main.h index 33000bb7..d2453fff 100644 --- a/gui/main.h +++ b/gui/main.h @@ -1,5 +1,8 @@ -/* main.h - Main window classes for the tool GUI - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Main window classes for the tool GUI */ + #ifndef GUI_MAIN_H #define GUI_MAIN_H diff --git a/gui/pages.cpp b/gui/pages.cpp index b40c789e..8e3f4499 100644 --- a/gui/pages.cpp +++ b/gui/pages.cpp @@ -1,5 +1,8 @@ -/* pages.cpp - All the pages in the wizard - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* All the pages in the wizard */ + #include "wx/wxprec.h" #ifdef __BORLANDC__ diff --git a/gui/pages.h b/gui/pages.h index 8829d740..3d01ed2b 100644 --- a/gui/pages.h +++ b/gui/pages.h @@ -1,5 +1,8 @@ -/* pages.h - All the pages in the wizard - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* All the pages in the wizard */ + #include #include diff --git a/main_cli.cpp b/main_cli.cpp index 78e85d10..394614c8 100644 --- a/main_cli.cpp +++ b/main_cli.cpp @@ -1,5 +1,8 @@ -/* main_cli.cpp - Main entry point for the CLI tool, very thin - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Main entry point for CLI tool */ + #include "scummvm-tools-cli.h" int main(int argc, char *argv[]) { diff --git a/sci/classes.cpp b/sci/classes.cpp index 2fbe873e..b29dd1e2 100644 --- a/sci/classes.cpp +++ b/sci/classes.cpp @@ -1,3 +1,24 @@ +/* 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 + * 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. + */ + #include #include diff --git a/sci/graphics_png.h b/sci/graphics_png.h index 3a174e32..a561c671 100644 --- a/sci/graphics_png.h +++ b/sci/graphics_png.h @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/listwords.cpp b/sci/listwords.cpp index 880a88b8..6c7ae2f7 100644 --- a/sci/listwords.cpp +++ b/sci/listwords.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/musicplayer.cpp b/sci/musicplayer.cpp index 6090d171..1b96c9b5 100644 --- a/sci/musicplayer.cpp +++ b/sci/musicplayer.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/old_objects.cpp b/sci/old_objects.cpp index b35a7de9..ed95a556 100644 --- a/sci/old_objects.cpp +++ b/sci/old_objects.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/old_objects.h b/sci/old_objects.h index 1ec2ded3..6701e14f 100644 --- a/sci/old_objects.h +++ b/sci/old_objects.h @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/scidisasm.cpp b/sci/scidisasm.cpp index cbff2090..ea04ba85 100644 --- a/sci/scidisasm.cpp +++ b/sci/scidisasm.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/scipack.cpp b/sci/scipack.cpp index e49b6bc5..6b202301 100644 --- a/sci/scipack.cpp +++ b/sci/scipack.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/sciunpack.cpp b/sci/sciunpack.cpp index f8fbcc09..1670c3e0 100644 --- a/sci/sciunpack.cpp +++ b/sci/sciunpack.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/sciunpack.h b/sci/sciunpack.h index 5fac6d45..a49a5fa8 100644 --- a/sci/sciunpack.h +++ b/sci/sciunpack.h @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/scriptdump.cpp b/sci/scriptdump.cpp index b28841ef..4874fd67 100644 --- a/sci/scriptdump.cpp +++ b/sci/scriptdump.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/util.h b/sci/util.h index ba30c910..bc784bd2 100644 --- a/sci/util.h +++ b/sci/util.h @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/sci/vocabdump.cpp b/sci/vocabdump.cpp index eb150734..0a015fd2 100644 --- a/sci/vocabdump.cpp +++ b/sci/vocabdump.cpp @@ -1,8 +1,8 @@ -/* ScummVM - Graphic Adventure Engine +/* ScummVM Tools * - * 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. + * 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 diff --git a/scummvm-tools-cli.cpp b/scummvm-tools-cli.cpp index 978b34d7..dba06222 100644 --- a/scummvm-tools-cli.cpp +++ b/scummvm-tools-cli.cpp @@ -1,5 +1,8 @@ -/* tools_cli - CLI interface for the tools - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* CLI interface for the tools */ + #include #include #include diff --git a/scummvm-tools-cli.h b/scummvm-tools-cli.h index c7e6fd2f..7dbcd571 100644 --- a/scummvm-tools-cli.h +++ b/scummvm-tools-cli.h @@ -1,5 +1,8 @@ -/* tools_cli - CLI interface for the tools - * Copyright (C) 2009 The ScummVM project +/* 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 diff --git a/sound/adpcm.cpp b/sound/adpcm.cpp index 0f1a9793..5780a95f 100644 --- a/sound/adpcm.cpp +++ b/sound/adpcm.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 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 diff --git a/sound/adpcm.h b/sound/adpcm.h index 1181e416..7852b25d 100644 --- a/sound/adpcm.h +++ b/sound/adpcm.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 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 diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp index f81c3cd3..45b8bfe4 100644 --- a/sound/audiostream.cpp +++ b/sound/audiostream.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 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 diff --git a/sound/audiostream.h b/sound/audiostream.h index 0c9f8b7b..9c474177 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 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 diff --git a/sound/voc.cpp b/sound/voc.cpp index f1903659..80c3d297 100644 --- a/sound/voc.cpp +++ b/sound/voc.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 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 diff --git a/sound/voc.h b/sound/voc.h index cc74400d..b07cd903 100644 --- a/sound/voc.h +++ b/sound/voc.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 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 diff --git a/sound/wave.cpp b/sound/wave.cpp index 9e613d12..47970326 100644 --- a/sound/wave.cpp +++ b/sound/wave.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 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 diff --git a/sound/wave.h b/sound/wave.h index 27364358..cf63cfbb 100644 --- a/sound/wave.h +++ b/sound/wave.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 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 diff --git a/tool.cpp b/tool.cpp index 14f5575c..10f33423 100644 --- a/tool.cpp +++ b/tool.cpp @@ -1,5 +1,8 @@ -/* tool.cpp - Common base class for all tools (implementation) - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Common base class for all tools (implementation) */ + #include #include #include diff --git a/tool.h b/tool.h index 4eec06a8..1b17b382 100644 --- a/tool.h +++ b/tool.h @@ -1,5 +1,8 @@ -/* tool.h - Common base class for all tools - * Copyright (C) 2009 The ScummVM project +/* 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 diff --git a/tool_exception.h b/tool_exception.h index 0ef1e77e..fc900b61 100644 --- a/tool_exception.h +++ b/tool_exception.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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 diff --git a/tools.cpp b/tools.cpp index b95c1a25..af80aca9 100644 --- a/tools.cpp +++ b/tools.cpp @@ -1,5 +1,8 @@ -/* tools - Interface for accessing all the tools in a conveinient fashion - * Copyright (C) 2009 The ScummVM project +/* 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,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Interface for accessing all the tools in a conveinient fashion */ #include "tools.h" #include "tool.h" diff --git a/tools.h b/tools.h index 1b91c8e5..f291c8c3 100644 --- a/tools.h +++ b/tools.h @@ -1,5 +1,8 @@ -/* tools - Interface for accessing all the tools in a convenient fashion - * Copyright (C) 2009 The ScummVM project +/* 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 diff --git a/version.cpp b/version.cpp index f1d384bd..0f7d4684 100644 --- a/version.cpp +++ b/version.cpp @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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 diff --git a/version.h b/version.h index 8a8bbfc1..d9aadfc6 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,8 @@ /* ScummVM Tools - * Copyright (C) 2002-2009 The ScummVM project + * + * 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