diff options
author | Arnaud Boutonné | 2010-01-23 15:00:11 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-01-23 15:00:11 +0000 |
commit | e488e0f7d5da43263ca373c60222e66d66852767 (patch) | |
tree | 9066dd5001fa15f62999f88a6ed19513553a5ee4 | |
parent | d6e0276119265f825bbd5ab4a418cf234d48ed82 (diff) | |
download | scummvm-rg350-e488e0f7d5da43263ca373c60222e66d66852767.tar.gz scummvm-rg350-e488e0f7d5da43263ca373c60222e66d66852767.tar.bz2 scummvm-rg350-e488e0f7d5da43263ca373c60222e66d66852767.zip |
Tools - Use standard header
svn-id: r47476
28 files changed, 200 insertions, 51 deletions
diff --git a/tools/create_kyradat/create_kyradat.cpp b/tools/create_kyradat/create_kyradat.cpp index f880298cfc..1c690f050e 100644 --- a/tools/create_kyradat/create_kyradat.cpp +++ b/tools/create_kyradat/create_kyradat.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/create_kyradat.h b/tools/create_kyradat/create_kyradat.h index c247846b93..435e239381 100644 --- a/tools/create_kyradat/create_kyradat.h +++ b/tools/create_kyradat/create_kyradat.h @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/extract.cpp b/tools/create_kyradat/extract.cpp index c70ae75e9a..e0c613cc6c 100644 --- a/tools/create_kyradat/extract.cpp +++ b/tools/create_kyradat/extract.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2009 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -20,7 +23,6 @@ * */ - #include "extract.h" #include <algorithm> diff --git a/tools/create_kyradat/extract.h b/tools/create_kyradat/extract.h index 190edce5ac..5aee089466 100644 --- a/tools/create_kyradat/extract.h +++ b/tools/create_kyradat/extract.h @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2009 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/games.cpp b/tools/create_kyradat/games.cpp index cdd154ebf6..0e7929e791 100644 --- a/tools/create_kyradat/games.cpp +++ b/tools/create_kyradat/games.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2009 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/md5.cpp b/tools/create_kyradat/md5.cpp index 73ec80d9b0..58e6e73add 100644 --- a/tools/create_kyradat/md5.cpp +++ b/tools/create_kyradat/md5.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 The ScummVM Team +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/md5.h b/tools/create_kyradat/md5.h index 13829a00a1..dd50efece8 100644 --- a/tools/create_kyradat/md5.h +++ b/tools/create_kyradat/md5.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 The ScummVM Team +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/pak.cpp b/tools/create_kyradat/pak.cpp index bed9fce66d..f0564ebfbf 100644 --- a/tools/create_kyradat/pak.cpp +++ b/tools/create_kyradat/pak.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/pak.h b/tools/create_kyradat/pak.h index 1e0fd2c72f..ee6dabb672 100644 --- a/tools/create_kyradat/pak.h +++ b/tools/create_kyradat/pak.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/search.cpp b/tools/create_kyradat/search.cpp index 509dd37f67..7ca41e2d92 100644 --- a/tools/create_kyradat/search.cpp +++ b/tools/create_kyradat/search.cpp @@ -1,3 +1,28 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * $URL$ + * $Id$ + * + */ + #include "search.h" #include "md5.h" diff --git a/tools/create_kyradat/search.h b/tools/create_kyradat/search.h index e5cd65b297..05846181f4 100644 --- a/tools/create_kyradat/search.h +++ b/tools/create_kyradat/search.h @@ -1,3 +1,28 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * $URL$ + * $Id$ + * + */ + #ifndef SEARCH_H #define SEARCH_H diff --git a/tools/create_kyradat/tables.cpp b/tools/create_kyradat/tables.cpp index e3ede16f85..00dd424a58 100644 --- a/tools/create_kyradat/tables.cpp +++ b/tools/create_kyradat/tables.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2009 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/tables.h b/tools/create_kyradat/tables.h index a970c41264..c990043f5d 100644 --- a/tools/create_kyradat/tables.h +++ b/tools/create_kyradat/tables.h @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2009 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/util.cpp b/tools/create_kyradat/util.cpp index 821a3abda4..a9ac5517bf 100644 --- a/tools/create_kyradat/util.cpp +++ b/tools/create_kyradat/util.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2003-2006 The ScummVM Team +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_kyradat/util.h b/tools/create_kyradat/util.h index d477478751..077597ac07 100644 --- a/tools/create_kyradat/util.h +++ b/tools/create_kyradat/util.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2002-2006 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_teenagent/create_teenagent.cpp b/tools/create_teenagent/create_teenagent.cpp index 60b2919821..ec98a66dd7 100644 --- a/tools/create_teenagent/create_teenagent.cpp +++ b/tools/create_teenagent/create_teenagent.cpp @@ -1,3 +1,28 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * $URL$ + * $Id$ + * + */ + #include <stdio.h> #include <stdlib.h> #include <assert.h> diff --git a/tools/create_teenagent/md5.cpp b/tools/create_teenagent/md5.cpp index 73ec80d9b0..58e6e73add 100644 --- a/tools/create_teenagent/md5.cpp +++ b/tools/create_teenagent/md5.cpp @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 The ScummVM Team +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_teenagent/md5.h b/tools/create_teenagent/md5.h index 13829a00a1..dd50efece8 100644 --- a/tools/create_teenagent/md5.h +++ b/tools/create_teenagent/md5.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2004-2006 The ScummVM Team +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/create_teenagent/util.h b/tools/create_teenagent/util.h index d477478751..077597ac07 100644 --- a/tools/create_teenagent/util.h +++ b/tools/create_teenagent/util.h @@ -1,5 +1,8 @@ -/* Scumm Tools - * Copyright (C) 2002-2006 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/skycpt/AsciiCptCompile.cpp b/tools/skycpt/AsciiCptCompile.cpp index 6ba5af9867..22711bf061 100644 --- a/tools/skycpt/AsciiCptCompile.cpp +++ b/tools/skycpt/AsciiCptCompile.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/skycpt/KmpSearch.cpp b/tools/skycpt/KmpSearch.cpp index b787d1df69..b0512a8d3e 100644 --- a/tools/skycpt/KmpSearch.cpp +++ b/tools/skycpt/KmpSearch.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/skycpt/KmpSearch.h b/tools/skycpt/KmpSearch.h index b57a6736f7..3e1655a37b 100644 --- a/tools/skycpt/KmpSearch.h +++ b/tools/skycpt/KmpSearch.h @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/skycpt/TextFile.cpp b/tools/skycpt/TextFile.cpp index 1aa2d4611d..92d747f955 100644 --- a/tools/skycpt/TextFile.cpp +++ b/tools/skycpt/TextFile.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/skycpt/TextFile.h b/tools/skycpt/TextFile.h index 9ba31d76ce..92b1546167 100644 --- a/tools/skycpt/TextFile.h +++ b/tools/skycpt/TextFile.h @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/skycpt/cptcompiler.cpp b/tools/skycpt/cptcompiler.cpp index ec9f185a85..75434a4618 100644 --- a/tools/skycpt/cptcompiler.cpp +++ b/tools/skycpt/cptcompiler.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/skycpt/cpthelp.cpp b/tools/skycpt/cpthelp.cpp index 6fe2827b5d..134e440fd7 100644 --- a/tools/skycpt/cpthelp.cpp +++ b/tools/skycpt/cpthelp.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/skycpt/cpthelp.h b/tools/skycpt/cpthelp.h index be7eec82c9..722e756edf 100644 --- a/tools/skycpt/cpthelp.h +++ b/tools/skycpt/cpthelp.h @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/skycpt/idFinder.cpp b/tools/skycpt/idFinder.cpp index e97dd7d6fe..53c9f1f1a0 100644 --- a/tools/skycpt/idFinder.cpp +++ b/tools/skycpt/idFinder.cpp @@ -1,5 +1,8 @@ -/* ScummVM Tools - * Copyright (C) 2007 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |