Merge pull request #1497 from ihmcrobotics/feature/jassimp-classloader-license
Changed license header for IHMC contributions from Apache 2.0 to BSDpull/1500/head
commit
2f56560e3f
|
@ -44,7 +44,6 @@ jassimp supports most of assimps features. Current limitations are
|
||||||
* no support for mesh animations
|
* no support for mesh animations
|
||||||
* no support for embedded textures
|
* no support for embedded textures
|
||||||
* no support for importer configurations
|
* no support for importer configurations
|
||||||
* no support for the custom I/O API of assimp
|
|
||||||
* some texture related material properties are not exposed via the API but only
|
* some texture related material properties are not exposed via the API but only
|
||||||
accessible by traversing the list of properties. However this limitation is
|
accessible by traversing the list of properties. However this limitation is
|
||||||
also present in the c-API ...
|
also present in the c-API ...
|
||||||
|
|
|
@ -1,18 +1,43 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2017 Florida Institute for Human and Machine Cognition (IHMC)
|
---------------------------------------------------------------------------
|
||||||
*
|
Open Asset Import Library - Java Binding (jassimp)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
---------------------------------------------------------------------------
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
Copyright (c) 2006-2017, assimp team
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
All rights reserved.
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
Redistribution and use of this software in source and binary forms,
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
with or without modification, are permitted provided that the following
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
conditions are met:
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
* Redistributions of source code must retain the above
|
||||||
*/
|
copyright notice, this list of conditions and the
|
||||||
|
following disclaimer.
|
||||||
|
|
||||||
|
* Redistributions in binary form must reproduce the above
|
||||||
|
copyright notice, this list of conditions and the
|
||||||
|
following disclaimer in the documentation and/or other
|
||||||
|
materials provided with the distribution.
|
||||||
|
|
||||||
|
* Neither the name of the assimp team, nor the names of its
|
||||||
|
contributors may be used to endorse or promote products
|
||||||
|
derived from this software without specific prior
|
||||||
|
written permission of the assimp team.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
---------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
package jassimp;
|
package jassimp;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
|
@ -1,18 +1,43 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2017 Florida Institute for Human and Machine Cognition (IHMC)
|
---------------------------------------------------------------------------
|
||||||
*
|
Open Asset Import Library - Java Binding (jassimp)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
---------------------------------------------------------------------------
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
Copyright (c) 2006-2017, assimp team
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
All rights reserved.
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
Redistribution and use of this software in source and binary forms,
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
with or without modification, are permitted provided that the following
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
conditions are met:
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
* Redistributions of source code must retain the above
|
||||||
*/
|
copyright notice, this list of conditions and the
|
||||||
|
following disclaimer.
|
||||||
|
|
||||||
|
* Redistributions in binary form must reproduce the above
|
||||||
|
copyright notice, this list of conditions and the
|
||||||
|
following disclaimer in the documentation and/or other
|
||||||
|
materials provided with the distribution.
|
||||||
|
|
||||||
|
* Neither the name of the assimp team, nor the names of its
|
||||||
|
contributors may be used to endorse or promote products
|
||||||
|
derived from this software without specific prior
|
||||||
|
written permission of the assimp team.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
---------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
package jassimp;
|
package jassimp;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
import java.nio.ByteBuffer;
|
||||||
|
|
|
@ -1,18 +1,43 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2017 Florida Institute for Human and Machine Cognition (IHMC)
|
---------------------------------------------------------------------------
|
||||||
*
|
Open Asset Import Library - Java Binding (jassimp)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
---------------------------------------------------------------------------
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
Copyright (c) 2006-2017, assimp team
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
All rights reserved.
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
Redistribution and use of this software in source and binary forms,
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
with or without modification, are permitted provided that the following
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
conditions are met:
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
* Redistributions of source code must retain the above
|
||||||
*/
|
copyright notice, this list of conditions and the
|
||||||
|
following disclaimer.
|
||||||
|
|
||||||
|
* Redistributions in binary form must reproduce the above
|
||||||
|
copyright notice, this list of conditions and the
|
||||||
|
following disclaimer in the documentation and/or other
|
||||||
|
materials provided with the distribution.
|
||||||
|
|
||||||
|
* Neither the name of the assimp team, nor the names of its
|
||||||
|
contributors may be used to endorse or promote products
|
||||||
|
derived from this software without specific prior
|
||||||
|
written permission of the assimp team.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
---------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
package jassimp;
|
package jassimp;
|
||||||
|
|
||||||
public interface AiIOSystem <T extends AiIOStream>
|
public interface AiIOSystem <T extends AiIOStream>
|
||||||
|
|
|
@ -1,18 +1,43 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2017 Florida Institute for Human and Machine Cognition (IHMC)
|
---------------------------------------------------------------------------
|
||||||
*
|
Open Asset Import Library - Java Binding (jassimp)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
---------------------------------------------------------------------------
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
Copyright (c) 2006-2017, assimp team
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
All rights reserved.
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
Redistribution and use of this software in source and binary forms,
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
with or without modification, are permitted provided that the following
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
conditions are met:
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
* Redistributions of source code must retain the above
|
||||||
*/
|
copyright notice, this list of conditions and the
|
||||||
|
following disclaimer.
|
||||||
|
|
||||||
|
* Redistributions in binary form must reproduce the above
|
||||||
|
copyright notice, this list of conditions and the
|
||||||
|
following disclaimer in the documentation and/or other
|
||||||
|
materials provided with the distribution.
|
||||||
|
|
||||||
|
* Neither the name of the assimp team, nor the names of its
|
||||||
|
contributors may be used to endorse or promote products
|
||||||
|
derived from this software without specific prior
|
||||||
|
written permission of the assimp team.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
---------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
package jassimp;
|
package jassimp;
|
||||||
|
|
||||||
import java.io.ByteArrayOutputStream;
|
import java.io.ByteArrayOutputStream;
|
||||||
|
|
Loading…
Reference in New Issue