|
31 | 31 | */ |
32 | 32 | package jme3test.bullet; |
33 | 33 |
|
34 | | -/* |
35 | | - * Copyright (c) 2009-2012 jMonkeyEngine |
36 | | - * All rights reserved. |
37 | | - * |
38 | | - * Redistribution and use in source and binary forms, with or without |
39 | | - * modification, are permitted provided that the following conditions are |
40 | | - * met: |
41 | | - * |
42 | | - * * Redistributions of source code must retain the above copyright |
43 | | - * notice, this list of conditions and the following disclaimer. |
44 | | - * |
45 | | - * * Redistributions in binary form must reproduce the above copyright |
46 | | - * notice, this list of conditions and the following disclaimer in the |
47 | | - * documentation and/or other materials provided with the distribution. |
48 | | - * |
49 | | - * * Neither the name of 'jMonkeyEngine' nor the names of its contributors |
50 | | - * may be used to endorse or promote products derived from this software |
51 | | - * without specific prior written permission. |
52 | | - * |
53 | | - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
54 | | - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
55 | | - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
56 | | - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
57 | | - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
58 | | - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
59 | | - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
60 | | - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
61 | | - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
62 | | - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
63 | | - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
64 | | - */ |
65 | | - |
66 | 34 | import com.jme3.app.SimpleApplication; |
67 | 35 | import com.jme3.asset.TextureKey; |
68 | 36 | import com.jme3.bullet.BulletAppState; |
|
0 commit comments