diff options
author | Arnaud Boutonné | 2010-01-23 15:00:11 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-01-23 15:00:11 +0000 |
commit | e488e0f7d5da43263ca373c60222e66d66852767 (patch) | |
tree | 9066dd5001fa15f62999f88a6ed19513553a5ee4 /tools/skycpt | |
parent | d6e0276119265f825bbd5ab4a418cf234d48ed82 (diff) | |
download | scummvm-rg350-e488e0f7d5da43263ca373c60222e66d66852767.tar.gz scummvm-rg350-e488e0f7d5da43263ca373c60222e66d66852767.tar.bz2 scummvm-rg350-e488e0f7d5da43263ca373c60222e66d66852767.zip |
Tools - Use standard header
svn-id: r47476
Diffstat (limited to 'tools/skycpt')
-rw-r--r-- | tools/skycpt/AsciiCptCompile.cpp | 7 | ||||
-rw-r--r-- | tools/skycpt/KmpSearch.cpp | 7 | ||||
-rw-r--r-- | tools/skycpt/KmpSearch.h | 7 | ||||
-rw-r--r-- | tools/skycpt/TextFile.cpp | 7 | ||||
-rw-r--r-- | tools/skycpt/TextFile.h | 7 | ||||
-rw-r--r-- | tools/skycpt/cptcompiler.cpp | 7 | ||||
-rw-r--r-- | tools/skycpt/cpthelp.cpp | 7 | ||||
-rw-r--r-- | tools/skycpt/cpthelp.h | 7 | ||||
-rw-r--r-- | tools/skycpt/idFinder.cpp | 7 |
9 files changed, 45 insertions, 18 deletions
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 |