X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=tests%2Fgdx-tests%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Ftests%2Fg3d%2FShaderTest.java;h=27d9a6e9f31204928a86c875c852886de1fbbbd2;hb=21f1a70e6cecd48ff6ae8dd23d59d80bb30bbe73;hp=80536fca795c3c794ec24999efca942a3f0c10e4;hpb=2ec84603abf265fafee4ce189cbeabe9dc6fb169;p=mikumikustudio%2Flibgdx-mikumikustudio.git diff --git a/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderTest.java b/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderTest.java index 80536fca7..27d9a6e9f 100644 --- a/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderTest.java +++ b/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ShaderTest.java @@ -1,3 +1,19 @@ +/******************************************************************************* + * Copyright 2011 See AUTHORS file. + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ + package com.badlogic.gdx.tests.g3d; import com.badlogic.gdx.Gdx; @@ -177,4 +193,4 @@ public class ShaderTest extends GdxTest { public boolean needsGL20 () { return true; } -} +} \ No newline at end of file