X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=backends%2Fgdx-backend-jglfw%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Fbackends%2Fjglfw%2FJglfwGL10.java;fp=backends%2Fgdx-backend-jglfw%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Fbackends%2Fjglfw%2FJglfwGL10.java;h=59934abb296c1fc1755371398654f75f9db72a9d;hb=300f4467b87414fb852b0dda6a3a4818f464e78e;hp=02bc1c7c1dfa51c4d94c61189037ff45c7a92033;hpb=5b9109130457b92403ba9f19f1f665fc6389b399;p=mikumikustudio%2Flibgdx-mikumikustudio.git diff --git a/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/JglfwGL10.java b/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/JglfwGL10.java index 02bc1c7c1..59934abb2 100644 --- a/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/JglfwGL10.java +++ b/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/JglfwGL10.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * 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.backends.jglfw; @@ -371,4 +386,4 @@ public class JglfwGL10 implements GL10 { public void glPolygonMode (int face, int mode) { GL.glPolygonMode(face, mode); } -} +} \ No newline at end of file