Restore original license headers of delta package
This commit is contained in:
parent
60e8359324
commit
97627e7fb9
11 changed files with 207 additions and 135 deletions
|
@ -88,6 +88,7 @@ license {
|
||||||
header = project.file('LICENSE-header.txt')
|
header = project.file('LICENSE-header.txt')
|
||||||
|
|
||||||
include 'net/minecraftforge/'
|
include 'net/minecraftforge/'
|
||||||
|
exclude 'net/minecraftforge/fml/repackage/'
|
||||||
exclude 'net/minecraftforge/server/terminalconsole/'
|
exclude 'net/minecraftforge/server/terminalconsole/'
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|
|
@ -1,20 +1,27 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
* ByteArraySeekableSource.java
|
||||||
* Copyright (c) 2016.
|
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* Created on May 17, 2006, 12:41 PM
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* Copyright (c) 2006 Heiko Klein
|
||||||
* License as published by the Free Software Foundation version 2.1
|
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This library is distributed in the hope that it will be useful,
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* to deal in the Software without restriction, including without limitation
|
||||||
* Lesser General Public License for more details.
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
|
@ -1,20 +1,26 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
|
||||||
* Copyright (c) 2016.
|
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* Copyright (c) 2001 Torgeir Veimo
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* Copyright (c) 2002 Nicolas PERIDONT
|
||||||
* License as published by the Free Software Foundation version 2.1
|
* Copyright (c) 2006 Heiko Klein
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This library is distributed in the hope that it will be useful,
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* to deal in the Software without restriction, including without limitation
|
||||||
* Lesser General Public License for more details.
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* The above copyright notice and this permission notice shall be included in
|
||||||
* License along with this library; if not, write to the Free Software
|
* all copies or substantial portions of the Software.
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
|
@ -1,20 +1,25 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
|
||||||
* Copyright (c) 2016.
|
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* Copyright (c) 2001 Torgeir Veimo
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
|
||||||
* License as published by the Free Software Foundation version 2.1
|
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This library is distributed in the hope that it will be useful,
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* to deal in the Software without restriction, including without limitation
|
||||||
* Lesser General Public License for more details.
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
|
@ -1,21 +1,36 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
*
|
||||||
* Copyright (c) 2016.
|
* Copyright (c) 2001 Torgeir Veimo
|
||||||
*
|
* Copyright (c) 2002 Nicolas PERIDONT
|
||||||
* This library is free software; you can redistribute it and/or
|
* Bug Fixes: Daniel Morrione dan@morrione.net
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* Copyright (c) 2006 Heiko Klein
|
||||||
* License as published by the Free Software Foundation version 2.1
|
*
|
||||||
* of the License.
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
*
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* This library is distributed in the hope that it will be useful,
|
* to deal in the Software without restriction, including without limitation
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
* Lesser General Public License for more details.
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* The above copyright notice and this permission notice shall be included in
|
||||||
* License along with this library; if not, write to the Free Software
|
* all copies or substantial portions of the Software.
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
*
|
||||||
*/
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
|
*
|
||||||
|
* Change Log:
|
||||||
|
* iiimmddyyn nnnnn Description
|
||||||
|
* ---------- ----- -------------------------------------------------------
|
||||||
|
* gls100603a Fixes from Torgeir Veimo and Dan Morrione
|
||||||
|
* gls110603a Stream not being closed thus preventing a file from
|
||||||
|
* being subsequently deleted.
|
||||||
|
* gls031504a Error being written to stderr rather than throwing exception
|
||||||
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,25 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
|
||||||
* Copyright (c) 2016.
|
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* Copyright (c) 2001 Torgeir Veimo
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
|
||||||
* License as published by the Free Software Foundation version 2.1
|
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This library is distributed in the hope that it will be useful,
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* to deal in the Software without restriction, including without limitation
|
||||||
* Lesser General Public License for more details.
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
|
@ -1,20 +1,26 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
|
||||||
* Copyright (c) 2016.
|
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* Copyright (c) 2001 Torgeir Veimo
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* Copyright (c) 2006 Heiko Klein
|
||||||
* License as published by the Free Software Foundation version 2.1
|
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This library is distributed in the hope that it will be useful,
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* to deal in the Software without restriction, including without limitation
|
||||||
* Lesser General Public License for more details.
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
|
@ -1,20 +1,25 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
|
||||||
* Copyright (c) 2016.
|
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* Copyright (c) 2001 Torgeir Veimo
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
|
||||||
* License as published by the Free Software Foundation version 2.1
|
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This library is distributed in the hope that it will be useful,
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* to deal in the Software without restriction, including without limitation
|
||||||
* Lesser General Public License for more details.
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
|
@ -1,20 +1,27 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
* PatchException.java
|
||||||
* Copyright (c) 2016.
|
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* Created on June 6, 2006, 9:34 PM
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* Copyright (c) 2006 Heiko Klein
|
||||||
* License as published by the Free Software Foundation version 2.1
|
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This library is distributed in the hope that it will be useful,
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* to deal in the Software without restriction, including without limitation
|
||||||
* Lesser General Public License for more details.
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
|
@ -1,20 +1,28 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
* RandomAccessFileSeekableSource.java
|
||||||
* Copyright (c) 2016.
|
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* Created on May 17, 2006, 1:45 PM
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* Copyright (c) 2006 Heiko Klein
|
||||||
* License as published by the Free Software Foundation version 2.1
|
*
|
||||||
* of the License.
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
|
* to deal in the Software without restriction, including without limitation
|
||||||
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* 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
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
|
@ -1,20 +1,27 @@
|
||||||
/*
|
/*
|
||||||
* Minecraft Forge
|
* SeekableSource.java
|
||||||
* Copyright (c) 2016.
|
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* Created on May 17, 2006, 12:33 PM
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* Copyright (c) 2006 Heiko Klein
|
||||||
* License as published by the Free Software Foundation version 2.1
|
|
||||||
* of the License.
|
|
||||||
*
|
*
|
||||||
* This library is distributed in the hope that it will be useful,
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* to deal in the Software without restriction, including without limitation
|
||||||
* Lesser General Public License for more details.
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
* and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
|
* IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
package net.minecraftforge.fml.repackage.com.nothome.delta;
|
||||||
|
|
Loading…
Reference in a new issue