From a683a420a9e43705c972b5e74d55e319729e1a81 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 29 Jul 2010 19:53:02 +0000 Subject: SWORD25: Importing original sources svn-id: r53171 --- engines/sword25/util/pluto/pdep/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 engines/sword25/util/pluto/pdep/README (limited to 'engines/sword25/util/pluto/pdep/README') diff --git a/engines/sword25/util/pluto/pdep/README b/engines/sword25/util/pluto/pdep/README new file mode 100755 index 0000000000..3592754da0 --- /dev/null +++ b/engines/sword25/util/pluto/pdep/README @@ -0,0 +1,5 @@ +These files are directly copied from the Lua distribution, with the +exception of lzio.h, which is s/lua{ZM}/pdep/g and has an include removed. + +As such, unlike the rest of Pluto, they are released under the +same terms as Lua. See "lua.h" for the copyright notice. -- cgit v1.2.3 From 293bf95c01f76c8d812a300eb038854f1246ab3d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 31 Jul 2010 09:53:02 +0000 Subject: SWORD25: Replacing headers with ScummVM ones plus original (C) svn-id: r53188 --- engines/sword25/util/pluto/pdep/README | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 engines/sword25/util/pluto/pdep/README (limited to 'engines/sword25/util/pluto/pdep/README') diff --git a/engines/sword25/util/pluto/pdep/README b/engines/sword25/util/pluto/pdep/README old mode 100755 new mode 100644 -- cgit v1.2.3