aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/package/packagemanager_script.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-31 09:53:02 +0000
committerEugene Sandulenko2010-10-12 22:13:00 +0000
commit293bf95c01f76c8d812a300eb038854f1246ab3d (patch)
tree94284eda9367d712f6cc4e3d0a6e7acbee95c26c /engines/sword25/package/packagemanager_script.cpp
parent5cad3bcf02c9ac5c7b6edafaab5c1064fd9a3425 (diff)
downloadscummvm-rg350-293bf95c01f76c8d812a300eb038854f1246ab3d.tar.gz
scummvm-rg350-293bf95c01f76c8d812a300eb038854f1246ab3d.tar.bz2
scummvm-rg350-293bf95c01f76c8d812a300eb038854f1246ab3d.zip
SWORD25: Replacing headers with ScummVM ones plus original (C)
svn-id: r53188
Diffstat (limited to 'engines/sword25/package/packagemanager_script.cpp')
-rw-r--r--[-rwxr-xr-x]engines/sword25/package/packagemanager_script.cpp51
1 files changed, 33 insertions, 18 deletions
diff --git a/engines/sword25/package/packagemanager_script.cpp b/engines/sword25/package/packagemanager_script.cpp
index 5ed664625b..b979cebda8 100755..100644
--- a/engines/sword25/package/packagemanager_script.cpp
+++ b/engines/sword25/package/packagemanager_script.cpp
@@ -1,21 +1,36 @@
-// -----------------------------------------------------------------------------
-// This file is part of Broken Sword 2.5
-// Copyright (c) Malte Thiesen, Daniel Queteschiner and Michael Elsdörfer
-//
-// Broken Sword 2.5 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.
-//
-// Broken Sword 2.5 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 Broken Sword 2.5; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-// -----------------------------------------------------------------------------
+/* 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$
+ *
+ */
+
+/*
+ * This code is based on Broken Sword 2.5 engine
+ *
+ * Copyright (c) Malte Thiesen, Daniel Queteschiner and Michael Elsdoerfer
+ *
+ * Licensed under GNU GPL v2
+ *
+ */
// -----------------------------------------------------------------------------
// Includes