-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
465 changed files
with
397,576 additions
and
2,611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="lib" path="lib"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_221"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="lib" path="lib/jiu.jar"/> | ||
<classpathentry kind="lib" path="lib/jlayer.jar"/> | ||
<classpathentry kind="lib" path="lib/apache-commons-compress.jar"/> | ||
<classpathentry kind="lib" path="lib/jna.jar"/> | ||
<classpathentry kind="lib" path="lib"/> | ||
<classpathentry kind="lib" path="lib/lzo-commons-1.0.6.jar"/> | ||
<classpathentry kind="lib" path="lib/lzo-core-1.0.6.jar" sourcepath="_dev/java_sources/lzo-core-1.0.6-sources.jar"/> | ||
<classpathentry kind="lib" path="lib/lzo-hadoop-1.0.6.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-logging-1.3.1.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Game Extractor (http://www.watto.org/extract) | ||
Copyright 2002-2021 wattostudios | ||
Copyright 2002-2023 wattostudios | ||
|
||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU General Public License | ||
|
@@ -354,6 +354,39 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |
|
||
===================================================================================== | ||
|
||
jpeg2000 (https://github.com/faceless2/jpeg2000) | ||
|
||
This software module was originally developed by Rapha�l Grosbois and | ||
Diego Santa Cruz (Swiss Federal Institute of Technology-EPFL); Joel | ||
Askel�f (Ericsson Radio Systems AB); and Bertrand Berthelot, David | ||
Bouchard, F�lix Henry, Gerard Mozelle and Patrice Onno (Canon Research | ||
Centre France S.A) in the course of development of the JPEG2000 | ||
standard as specified by ISO/IEC 15444 (JPEG 2000 Standard). This | ||
software module is an implementation of a part of the JPEG 2000 | ||
Standard. Swiss Federal Institute of Technology-EPFL, Ericsson Radio | ||
Systems AB and Canon Research Centre France S.A (collectively JJ2000 | ||
Partners) agree not to assert against ISO/IEC and users of the JPEG | ||
2000 Standard (Users) any of their rights under the copyright, not | ||
including other intellectual property rights, for this software module | ||
with respect to the usage by ISO/IEC and Users of this software module | ||
or modifications thereof for use in hardware or software products | ||
claiming conformance to the JPEG 2000 Standard. Those intending to use | ||
this software module in hardware or software products are advised that | ||
their use may infringe existing patents. The original developers of | ||
this software module, JJ2000 Partners and ISO/IEC assume no liability | ||
for use of this software module or modifications thereof. No license | ||
or right to this software module is granted for non JPEG 2000 Standard | ||
conforming products. JJ2000 Partners have full right to use this | ||
software module for his/her own purpose, assign or donate this | ||
software module to any third party and to inhibit third parties from | ||
using this software module for non JPEG 2000 Standard conforming | ||
products. This copyright notice must be included in all copies or | ||
derivative works of this software module. | ||
|
||
Copyright (c) 1999/2000 JJ2000 Partners. | ||
|
||
===================================================================================== | ||
|
||
jsquish (https://github.com/memo33/jsquish) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
|
@@ -417,6 +450,43 @@ the License. | |
|
||
===================================================================================== | ||
|
||
lzo-java (https://github.com/shevek/lzo-java) | ||
Copyright (C) 2011 Shevek <[email protected]> | ||
|
||
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 3 of the License, or | ||
(at your option) any later version. | ||
|
||
This library 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 any project and source this library is coupled. | ||
If not, see http://www.gnu.org/licenses/. | ||
|
||
===================================================================================== | ||
|
||
neox_tools (https://github.com/zhouhang95/neox_tools) | ||
|
||
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 3 of the License, or | ||
(at your option) any later version. | ||
|
||
This library 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 any project and source this library is coupled. | ||
If not, see http://www.gnu.org/licenses/. | ||
|
||
===================================================================================== | ||
|
||
OpenTeufel (https://github.com/horschi/OpenTeufel) | ||
|
||
This program is free software; you can redistribute it and/or | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.