X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=extensions%2Fgdx-controllers%2Fgdx-controllers-android%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Fcontrollers%2Fandroid%2FControllerLifeCycleListener.java;fp=extensions%2Fgdx-controllers%2Fgdx-controllers-android%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Fcontrollers%2Fandroid%2FControllerLifeCycleListener.java;h=08ee3b2fcdfa1475eabbc5ecbc7a9cae33c4983e;hb=931c66d2a7388ae5bff41b7744020e78a5916670;hp=80283faa2860423f955a6b306d8a5f41b04fa53c;hpb=e38d922a0a690135786a0601423be58d0b0cf247;p=mikumikustudio%2Flibgdx-mikumikustudio.git diff --git a/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/ControllerLifeCycleListener.java b/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/ControllerLifeCycleListener.java index 80283faa2..08ee3b2fc 100644 --- a/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/ControllerLifeCycleListener.java +++ b/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/ControllerLifeCycleListener.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.controllers.android; import android.content.Context; @@ -57,4 +73,4 @@ public class ControllerLifeCycleListener implements LifecycleListener, InputDevi @Override public void dispose () { } -} +} \ No newline at end of file