diff options
Diffstat (limited to 'tools/create_kyradat')
-rw-r--r-- | tools/create_kyradat/create_kyradat.cpp | 7 | ||||
-rw-r--r-- | tools/create_kyradat/create_kyradat.h | 7 | ||||
-rw-r--r-- | tools/create_kyradat/extract.cpp | 8 | ||||
-rw-r--r-- | tools/create_kyradat/extract.h | 7 | ||||
-rw-r--r-- | tools/create_kyradat/games.cpp | 7 | ||||
-rw-r--r-- | tools/create_kyradat/md5.cpp | 7 | ||||
-rw-r--r-- | tools/create_kyradat/md5.h | 7 | ||||
-rw-r--r-- | tools/create_kyradat/pak.cpp | 7 | ||||
-rw-r--r-- | tools/create_kyradat/pak.h | 7 | ||||
-rw-r--r-- | tools/create_kyradat/search.cpp | 25 | ||||
-rw-r--r-- | tools/create_kyradat/search.h | 25 | ||||
-rw-r--r-- | tools/create_kyradat/tables.cpp | 7 | ||||
-rw-r--r-- | tools/create_kyradat/tables.h | 7 | ||||
-rw-r--r-- | tools/create_kyradat/util.cpp | 7 | ||||
-rw-r--r-- | tools/create_kyradat/util.h | 7 |
15 files changed, 115 insertions, 27 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 |