X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=tests%2Fgdx-tests%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Ftests%2Fnet%2FHttpRequestExample.java;fp=tests%2Fgdx-tests%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Ftests%2Fnet%2FHttpRequestExample.java;h=c8ca0a945bd0b3ec01f4c073a19e9adbcbd29a3f;hb=931c66d2a7388ae5bff41b7744020e78a5916670;hp=b33913adeb3982e0559d7ce9c7295df102fd5203;hpb=e38d922a0a690135786a0601423be58d0b0cf247;p=mikumikustudio%2Flibgdx-mikumikustudio.git diff --git a/tests/gdx-tests/src/com/badlogic/gdx/tests/net/HttpRequestExample.java b/tests/gdx-tests/src/com/badlogic/gdx/tests/net/HttpRequestExample.java index b33913ade..c8ca0a945 100644 --- a/tests/gdx-tests/src/com/badlogic/gdx/tests/net/HttpRequestExample.java +++ b/tests/gdx-tests/src/com/badlogic/gdx/tests/net/HttpRequestExample.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.net; import com.badlogic.gdx.ApplicationAdapter; @@ -31,4 +47,4 @@ public class HttpRequestExample extends GdxTest { } }); } -} +} \ No newline at end of file