X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=backends%2Fgdx-backends-gwt%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Fbackends%2Fgwt%2Femu%2Fcom%2Fbadlogic%2Fgdx%2Futils%2Freflect%2FClassReflection.java;fp=backends%2Fgdx-backends-gwt%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Fbackends%2Fgwt%2Femu%2Fcom%2Fbadlogic%2Fgdx%2Futils%2Freflect%2FClassReflection.java;h=a09ad6601d16e37112e903dea52d15c100d05b42;hb=931c66d2a7388ae5bff41b7744020e78a5916670;hp=da6a2d2f13fde2fda6d2f4306d78c04a4000f4f1;hpb=e38d922a0a690135786a0601423be58d0b0cf247;p=mikumikustudio%2Flibgdx-mikumikustudio.git diff --git a/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/ClassReflection.java b/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/ClassReflection.java index da6a2d2f1..a09ad6601 100644 --- a/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/ClassReflection.java +++ b/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/ClassReflection.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.utils.reflect; import com.badlogic.gdx.utils.GdxRuntimeException;