OSDN Git Service

Ran header fixer.
authornathan.sweet <nathan.sweet@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Thu, 28 Jun 2012 12:26:01 +0000 (12:26 +0000)
committernathan.sweet <nathan.sweet@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Thu, 28 Jun 2012 12:26:01 +0000 (12:26 +0000)
272 files changed:
backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidOnscreenKeyboard.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSApplication.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSAudio.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSFileHandle.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSFiles.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSGLES20.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSGraphics.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSInput.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSMusic.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSSound.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtAudio.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtFileHandle.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtFiles.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtGL20Debug.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtInput.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtMusic.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtPreferences.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtSound.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/assets/AssetLoadingTask.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/Texture.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/physics/box2d/ChainShape.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/physics/box2d/EdgeShape.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/physics/box2d/joints/RopeJoint.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/physics/box2d/joints/RopeJointDef.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/physics/box2d/joints/WheelJoint.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/physics/box2d/joints/WheelJointDef.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/scenes/scene2d/ui/utils/Clipboard.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/ArrayMap.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/TimeUtils.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/BufferedInputStream.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/lang/Readable.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/lang/Thread.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/org/jbox2d/collision/broadphase/IBroadphase.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/org/jbox2d/pooling/normal/Generator.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/AssetFilter.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/AudioLoader.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/BinaryLoader.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/DefaultAssetFilter.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/FileWrapper.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/ImageLoader.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/LoaderCallback.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/Preloader.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/PreloaderBundle.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/PreloaderBundleGenerator.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/TextLoader.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/soundmanager2/SMSound.java
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/soundmanager2/SoundManager.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/Constructor.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/Field.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/IReflectionCache.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/Method.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/Parameter.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/ReflectionCache.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/Test.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/Type.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/ReflectionCacheGenerator.java
backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/ReflectionCacheSourceCreator.java
backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/WebGLUtil.java
backends/gdx-openal/src/com/badlogic/gdx/backends/openal/OpenALAudioDevice.java
extensions/gdx-audio/src/com/badlogic/gdx/audio/AudioBuild.java
extensions/gdx-audio/src/com/badlogic/gdx/audio/CircularBuffer.java
extensions/gdx-audio/src/com/badlogic/gdx/audio/io/Decoder.java
extensions/gdx-audio/src/com/badlogic/gdx/audio/io/Mpg123Decoder.java
extensions/gdx-audio/src/com/badlogic/gdx/audio/io/VorbisDecoder.java
extensions/gdx-audio/src/com/badlogic/gdx/audio/io/WavDecoder.java
extensions/gdx-audio/src/com/badlogic/gdx/audio/transform/SoundTouch.java
extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/Bullet.java
extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/BulletBuild.java
extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/BulletTest.java
extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/FreeType.java
extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/FreeTypeFontGenerator.java
extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/FreetypeBuild.java
extensions/gdx-image/src/com/badlogic/gdx/graphics/g2d/ImageBuild.java
extensions/gdx-image/src/com/badlogic/gdx/graphics/g2d/Jpeg.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/AndroidNdkScriptGenerator.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/AntScriptGenerator.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/BuildConfig.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/BuildExecutor.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/BuildTarget.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/JniGenSharedLibraryLoader.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/NativeCodeGenerator.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/parsing/CMethodParser.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/parsing/JavaMethodParser.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/parsing/JniHeaderCMethodParser.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/parsing/RobustJavaMethodParser.java
extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/test/MyJniClass.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/DownloadManager.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/LibraryDef.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ProjectConfiguration.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ProjectConfigurationHelper.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ProjectSetup.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/ConfigPanel.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/Ctx.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/GoPanel.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/LibrarySetupPanel.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/MainPanel.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/ResultPanel.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/ResultTree.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/dialogs/AdvancedSettingsDialog.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/dialogs/DownloadDialog.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/dialogs/FixHtmlHelpDialog.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/dialogs/GoDialog.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/dialogs/ImportHelpDialog.java
extensions/gdx-setup-ui/src/aurelienribon/libgdx/ui/dialogs/LibraryInfoDialog.java
extensions/gdx-setup-ui/src/aurelienribon/utils/HttpUtils.java
extensions/gdx-setup-ui/src/aurelienribon/utils/ParseUtils.java
extensions/gdx-setup-ui/src/aurelienribon/utils/TemplateManager.java
extensions/gdx-setup-ui/src/res/Res.java
extensions/gdx-setup/src/com/badlogic/gdx/GdxSetup.java
extensions/gdx-setup/src/com/badlogic/gdx/HttpUtils.java
extensions/gdx-stb-truetype/src/com/badlogic/gdx/graphics/g2d/stbtt/StbTrueType.java
extensions/gdx-stb-truetype/src/com/badlogic/gdx/graphics/g2d/stbtt/StbTrueTypeBuild.java
extensions/gdx-stb-truetype/src/com/badlogic/gdx/graphics/g2d/stbtt/StbTrueTypeFont.java
extensions/gdx-stb-truetype/src/com/badlogic/gdx/graphics/g2d/stbtt/TrueTypeFontFactory.java
extensions/gdx-texturepacker-gui/src/aurelienribon/texturepackergui/Assets.java
extensions/gdx-texturepacker-gui/src/aurelienribon/texturepackergui/Canvas.java
extensions/gdx-texturepacker-gui/src/aurelienribon/texturepackergui/Label.java
extensions/gdx-texturepacker-gui/src/aurelienribon/texturepackergui/Main.java
extensions/gdx-texturepacker-gui/src/aurelienribon/texturepackergui/MainWindow.java
extensions/gdx-texturepacker-gui/src/aurelienribon/texturepackergui/PanZoomInputProcessor.java
extensions/gdx-texturepacker-gui/src/aurelienribon/texturepackergui/Project.java
extensions/gdx-texturepacker-gui/src/aurelienribon/texturepackergui/Theme.java
extensions/gdx-texturepacker-gui/src/aurelienribon/utils/io/FilenameHelper.java
extensions/gdx-texturepacker-gui/src/res/Res.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/AnimatedBody.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/BreakageCallback.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/CollisionCallback.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/CollisionInfo.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/CollisionTable.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/Geometry.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/Joint.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/Material.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/NativeObject.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/RigidBody.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/RigidBodyController.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/RigidBodyControllerCallback.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/Sensor.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/Simulator.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/SimulatorSizeInfo.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/TerrainTriangleQueryCallback.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/TokamakBuild.java
extensions/gdx-tokamak/src/com/badlogic/gdx/physics/tokamak/TriangleMesh.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/AnimatedModelNode.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/StillModelNode.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/experimental/HybridLightTest.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/experimental/MaterialShaderHandler.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/experimental/PerspectiveCamController.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/experimental/ShaderFactory.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/experimental/ShaderLoader.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/lights/DirectionalLight.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/lights/LightManager.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/lights/PointLight.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/lights/SpotLight.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/loaders/md2/MD2Normals.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/materials/BlendingAttribute.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/test/PrototypeRendererGL20.java
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/test/StillModelViewerGL20.java
gdx/src/com/badlogic/gdx/ApplicationAdapter.java
gdx/src/com/badlogic/gdx/assets/loaders/TileAtlasLoader.java
gdx/src/com/badlogic/gdx/assets/loaders/TileMapRendererLoader.java
gdx/src/com/badlogic/gdx/graphics/PixmapIO.java
gdx/src/com/badlogic/gdx/graphics/g2d/ParticleEffectPool.java
gdx/src/com/badlogic/gdx/graphics/g2d/ParticleEmitterBox2D.java
gdx/src/com/badlogic/gdx/graphics/glutils/IndexArray.java
gdx/src/com/badlogic/gdx/math/Interpolation.java
gdx/src/com/badlogic/gdx/physics/box2d/ChainShape.java
gdx/src/com/badlogic/gdx/physics/box2d/EdgeShape.java
gdx/src/com/badlogic/gdx/physics/box2d/joints/RopeJoint.java
gdx/src/com/badlogic/gdx/physics/box2d/joints/RopeJointDef.java
gdx/src/com/badlogic/gdx/physics/box2d/joints/WheelJoint.java
gdx/src/com/badlogic/gdx/physics/box2d/joints/WheelJointDef.java
gdx/src/com/badlogic/gdx/scenes/scene2d/Action.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ActorEvent.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ActorListener.java
gdx/src/com/badlogic/gdx/scenes/scene2d/Event.java
gdx/src/com/badlogic/gdx/scenes/scene2d/EventListener.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Actions.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/AlphaAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ColorAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/DelayAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/DelegateAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/FloatAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/IntAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/MoveByAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/MoveToAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ParallelAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/RelativeTemporalAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/RemoveActorAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/RepeatAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/RotateByAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/RotateToAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/RunnableAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ScaleByAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ScaleToAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/SequenceAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/SizeByAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/SizeToAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/TemporalAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/TouchableAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/VisibleAction.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/Button.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ButtonGroup.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/CheckBox.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/Image.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ImageButton.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/TextButton.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/WidgetGroup.java
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/Window.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ActorGestureListener.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/Align.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ChangeListener.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ClickListener.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/Cullable.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/Drawable.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/EmptyDrawable.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/NinePatchDrawable.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/PressedListener.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/SpriteDrawable.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/TextureDrawable.java
gdx/src/com/badlogic/gdx/scenes/scene2d/utils/TextureRegionDrawable.java
gdx/src/com/badlogic/gdx/utils/ArrayMap.java
gdx/src/com/badlogic/gdx/utils/BinaryHeap.java
gdx/src/com/badlogic/gdx/utils/CharArray.java
gdx/src/com/badlogic/gdx/utils/DelayedRemovalArray.java
gdx/src/com/badlogic/gdx/utils/GdxBuild.java
gdx/src/com/badlogic/gdx/utils/GwtModuleGenerator.java
gdx/src/com/badlogic/gdx/utils/Pools.java
gdx/src/com/badlogic/gdx/utils/ReflectionPool.java
gdx/src/com/badlogic/gdx/utils/Scaling.java
gdx/src/com/badlogic/gdx/utils/SharedLibraryLoader.java
gdx/src/com/badlogic/gdx/utils/SnapshotArray.java
gdx/src/com/badlogic/gdx/utils/TimeUtils.java
gdx/src/com/badlogic/gdx/utils/Timer.java
gdx/src/com/badlogic/gdx/utils/compression/ICodeProgress.java
gdx/src/com/badlogic/gdx/utils/compression/Lzma.java
gdx/src/com/badlogic/gdx/utils/compression/lzma/Decoder.java
gdx/src/com/badlogic/gdx/utils/compression/lzma/Encoder.java
gdx/src/com/badlogic/gdx/utils/compression/rangecoder/BitTreeDecoder.java
gdx/src/com/badlogic/gdx/utils/compression/rangecoder/BitTreeEncoder.java
gdx/src/com/badlogic/gdx/utils/compression/rangecoder/Decoder.java
gdx/src/com/badlogic/gdx/utils/compression/rangecoder/Encoder.java
tests/gdx-tests-gwt/src/com/badlogic/gdx/tests/gwt/client/GwtTestStarter.java
tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/SwingLwjglTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/Box2DCharacterControllerTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/CustomShaderSpriteBatchTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/DirtyRenderingTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/ExternalMusicTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/FreeTypeTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/GroupCullingTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/ImageTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/InterpolationTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/JpegTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/Scene2dTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/ShapeRendererAlphaTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/SoftKeyboardTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/SortedSpriteTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/SoundTouchTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/SpriteBatchOriginScaleTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/StbTrueTypeTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/TTFFactoryTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/TextButtonTestGL2.java
tests/gdx-tests/src/com/badlogic/gdx/tests/TextureAtlasTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/TextureBindTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/UITest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/WavTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/YDownTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/examples/MoveSpriteExample.java
tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/GwtBinaryTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/GwtInputTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/GwtTest.java
tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/GwtTestWrapper.java
tests/gdx-tests/src/com/badlogic/gdx/tests/utils/AssetsFileGenerator.java

index 9204d91..aeb43a4 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.android;\r
 \r
 import com.badlogic.gdx.Input.Peripheral;\r
@@ -302,4 +317,4 @@ class AndroidOnscreenKeyboard implements OnKeyListener, OnTouchListener {
        public boolean onKey (View view, int keycode, KeyEvent e) {\r
                return false;\r
        }\r
-}\r
+}
\ No newline at end of file
index 045f364..7635983 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.ios;\r
 \r
 import cli.MonoTouch.Foundation.NSDictionary;\r
@@ -188,4 +203,4 @@ public class IOSApplication extends UIApplicationDelegate implements Application
        public void exit () {   \r
                System.exit(0);\r
        }\r
-}\r
+}
\ No newline at end of file
index cfa75b7..362f5ce 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.ios;
 
 import com.badlogic.gdx.Audio;
@@ -29,4 +44,4 @@ public class IOSAudio implements Audio {
                return new IOSMusic();
        }
 
-}
+}
\ No newline at end of file
index 4e3b9da..73d468e 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.ios;\r
 \r
 import java.io.File;\r
@@ -35,4 +50,4 @@ public class IOSFileHandle extends FileHandle {
                if (type == FileType.Local) return new File(IOSFiles.localPath, file.getPath());\r
                return file;\r
        }\r
-}\r
+}
\ No newline at end of file
index b5ff01a..1e77512 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.ios;
 
 import cli.System.Environment;
@@ -64,4 +79,4 @@ public class IOSFiles implements Files {
        public boolean isLocalStorageAvailable() {
                return true;
        }
-}
+}
\ No newline at end of file
index cfd1d30..bf71c1e 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.ios;\r
 \r
 import java.nio.Buffer;\r
@@ -304,4 +319,4 @@ public class IOSGLES20 implements GL20, GLCommon
        public native void glVertexAttribPointer ( int indx, int size, int type, boolean normalized, int stride, int ptr );\r
 \r
        public native void glViewport ( int x, int y, int width, int height );\r
-}\r
+}
\ No newline at end of file
index ca43358..ce0e390 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.ios;
 
 import cli.MonoTouch.Foundation.ExportAttribute;
@@ -250,4 +265,4 @@ public class IOSGraphics extends iPhoneOSGameView implements Graphics {
        public boolean isFullscreen() {
                return true;
        }
-}
+}
\ No newline at end of file
index 60edc3e..6859b86 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.ios;
 
 import com.badlogic.gdx.Input;
@@ -184,4 +199,4 @@ public class IOSInput implements Input {
        @Override
        public void setCursorPosition(int x, int y) {
        }
-}
+}
\ No newline at end of file
index 51a90bb..835a538 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.ios;
 
 import com.badlogic.gdx.audio.Music;
@@ -58,4 +73,4 @@ public class IOSMusic implements Music {
                
        }
 
-}
+}
\ No newline at end of file
index 3bd7e81..463af16 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.ios;
 
 import com.badlogic.gdx.audio.Sound;
@@ -82,4 +97,4 @@ public class IOSSound implements Sound {
                
        }
 
-}
+}
\ No newline at end of file
index a4d4535..2cd9b80 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt;\r
 \r
 import com.badlogic.gdx.Audio;\r
@@ -30,4 +45,4 @@ public class GwtAudio implements Audio {
        public Music newMusic (FileHandle file) {\r
                return new GwtMusic(file);\r
        }\r
-}\r
+}
\ No newline at end of file
index 437e29e..2aa22f5 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt;\r
 \r
 import java.io.BufferedInputStream;\r
@@ -364,4 +379,4 @@ public class GwtFileHandle extends FileHandle {
        public String toString () {\r
                return file;\r
        }\r
-}\r
+}
\ No newline at end of file
index 8afd8b0..2f2d1fa 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt;\r
 \r
 import com.badlogic.gdx.Files;\r
@@ -62,4 +77,4 @@ public class GwtFiles implements Files {
        public boolean isLocalStorageAvailable () {\r
                return false;\r
        }\r
-}\r
+}
\ No newline at end of file
index cda4774..dd7ca60 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt;\r
 \r
 import java.nio.Buffer;\r
@@ -1042,4 +1057,4 @@ public class GwtGL20Debug extends GwtGL20 {
                super.glVertexAttribPointer(indx, size, type, normalized, stride, ptr);\r
                checkError();\r
        }\r
-}\r
+}
\ No newline at end of file
index 9ef220c..7b0633e 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt;\r
 \r
 import java.util.HashSet;\r
index 429ec3a..f7555a3 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -67,4 +82,4 @@ public class GwtMusic implements Music {
        public void dispose () {\r
                sound.destruct();\r
        }\r
-}\r
+}
\ No newline at end of file
index 6f07669..bec770b 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt;\r
 \r
 import java.util.HashMap;\r
@@ -179,4 +194,4 @@ public class GwtPreferences implements Preferences {
        public void remove (String key) {\r
                values.remove(key);\r
        }\r
-}\r
+}
\ No newline at end of file
index cd842ec..2f06c69 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -82,4 +97,4 @@ public class GwtSound implements Sound {
        public long loop (float volume, float pitch, float pan) {\r
                return loop(volume);\r
        }\r
-}\r
+}
\ No newline at end of file
index ff31a66..8902919 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.assets;\r
 \r
 import com.badlogic.gdx.assets.loaders.AssetLoader;\r
@@ -69,4 +84,4 @@ public class AssetLoadingTask {
        public Object getAsset () {\r
                return asset;\r
        }\r
-}\r
+}
\ No newline at end of file
index ddb506d..9c7407a 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics;\r
 \r
 import java.nio.IntBuffer;\r
@@ -227,4 +241,4 @@ public class Texture implements Disposable {
        public static void setAssetManager (AssetManager manager) {\r
                // nothing to do, no pause/resume cycle\r
        }\r
-}\r
+}
\ No newline at end of file
index 9490d8c..85a728a 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d;\r
 \r
 import org.jbox2d.common.Vec2;\r
@@ -90,4 +104,4 @@ public class ChainShape extends Shape {
        public int getChildCount () {\r
                return shape.getChildCount();\r
        }\r
-}\r
+}
\ No newline at end of file
index 60e3ce0..c159e3e 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d;\r
 \r
 import org.jbox2d.common.Vec2;\r
index 971b50b..321368d 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d.joints;\r
 \r
 import com.badlogic.gdx.physics.box2d.Joint;\r
@@ -19,4 +33,4 @@ public class RopeJoint extends Joint {
                // FIXME\r
                return 0;\r
        }\r
-}\r
+}
\ No newline at end of file
index 2e36f60..8cc8e5e 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d.joints;\r
 \r
 import com.badlogic.gdx.math.Vector2;\r
@@ -26,4 +40,4 @@ public class RopeJointDef extends JointDef {
                // FIXME not implemented in jbox2d\r
                return null;\r
        }\r
-}\r
+}
\ No newline at end of file
index 8da0907..169800e 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d.joints;\r
 \r
 import com.badlogic.gdx.physics.box2d.Joint;\r
@@ -75,4 +89,4 @@ public class WheelJoint extends Joint {
        public float getSpringDampingRatio () {\r
                return 0; // FIXME\r
        }\r
-}\r
+}
\ No newline at end of file
index 9d1e29d..bcdb403 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d.joints;\r
 \r
 import com.badlogic.gdx.math.Vector2;\r
@@ -51,4 +65,4 @@ public class WheelJointDef extends JointDef {
                // FIXME not implemented in jbox2d port.\r
                return null;\r
        }\r
-}\r
+}
\ No newline at end of file
index dc421f6..3383624 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.ui.utils;\r
 \r
 \r
@@ -24,4 +39,4 @@ public abstract class Clipboard {
                        }\r
                };\r
        }\r
-}\r
+}
\ No newline at end of file
index b17caef..c8ca254 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import com.badlogic.gdx.math.MathUtils;\r
@@ -371,4 +385,4 @@ public class ArrayMap<K, V> {
                buffer.append('}');\r
                return buffer.toString();\r
        }\r
-}\r
+}
\ No newline at end of file
index 64c4cf6..5de0aab 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 /**\r
@@ -20,4 +35,4 @@ public class TimeUtils {
        public static long millis() {\r
                return System.currentTimeMillis();\r
        }\r
-}\r
+}
\ No newline at end of file
index 2654176..db4eb9c 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package java.io;\r
 \r
 public class BufferedInputStream extends InputStream {\r
@@ -15,4 +30,4 @@ public class BufferedInputStream extends InputStream {
        public int read () throws IOException {\r
                return in.read();\r
        }\r
-}\r
+}
\ No newline at end of file
index 4a9c601..2828d46 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package java.lang;\r
 \r
 import java.io.IOException;\r
@@ -5,4 +20,4 @@ import java.nio.CharBuffer;
 \r
 public interface Readable {\r
        int read(CharBuffer cb) throws IOException;\r
-}\r
+}
\ No newline at end of file
index d3675a3..347c6e9 100644 (file)
@@ -1,7 +1,22 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package java.lang;\r
 \r
 public class Thread {\r
        public static void sleep(long millis) throws InterruptedException {\r
                // noop emu\r
        }\r
-}\r
+}
\ No newline at end of file
index 4546de1..7f98b38 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package org.jbox2d.collision.broadphase;\r
 \r
 import org.jbox2d.callbacks.QueryCallback;\r
@@ -34,4 +49,4 @@ public interface IBroadphase {
   \r
   float getTreeQuality();\r
   \r
-}\r
+}
\ No newline at end of file
index f12cd74..35b9a70 100644 (file)
@@ -1,5 +1,20 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package org.jbox2d.pooling.normal;\r
 \r
 public interface Generator<T> {\r
        public T gen();\r
-}\r
+}
\ No newline at end of file
index 3362cae..f554854 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 /**\r
@@ -35,4 +50,4 @@ public interface AssetFilter {
         * @return the type of the file, one of {@link AssetType}\r
         */\r
        public AssetType getType(String file);\r
-}\r
+}
\ No newline at end of file
index 48b365b..c3df15f 100644 (file)
@@ -1,7 +1,22 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 public class AudioLoader {\r
        public AudioLoader(String url, LoaderCallback<Void> callback) {\r
                callback.success(null);\r
        }\r
-}\r
+}
\ No newline at end of file
index c129397..7ba71b8 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 import java.io.IOException;\r
@@ -75,4 +89,4 @@ public class BinaryLoader {
                        return blob.get(pos++) & 0xff;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index cd2d7c7..25561b0 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 \r
@@ -47,4 +62,4 @@ public class DefaultAssetFilter implements AssetFilter {
                                 extension.equals("ogg") ||\r
                                 extension.equals("wav");\r
        }\r
-}\r
+}
\ No newline at end of file
index e7e4681..84ee02c 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 import java.io.BufferedInputStream;\r
@@ -591,4 +606,4 @@ public class FileWrapper {
                                copyFile(srcFile, destFile);\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index a4b1f77..3a8dcc8 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 import com.google.gwt.dom.client.ImageElement;\r
@@ -32,4 +47,4 @@ public class ImageLoader {
                img.addEventListener('load',function(e) {h.@com.badlogic.gdx.backends.gwt.preloader.ImageLoader::onEvent(Lcom/google/gwt/dom/client/NativeEvent;)(e);}, false);\r
                img.addEventListener('error',function(e) {h.@com.badlogic.gdx.backends.gwt.preloader.ImageLoader::onEvent(Lcom/google/gwt/dom/client/NativeEvent;)(e);}, false);\r
        }-*/;\r
-}\r
+}
\ No newline at end of file
index 90018c9..ec2cde2 100644 (file)
@@ -1,6 +1,21 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 public interface LoaderCallback<T> {\r
        public void success(T result);\r
        public void error();\r
-}\r
+}
\ No newline at end of file
index 5374df7..c1f4a63 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 import java.io.ByteArrayInputStream;\r
index 4d6a7cb..6ceb22e 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 /**\r
@@ -8,4 +23,4 @@ package com.badlogic.gdx.backends.gwt.preloader;
  *\r
  */\r
 public interface PreloaderBundle {\r
-}\r
+}
\ No newline at end of file
index a14dd89..ba9dac0 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 import java.io.File;\r
@@ -143,4 +158,4 @@ public class PreloaderBundleGenerator extends Generator {
                sourceWriter.commit(logger);\r
                return packageName + "." + className;\r
        }\r
-}\r
+}
\ No newline at end of file
index 9a8a848..630e0a4 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.preloader;\r
 \r
 import com.google.gwt.http.client.Request;\r
@@ -29,4 +43,4 @@ public class TextLoader {
                        callback.error();\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 40ca336..55e7f58 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.soundmanager2;\r
 \r
 import com.google.gwt.core.client.JavaScriptObject;\r
@@ -55,4 +70,4 @@ public class SMSound extends JavaScriptObject {
        public native final int playState() /*-{\r
                return this.playState;\r
        }-*/;\r
-}\r
+}
\ No newline at end of file
index 32477d2..566b7c0 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.gwt.soundmanager2;\r
 \r
 \r
@@ -58,4 +73,4 @@ public class SoundManager {
                $wnd.soundManager.flashVersion = flashVersion;\r
                $wnd.soundManager.beginDelayedInit()\r
        }-*/;\r
-}\r
+}
\ No newline at end of file
index 47d027c..25cf7c8 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.client;\r
 \r
 /**\r
@@ -34,4 +49,4 @@ public class Constructor {
        public void setAccessible(boolean accessible) throws SecurityException {\r
                isAccessible = accessible;\r
        }\r
-}\r
+}
\ No newline at end of file
index 1c552b0..258ae53 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.client;\r
 \r
 import java.security.AccessControlException;\r
@@ -106,4 +121,4 @@ public class Field {
                        + isPublic + ", isStatic=" + isStatic + ", isTransient=" + isTransient + ", isVolatile=" + isVolatile + ", accessible="\r
                        + accessible + ", getter=" + getter + ", setter=" + setter + "]";\r
        }\r
-}\r
+}
\ No newline at end of file
index e2ea9d5..6354ef7 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.client;\r
 \r
 import java.util.Collection;\r
@@ -21,4 +36,4 @@ public interface IReflectionCache {
        \r
        // Method Methods :p\r
        public Object invoke (Method m, Object obj, Object[] params);\r
-}\r
+}
\ No newline at end of file
index 878967b..8a94747 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.client;\r
 \r
 import java.util.Arrays;\r
index 38d6d03..94ec59a 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.client;\r
 \r
 public class Parameter {\r
@@ -27,4 +42,4 @@ public class Parameter {
        public String toString () {\r
                return "Parameter [name=" + name + ", type=" + type + ", jnsi=" + jnsi + "]";\r
        }\r
-}\r
+}
\ No newline at end of file
index e3464ad..6ac891c 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.client;\r
 \r
 import java.util.Collection;\r
index 255d1f4..baa2c72 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.client;\r
 \r
 import com.google.gwt.core.client.EntryPoint;\r
@@ -73,4 +88,4 @@ public class Test implements EntryPoint {
                        e.printStackTrace();\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 4a8bcb2..1523fc4 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.client;\r
 \r
 import java.util.ArrayList;\r
@@ -241,4 +256,4 @@ s    * @return an array containing all public methods of this class and its super
                        + Arrays.toString(fields) + ",\n methods=" + Arrays.toString(methods) + ",\n constructor=" + constructor\r
                        + ",\n componentType=" + componentType + ",\n enumConstants=" + Arrays.toString(enumConstants) + "]";\r
        }\r
-}\r
+}
\ No newline at end of file
index cfbdb10..d20d333 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.gen;\r
 \r
 import com.google.gwt.core.ext.Generator;\r
@@ -27,4 +42,4 @@ public class ReflectionCacheGenerator extends Generator {
                ReflectionCacheSourceCreator source = new ReflectionCacheSourceCreator(logger, context, type);\r
                return source.create();\r
        }\r
-}\r
+}
\ No newline at end of file
index 29734b1..c8cf2e8 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gwtref.gen;\r
 \r
 import java.io.PrintWriter;\r
index b9b42c7..c14279d 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.google.gwt.webgl.client;\r
 \r
 import static com.google.gwt.webgl.client.WebGLRenderingContext.*;\r
@@ -54,4 +69,4 @@ public class WebGLUtil {
     }\r
     return shader;\r
   }\r
-}\r
+}
\ No newline at end of file
index 9a65b61..dc69c8f 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.backends.openal;\r
 \r
 import java.nio.ByteBuffer;\r
@@ -194,4 +208,4 @@ public class OpenALAudioDevice implements AudioDevice {
        public int getLatency () {\r
                return (int)(secondsPerBuffer * bufferCount * 1000);\r
        }\r
-}\r
+}
\ No newline at end of file
index 4c634e2..3fa5060 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.audio;\r
 \r
 import com.badlogic.gdx.jnigen.AntScriptGenerator;\r
@@ -125,4 +140,4 @@ public class AudioBuild {
 //             BuildExecutor.executeAnt("jni/build-linux64.xml", "clean postcompile -v");\r
 //             BuildExecutor.executeAnt("jni/build.xml", "pack-natives -v");\r
        }\r
-}\r
+}
\ No newline at end of file
index 321a7ed..940f752 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.audio;\r
 \r
 import com.badlogic.gdx.math.MathUtils;\r
@@ -114,4 +128,4 @@ public class CircularBuffer {
                System.out.println(buffer.read(read, 0, read.length) + " read\n");\r
                buffer.dump();\r
        }\r
-}\r
+}
\ No newline at end of file
index b129f24..273e808 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.audio.io;\r
 /*******************************************************************************\r
  * Copyright 2011 See AUTHORS file.\r
@@ -76,4 +91,4 @@ public abstract class Decoder implements Disposable {
 \r
        /** Disposes the decoder and frees all associated resources */\r
        public abstract void dispose ();\r
-}\r
+}
\ No newline at end of file
index 40103df..033aea1 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.audio.io;\r
 /*******************************************************************************\r
  * Copyright 2011 See AUTHORS file.\r
@@ -231,4 +246,4 @@ public class Mpg123Decoder extends Decoder {
                free(mp3->buffer);\r
                cleanup(mp3->handle);\r
        */\r
-}\r
+}
\ No newline at end of file
index e518b1a..a435a13 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.audio.io;\r
 /*******************************************************************************\r
  * Copyright 2011 See AUTHORS file.\r
@@ -180,4 +195,4 @@ public class VorbisDecoder extends Decoder {
                free(file->ogg);\r
                free(file);\r
        */\r
-}\r
+}
\ No newline at end of file
index 5218418..0ebeaed 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.audio.io;\r
 \r
 import java.io.EOFException;\r
@@ -152,4 +167,4 @@ public class WavDecoder extends Decoder {
                        return length;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 559fa67..ecc5465 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.audio.transform;\r
 \r
 import com.badlogic.gdx.utils.Disposable;\r
@@ -300,4 +315,4 @@ public class SoundTouch implements Disposable {
                System.out.println(soundTouch.numSamples());\r
                soundTouch.dispose();\r
        }\r
-}\r
+}
\ No newline at end of file
index f4f611f..38321f4 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.bullet;\r
 \r
 import com.badlogic.gdx.utils.SharedLibraryLoader;\r
@@ -10,4 +25,4 @@ public class Bullet {
        public static void init() {\r
            new SharedLibraryLoader().load("gdx-bullet");\r
        }\r
-}\r
+}
\ No newline at end of file
index 307cfe9..47f12b2 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.bullet;\r
 \r
 import com.badlogic.gdx.jnigen.AntScriptGenerator;\r
@@ -88,4 +103,4 @@ public class BulletBuild {
                BuildExecutor.executeAnt("jni/build-android32.xml", "");\r
                BuildExecutor.executeAnt("jni/build.xml", "pack-natives");\r
        }\r
-}\r
+}
\ No newline at end of file
index 99ce6e4..5ab31ac 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.bullet;
 
 import com.badlogic.gdx.math.Matrix3;
@@ -138,4 +153,4 @@ public class BulletTest {
                System.out.println(transform.getOrigin().z);
                // We didn't create the transform, don't delete it
        }
-}
+}
\ No newline at end of file
index ef1cff4..523a760 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d.freetype;\r
 \r
 import java.nio.ByteBuffer;\r
@@ -660,7 +675,7 @@ public class FreeType {
        public static void main (String[] args) throws Exception {\r
                FreetypeBuild.main(args);\r
                new SharedLibraryLoader("libs/gdx-freetype-natives.jar").load("gdx-freetype");\r
-               String chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890\"!`?'.,;:()[]{}<>|/@\\^$-%+=#_&~*\7fÂ\80Â\81Â\82Â\83Â\84Â\85Â\86Â\87Â\88Â\89Â\8aÂ\8bÂ\8cÂ\8dÂ\8eÂ\8fÂ\90Â\91Â\92Â\93Â\94Â\95Â\96Â\97Â\98Â\99Â\9aÂ\9bÂ\9cÂ\9dÂ\9eÂ\9f ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿Ã\80Ã\81Ã\82Ã\83Ã\84Ã\85Ã\86Ã\87Ã\88Ã\89Ã\8aÃ\8bÃ\8cÃ\8dÃ\8eÃ\8fÃ\90Ã\91Ã\92Ã\93Ã\94Ã\95Ã\96Ã\97Ã\98Ã\99Ã\9aÃ\9bÃ\9cÃ\9dÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ";\r
+               String chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890\"!`?'.,;:()[]{}<>|/@\\^$-%+=#_&~*\7fÂ\80Â?Â\82Â\83Â\84Â\85Â\86Â\87Â\88Â\89Â\8aÂ\8bÂ\8cÂ?Â\8eÂ?Â?Â\91Â\92Â\93Â\94Â\95Â\96Â\97Â\98Â\99Â\9aÂ\9bÂ\9cÂ?Â\9eÂ\9f ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿Ã\80Ã?Ã\82Ã\83Ã\84Ã\85Ã\86Ã\87Ã\88Ã\89Ã\8aÃ\8bÃ\8cÃ?Ã\8eÃ?Ã?Ã\91Ã\92Ã\93Ã\94Ã\95Ã\96Ã\97Ã\98Ã\99Ã\9aÃ\9bÃ\9cÃ?Þßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ";\r
                \r
                Library library = FreeType.initFreeType();\r
                Face face = FreeType.newFace(library, new FileHandle("arial.ttf"), 0);\r
@@ -687,4 +702,4 @@ public class FreeType {
                FreeType.doneFace(face);\r
                FreeType.doneFreeType(library);\r
        }\r
-}\r
+}
\ No newline at end of file
index 2c4d9c6..e33d0f8 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d.freetype;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -221,4 +236,4 @@ public class FreeTypeFontGenerator implements Disposable {
                        return region;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 16ecf7f..55d405b 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d.freetype;\r
 \r
 import com.badlogic.gdx.jnigen.AntScriptGenerator;\r
@@ -117,4 +132,4 @@ public class FreetypeBuild {
 //             BuildExecutor.executeAnt("jni/build-windows32home.xml", "-v");\r
                BuildExecutor.executeAnt("jni/build.xml", "pack-natives -v");\r
        }\r
-}\r
+}
\ No newline at end of file
index 3ce2732..ecedfcd 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d;\r
 \r
 import com.badlogic.gdx.jnigen.AntScriptGenerator;\r
@@ -59,4 +73,4 @@ public class ImageBuild {
 //             BuildExecutor.executeAnt("jni/build-windows32home.xml", "-v");\r
                BuildExecutor.executeAnt("jni/build.xml", "pack-natives -v");\r
        }\r
-}\r
+}
\ No newline at end of file
index a62e092..1267e53 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d;\r
 \r
 import java.nio.ByteBuffer;\r
@@ -124,4 +139,4 @@ public class Jpeg {
                System.out.println(pixmap.getWidth() + ", " + pixmap.getHeight() + ", " + pixmap.getFormat());\r
                pixmap.dispose();\r
        }\r
-}\r
+}
\ No newline at end of file
index 4214350..39c966b 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen;\r
 \r
 import java.util.ArrayList;\r
@@ -87,4 +102,4 @@ public class AndroidNdkScriptGenerator {
        private boolean match(String file, String[] patterns) {\r
                return new AntPathMatcher().match(file, patterns);\r
        }\r
-}\r
+}
\ No newline at end of file
index 51ccdb1..00c151f 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen;\r
 \r
 import java.util.ArrayList;\r
@@ -223,4 +238,4 @@ public class AntScriptGenerator {
                \r
                return template;\r
        }\r
-}\r
+}
\ No newline at end of file
index 53f94d1..f458a24 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen;\r
 \r
 /**\r
index f0b5f35..2b1ce52 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen;\r
 \r
 import java.io.BufferedReader;\r
@@ -127,4 +142,4 @@ public class BuildExecutor {
                        e.printStackTrace();\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index b050ee3..988248c 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen;\r
 \r
 /**\r
index c0deab2..672ebb6 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen;\r
 \r
 import java.io.File;\r
@@ -136,4 +151,4 @@ public class JniGenSharedLibraryLoader {
                }\r
                if(loaded) loadedLibraries.add(sharedLibName);\r
        }\r
-}\r
+}
\ No newline at end of file
index d3ce236..0dab44a 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen;\r
 \r
 import java.io.InputStream;\r
@@ -515,4 +530,4 @@ public class NativeCodeGenerator {
                // new line for separation\r
                buffer.append("\n");\r
        }\r
-}\r
+}
\ No newline at end of file
index 1a9ff31..db4436e 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen.parsing;\r
 \r
 import java.util.ArrayList;\r
@@ -56,4 +71,4 @@ public interface CMethodParser {
                        return endIndex;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 416f85a..07cf381 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen.parsing;\r
 \r
 import java.util.ArrayList;\r
@@ -248,4 +263,4 @@ public interface JavaMethodParser {
                                        + "]";\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 5f6ec1c..4c77ac5 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen.parsing;\r
 \r
 import java.util.ArrayList;\r
@@ -33,4 +48,4 @@ public class JniHeaderCMethodParser implements CMethodParser {
                \r
                return new CMethod(returnType, head, args, start, argsEnd + 1);\r
        }\r
-}\r
+}
\ No newline at end of file
index a916f1b..20c0cdc 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen.parsing;\r
 \r
 import japa.parser.JavaParser;\r
@@ -221,4 +236,4 @@ public class RobustJavaMethodParser implements JavaMethodParser {
                \r
                return sections;\r
        }\r
-}\r
+}
\ No newline at end of file
index b6e57e9..8a6b690 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.jnigen.test;\r
 \r
 import java.nio.Buffer;\r
@@ -79,4 +94,4 @@ public class MyJniClass {
                buffer.put(0, (byte)8);\r
                MyJniClass.test(true, (byte)1, (char)2, (short)3, 4, 5, 6, 7, buffer, new boolean[] { false }, new char[] { 9 }, new short[] { 10 }, new int[] { 11 }, new long[] { 12 }, new float[] { 13 }, new double[] { 14 }, null, "Hurray");\r
        }\r
-}\r
+}
\ No newline at end of file
index 473a06a..e9a97a5 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx;
 
 import aurelienribon.utils.HttpUtils;
@@ -105,4 +120,4 @@ public class DownloadManager {
                        }
                }
        }
-}
+}
\ No newline at end of file
index 71f80da..9e53ca4 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx;
 
 import aurelienribon.utils.ParseUtils;
@@ -38,4 +53,4 @@ public class LibraryDef {
                this.libsAndroid = ParseUtils.parseBlockAsList(content, "libs-android");
                this.libsHtml = ParseUtils.parseBlockAsList(content, "libs-html");
        }
-}
+}
\ No newline at end of file
index 4915446..92325a5 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx;
 
 import java.util.ArrayList;
@@ -47,4 +62,4 @@ public class ProjectConfiguration {
                public boolean isUsed(String name) {return librariesUsages.get(name);}
                public String getPath(String name) {return librariesPaths.get(name);}
        }
-}
+}
\ No newline at end of file
index b1f625f..2b4a907 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx;
 
 import java.io.File;
@@ -41,4 +56,4 @@ public class ProjectConfigurationHelper {
 
                return "No error found";
        }
-}
+}
\ No newline at end of file
index 569f1ac..ec7ea06 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx;
 
 import aurelienribon.utils.TemplateManager;
@@ -306,4 +321,4 @@ public class ProjectSetup {
                if (files.contains(path + name + "-src." + ext)) return path + name + "-src." + ext;
                return null;
        }
-}
+}
\ No newline at end of file
index 97f5992..6736f09 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui;
 
 import aurelienribon.libgdx.ui.dialogs.AdvancedSettingsDialog;
@@ -360,4 +375,4 @@ public class ConfigPanel extends javax.swing.JPanel {
     private javax.swing.JTextField packageField;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index 698ca90..0460621 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui;
 
 import aurelienribon.libgdx.LibraryDef;
@@ -22,4 +37,4 @@ public class Ctx {
        public static void fireConfigChanged() {
                for (Listener l : listeners) l.configChanged();
        }
-}
+}
\ No newline at end of file
index dd36c83..81a1921 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui;
 
 import aurelienribon.libgdx.ProjectConfigurationHelper;
@@ -127,4 +142,4 @@ public class GoPanel extends javax.swing.JPanel {
     private javax.swing.JLabel numberLabel;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index fbb41bd..9c44886 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui;
 
 import aurelienribon.libgdx.DownloadManager;
@@ -476,4 +491,4 @@ public class LibrarySetupPanel extends javax.swing.JPanel {
     private javax.swing.JLabel sectionLabel2;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index f165352..950f9d5 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui;
 
 import aurelienribon.ui.components.PaintedPanel;
@@ -206,4 +221,4 @@ public class MainPanel extends PaintedPanel {
     private javax.swing.JLabel versionLabel;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index 4e43ea0..24ed7e3 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui;
 
 import aurelienribon.ui.css.Style;
@@ -66,4 +81,4 @@ public class ResultPanel extends javax.swing.JPanel {
     private aurelienribon.libgdx.ui.ResultTree resultTree1;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index f19f1c1..3391a6e 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui;
 
 import aurelienribon.libgdx.LibraryDef;
@@ -250,4 +265,4 @@ public class ResultTree extends JTree {
                        return label;
                }
        };
-}
+}
\ No newline at end of file
index d95f12e..549b2cb 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui.dialogs;
 
 import aurelienribon.libgdx.ui.Ctx;
@@ -333,4 +348,4 @@ public class AdvancedSettingsDialog extends javax.swing.JDialog {
     private javax.swing.JLabel title1;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index 3df7dd1..70a4ce3 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui.dialogs;
 
 import aurelienribon.ui.css.Style;
@@ -187,4 +202,4 @@ public class DownloadDialog extends javax.swing.JDialog {
     private aurelienribon.ui.components.PaintedPanel rootPanel;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index 283bd61..e9e6f5a 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui.dialogs;
 
 import aurelienribon.ui.css.Style;
@@ -101,4 +116,4 @@ public class FixHtmlHelpDialog extends javax.swing.JDialog {
     private aurelienribon.ui.components.PaintedPanel rootPanel;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index d237fd3..076f0c8 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui.dialogs;
 
 import aurelienribon.libgdx.ProjectConfiguration;
@@ -179,4 +194,4 @@ public class GoDialog extends javax.swing.JDialog {
     private javax.swing.JLabel title2;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index d0010cf..f440739 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui.dialogs;
 
 import aurelienribon.ui.css.Style;
@@ -116,4 +131,4 @@ public class ImportHelpDialog extends javax.swing.JDialog {
     private aurelienribon.ui.components.PaintedPanel rootPanel;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index 6f3b672..91b7818 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.libgdx.ui.dialogs;
 
 import aurelienribon.libgdx.LibraryDef;
@@ -225,4 +240,4 @@ public class LibraryInfoDialog extends javax.swing.JDialog {
     private javax.swing.JLabel versionLabel;
     // End of variables declaration//GEN-END:variables
 
-}
+}
\ No newline at end of file
index 48895d9..0ae1858 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.utils;
 
 import java.io.BufferedInputStream;
@@ -100,4 +115,4 @@ public class HttpUtils {
                        }
                }
        }
-}
+}
\ No newline at end of file
index e19d1eb..4a09a3a 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.utils;
 
 import java.util.ArrayList;
@@ -31,4 +46,4 @@ public class ParseUtils {
                }
                return Collections.unmodifiableList(new ArrayList<String>());
        }
-}
+}
\ No newline at end of file
index 4c31386..3d7650d 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.utils;
 
 import java.io.File;
@@ -81,4 +96,4 @@ public class TemplateManager {
                input = sb.toString();
                return input;
        }
-}
+}
\ No newline at end of file
index df60654..26c67a7 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package res;
 
 import java.io.InputStream;
@@ -33,4 +48,4 @@ public class Res {
                if (url == null) throw new RuntimeException("File not found: " + name);
                return url;
        }
-}
+}
\ No newline at end of file
index a4fc14c..4688e62 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx;\r
 \r
 import java.io.BufferedOutputStream;\r
index b2066e3..3d332f4 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx;\r
 \r
 import java.io.BufferedInputStream;\r
@@ -503,4 +517,4 @@ public class HttpUtils {
                        return null;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 9b325b5..dd8c6d3 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d.stbtt;\r
 \r
 import java.nio.ByteBuffer;\r
@@ -168,4 +182,4 @@ public class StbTrueType {
                box[2] = x1;\r
                box[3] = y1;\r
        */\r
-}\r
+}
\ No newline at end of file
index b3c214f..5d2e7eb 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d.stbtt;\r
 \r
 import com.badlogic.gdx.jnigen.BuildExecutor;\r
@@ -30,4 +45,4 @@ public class StbTrueTypeBuild {
                BuildExecutor.executeAnt("jni/build-windows32home.xml", "-v");\r
                BuildExecutor.executeAnt("jni/build.xml", "pack-natives -v");\r
        }\r
-}\r
+}
\ No newline at end of file
index 0f1033d..c9cf264 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d.stbtt;\r
 \r
 import com.badlogic.gdx.files.FileHandle;\r
@@ -194,4 +208,4 @@ public class StbTrueTypeFont implements Disposable {
                pixmap.dispose();\r
                return new Bitmap(pixmapRGBA, box);\r
        }\r
-}\r
+}
\ No newline at end of file
index 555cc4f..a877574 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d.stbtt;\r
 \r
 import java.io.ByteArrayInputStream;\r
@@ -513,4 +528,4 @@ public class TrueTypeFontFactory {
                }\r
 \r
        }\r
-}\r
+}
\ No newline at end of file
index 6331526..78e5e5e 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.texturepackergui;
 
 import com.badlogic.gdx.assets.AssetManager;
@@ -25,4 +40,4 @@ public class Assets extends AssetManager {
        public static Texture getTransparentLightTex() {return manager.get("res/data/transparent-light.png", Texture.class);}
        public static Texture getTransparentDarkTex() {return manager.get("res/data/transparent-dark.png", Texture.class);}
        public static Texture getWhiteTex() {return manager.get("res/data/white.png", Texture.class);}
-}
+}
\ No newline at end of file
index 56cf41c..4e26b46 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.texturepackergui;
 
 import aurelienribon.texturepackergui.Label.Anchor;
@@ -217,4 +232,4 @@ public class Canvas extends ApplicationAdapter {
                        return false;
                }
        };
-}
+}
\ No newline at end of file
index ebd0ef9..5d4b3b4 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.texturepackergui;
 
 import aurelienribon.tweenengine.Tween;
@@ -215,4 +230,4 @@ public class Label {
                        }
                }
        };
-}
+}
\ No newline at end of file
index 97de0e1..3387e40 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.texturepackergui;
 
 import com.badlogic.gdx.backends.lwjgl.LwjglCanvas;
@@ -105,4 +120,4 @@ public class Main {
                        return false;
                }
        }
-}
+}
\ No newline at end of file
index 6c80b07..0938256 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.texturepackergui;
 
 import aurelienribon.ui.components.ArStyle;
@@ -734,4 +749,4 @@ public class MainWindow extends javax.swing.JFrame {
     private javax.swing.JPanel settingsPanel;
     private javax.swing.JPanel titlePanel;
     // End of variables declaration//GEN-END:variables
-}
+}
\ No newline at end of file
index db26072..027ba09 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.texturepackergui;
 
 import com.badlogic.gdx.Gdx;
@@ -54,4 +69,4 @@ public class PanZoomInputProcessor extends InputAdapter {
                canvas.getCamera().update();
                return false;
        }
-}
+}
\ No newline at end of file
index 6836ed7..567ae0a 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.texturepackergui;
 
 import aurelienribon.utils.io.FilenameHelper;
@@ -155,4 +170,4 @@ public class Project {
 
                return settings;
        }
-}
+}
\ No newline at end of file
index a8d762d..c503f4e 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.texturepackergui;
 
 import java.awt.Color;
@@ -20,4 +35,4 @@ public class Theme {
     public static final Color CONSOLE_FOREGROUND = new Color(0x000000);
 
     public static final Color SEPARATOR = new Color(0xB5B5B5);
-}
+}
\ No newline at end of file
index 5704e1e..6061ac7 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package aurelienribon.utils.io;
 
 import java.io.File;
@@ -93,4 +108,4 @@ public class FilenameHelper {
                relative.append(normalizedTargetPath.substring(common.length()));
                return relative.toString();
        }
-}
+}
\ No newline at end of file
index df60654..26c67a7 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package res;
 
 import java.io.InputStream;
@@ -33,4 +48,4 @@ public class Res {
                if (url == null) throw new RuntimeException("File not found: " + name);
                return url;
        }
-}
+}
\ No newline at end of file
index b373a48..00d4969 100644 (file)
@@ -1,7 +1,22 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 public class AnimatedBody extends NativeObject {\r
        AnimatedBody(long addr) {\r
                super(addr);\r
        }\r
-}\r
+}
\ No newline at end of file
index f11a96e..bd34353 100644 (file)
@@ -1,5 +1,20 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 public interface BreakageCallback {\r
 \r
-}\r
+}
\ No newline at end of file
index 156b76f..94db2af 100644 (file)
@@ -1,5 +1,20 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 public interface CollisionCallback {\r
 \r
-}\r
+}
\ No newline at end of file
index 93459a1..e7f4bd1 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 import com.badlogic.gdx.math.Vector3;\r
@@ -16,4 +31,4 @@ public class CollisionInfo {
        Vector3 worldContactPointB;     // contact point B in world space\r
        Vector3 relativeVelocity;\r
        Vector3 collisionNormal;\r
-}\r
+}
\ No newline at end of file
index 24794ac..3e72409 100644 (file)
@@ -1,7 +1,22 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 public class CollisionTable extends NativeObject {\r
        CollisionTable(long addr) {\r
                super(addr);\r
        }\r
-}\r
+}
\ No newline at end of file
index e0ae796..8e98f9f 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 /**\r
@@ -11,4 +26,4 @@ public class Geometry {
        Geometry(long addr) {\r
                this.addr = addr;\r
        }\r
-}\r
+}
\ No newline at end of file
index e186920..dd19e5c 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 /**\r
@@ -9,4 +24,4 @@ public class Joint extends NativeObject {
        Joint(long addr) {\r
                super(addr);\r
        }\r
-}\r
+}
\ No newline at end of file
index cd44db5..ca47681 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 /**\r
@@ -17,4 +32,4 @@ public class Material {
                this.friction = friction;\r
                this.restitution = restitution;\r
        }\r
-}\r
+}
\ No newline at end of file
index 6885d6b..8fc0d5e 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 /**\r
@@ -11,4 +26,4 @@ public class NativeObject {
        NativeObject(long addr) {\r
                this.addr = addr;\r
        }\r
-}\r
+}
\ No newline at end of file
index 18cb05d..4ab18c7 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 import com.badlogic.gdx.math.Matrix4;\r
@@ -193,4 +208,4 @@ public class RigidBody extends NativeObject {
 //     boolean Active() { }\r
 //\r
 //     boolean IsIdle() { }\r
-}\r
+}
\ No newline at end of file
index df54921..7c09d91 100644 (file)
@@ -1,5 +1,20 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 public class RigidBodyController {\r
 \r
-}\r
+}
\ No newline at end of file
index e46f152..f1d085b 100644 (file)
@@ -1,5 +1,20 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 public interface RigidBodyControllerCallback {\r
 \r
-}\r
+}
\ No newline at end of file
index 5bd4e00..ed0baeb 100644 (file)
@@ -1,7 +1,22 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 public class Sensor extends NativeObject {\r
        Sensor(long addr) {\r
                super(addr);\r
        }\r
-}\r
+}
\ No newline at end of file
index cfae48f..00fb888 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 import com.badlogic.gdx.math.Vector3;\r
index 2de1b4e..8711c01 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 /***\r
@@ -35,4 +50,4 @@ public class SimulatorSizeInfo {
        public int terrainNodesStartCount = 200;\r
        /** Grow by this size if run out of nodes */\r
        public int terrainNodesGrowByCount = -1;\r
-}\r
+}
\ No newline at end of file
index 61e5b96..5c1c05f 100644 (file)
@@ -1,5 +1,20 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 public interface TerrainTriangleQueryCallback {\r
 \r
-}\r
+}
\ No newline at end of file
index 436abc8..195c255 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 import com.badlogic.gdx.jnigen.AntScriptGenerator;\r
@@ -74,4 +89,4 @@ public class TokamakBuild {
                sim.freeRigidBody(body);\r
                sim.dispose();\r
        }\r
-}\r
+}
\ No newline at end of file
index 24108e2..db8bc93 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.tokamak;\r
 \r
 /**\r
@@ -9,4 +24,4 @@ public class TriangleMesh extends NativeObject {
        TriangleMesh(long addr) {\r
                super(addr);\r
        }\r
-}\r
+}
\ No newline at end of file
index 1c1c979..178af13 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d;\r
 \r
 import com.badlogic.gdx.graphics.g3d.materials.Material;\r
@@ -43,4 +57,4 @@ public class AnimatedModelNode extends StillModelNode implements AnimatedModelIn
                return copy;\r
        }\r
 \r
-}\r
+}
\ No newline at end of file
index deea83b..5ddf568 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d;\r
 \r
 import com.badlogic.gdx.graphics.g3d.materials.Material;\r
@@ -69,4 +83,4 @@ public class StillModelNode implements StillModelInstance {
 \r
        }\r
 \r
-}\r
+}
\ No newline at end of file
index 28a905d..95dd93b 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.experimental;\r
 \r
 import java.io.IOException;\r
@@ -247,4 +261,4 @@ public class HybridLightTest implements ApplicationListener {
                new JoglApplication(new HybridLightTest(), config);\r
        }\r
 \r
-}\r
+}
\ No newline at end of file
index ca875af..ec54aa0 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.experimental;\r
 \r
 import com.badlogic.gdx.graphics.g3d.lights.LightManager;\r
@@ -35,4 +49,4 @@ public class MaterialShaderHandler {
                        }\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 05bcad8..7a51d09 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.experimental;\r
 \r
 import com.badlogic.gdx.Input.Keys;\r
index 42b02a3..9bfbe6e 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.experimental;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -40,4 +54,4 @@ public class ShaderFactory {
                final ShaderProgram shader = new ShaderProgram(flags + vertexShader, flags + fragmentShader);\r
                return shader;\r
        }\r
-}\r
+}
\ No newline at end of file
index 8e54d61..ffe7dab 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.experimental;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -17,4 +31,4 @@ public final class ShaderLoader {
                }\r
                return shader;\r
        }\r
-}\r
+}
\ No newline at end of file
index 915028f..87d4613 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.lights;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -10,4 +24,4 @@ public class DirectionalLight {
        final public Vector3 direction = new Vector3();\r
        final public Color color = new Color(); \r
 \r
-}\r
+}
\ No newline at end of file
index 27371b2..6b67b50 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.lights;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -122,4 +136,4 @@ public class LightManager {
                        shader.setUniformf("dirLightCol", c.r, c.g, c.b);\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 194fa82..f59286b 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.lights;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -23,4 +37,4 @@ public class PointLight implements Comparable {
                return this.priority - ((PointLight)other).priority;\r
        }\r
 \r
-}\r
+}
\ No newline at end of file
index 9371666..4da8135 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.lights;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -14,4 +29,4 @@ public class SpotLight {
        public float cutOffAngle;\r
                \r
        public float intesity;\r
-}\r
+}
\ No newline at end of file
index cd42e25..5f1d742 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.loaders.md2;\r
 \r
 public class MD2Normals {\r
@@ -165,4 +180,4 @@ public class MD2Normals {
                { -0.587785f, -0.425325f, -0.688191f }, \r
                { -0.688191f, -0.587785f, -0.425325f }\r
        };\r
-}\r
+}
\ No newline at end of file
index bbacad7..ca2ba48 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.materials;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -72,4 +86,4 @@ public class BlendingAttribute extends MaterialAttribute {
        public void free () {\r
                if (isPooled) pool.free(this);\r
        }\r
-}\r
+}
\ No newline at end of file
index 2d724e2..09f839d 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.test;\r
 \r
 import java.util.Arrays;\r
@@ -404,4 +418,4 @@ public class PrototypeRendererGL20 implements ModelRenderer {
                }\r
        }\r
 \r
-}\r
+}
\ No newline at end of file
index 5d2c634..659ecdc 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g3d.test;\r
 \r
 /*******************************************************************************\r
@@ -205,4 +219,4 @@ public class StillModelViewerGL20 implements ApplicationListener {
                // new JoglApplication(new StillModelViewer("data/head.obj"),\r
                // "StillModel Viewer", 800, 480, false);\r
        }\r
-}\r
+}
\ No newline at end of file
index fdf04bb..c0c2d6b 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx;\r
 \r
 /** Convenience implementation of {@link ApplicationListener}. Derrive from this and only override what you need.\r
@@ -27,4 +41,4 @@ public abstract class ApplicationAdapter implements ApplicationListener {
        @Override\r
        public void dispose () {\r
        }\r
-}\r
+}
\ No newline at end of file
index 5fd6438..8e94fd8 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.assets.loaders;\r
 \r
 import com.badlogic.gdx.assets.AssetDescriptor;\r
@@ -46,4 +60,4 @@ public class TileAtlasLoader extends AsynchronousAssetLoader<TileAtlas, TileAtla
                deps.add(new AssetDescriptor(parameter.tileMapFile, TiledMap.class));\r
                return deps;\r
        }\r
-}\r
+}
\ No newline at end of file
index 566ebc3..2174b7f 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.assets.loaders;\r
 \r
 import com.badlogic.gdx.assets.AssetDescriptor;\r
@@ -61,4 +75,4 @@ public class TileMapRendererLoader extends SynchronousAssetLoader<TileMapRendere
                        return new TileMapRenderer(map, atlas, parameter.tilesPerBlockX, parameter.tilesPerBlockY, parameter.unitsPerTileX,\r
                                parameter.unitsPerTileY);\r
        }\r
-}\r
+}
\ No newline at end of file
index b417c83..e0caeff 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics;\r
 \r
 import java.io.BufferedInputStream;\r
@@ -285,4 +299,4 @@ public class PixmapIO {
                return ( s2 << 16 ) + s1;\r
            }\r
        }\r
-}\r
+}
\ No newline at end of file
index 034b31b..d8213c4 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d;\r
 \r
 import com.badlogic.gdx.graphics.g2d.ParticleEffectPool.PooledEffect;\r
@@ -31,4 +45,4 @@ public class ParticleEffectPool extends Pool<PooledEffect> {
                        ParticleEffectPool.this.free(this);\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 5481699..73db65a 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.g2d;\r
 \r
 import java.io.BufferedReader;\r
@@ -140,4 +155,4 @@ public class ParticleEmitterBox2D extends ParticleEmitter {
                        super.translate(velocityX, velocityY);\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 6411be5..c90009b 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.graphics.glutils;\r
 \r
 import java.nio.ByteBuffer;\r
@@ -82,4 +97,4 @@ public class IndexArray implements IndexData {
        public void dispose () {\r
                BufferUtils.disposeUnsafeByteBuffer(byteBuffer);\r
        }\r
-}\r
+}
\ No newline at end of file
index b553752..a21784d 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.math;\r
 \r
 /** Takes a linear value in the range of 0-1 and outputs a (usually) non-linear, interpolated value.\r
@@ -366,4 +380,4 @@ public abstract class Interpolation {
                        return a * a * ((scale + 1) * a - scale);\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index cb4bd16..d90b502 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d;\r
 \r
 import com.badlogic.gdx.math.Vector2;\r
@@ -147,4 +161,4 @@ public class ChainShape extends Shape {
 // /// @see b2Shape::ComputeMass\r
 // void ComputeMass(b2MassData* massData, float32 density) const;\r
 //\r
-}\r
+}
\ No newline at end of file
index 781e938..5433a84 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d;\r
 \r
 import com.badlogic.gdx.math.Vector2;\r
@@ -87,4 +101,4 @@ public class EdgeShape extends Shape {
        public Type getType () {\r
                return Type.Edge;\r
        }\r
-}\r
+}
\ No newline at end of file
index 648c9aa..cd655f8 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d.joints;\r
 \r
 import com.badlogic.gdx.physics.box2d.Joint;\r
@@ -26,4 +40,4 @@ public class RopeJoint extends Joint {
                b2RopeJoint* rope = (b2RopeJoint*)addr;\r
                return rope->GetMaxLength();\r
        */\r
-}\r
+}
\ No newline at end of file
index 18cfca2..19a97d0 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d.joints;\r
 \r
 import com.badlogic.gdx.math.Vector2;\r
@@ -20,4 +34,4 @@ public class RopeJointDef extends JointDef {
 \r
        /** The maximum length of the rope. Warning: this must be larger than b2_linearSlop or the joint will have no effect. */\r
        public float maxLength = 0;\r
-}\r
+}
\ No newline at end of file
index 4e82929..eda55ae 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d.joints;\r
 \r
 import com.badlogic.gdx.physics.box2d.Joint;\r
@@ -142,4 +156,4 @@ public class WheelJoint extends Joint {
                b2WheelJoint* joint = (b2WheelJoint*)addr;\r
                return joint->GetSpringDampingRatio();\r
        */\r
-}\r
+}
\ No newline at end of file
index b91d1f6..5198134 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.physics.box2d.joints;\r
 \r
 import com.badlogic.gdx.math.Vector2;\r
@@ -45,4 +59,4 @@ public class WheelJointDef extends JointDef {
 \r
        /** Suspension damping ratio, one indicates critical damping */\r
        public float dampingRatio = 0.7f;\r
-}\r
+}
\ No newline at end of file
index b904002..89c93ba 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.actions.DelayAction;\r
@@ -72,4 +86,4 @@ abstract public class Action implements Poolable {
                if (name.endsWith("Action")) name = name.substring(0, name.length() - 6);\r
                return name;\r
        }\r
-}\r
+}
\ No newline at end of file
index dc2f94d..9a672dd 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d;\r
 \r
 import com.badlogic.gdx.Input.Buttons;\r
@@ -108,4 +122,4 @@ public class ActorEvent extends Event {
        static public enum Type {\r
                touchDown, touchUp, touchDragged, mouseMoved, enter, exit, scrolled, keyDown, keyUp, keyTyped\r
        }\r
-}\r
+}
\ No newline at end of file
index 3cb1f92..b9313e3 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d;\r
 \r
 import com.badlogic.gdx.math.Vector2;\r
@@ -103,4 +117,4 @@ public class ActorListener implements EventListener {
        public boolean keyTyped (ActorEvent event, char character) {\r
                return false;\r
        }\r
-}\r
+}
\ No newline at end of file
index f7dc2b4..ce028b5 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d;\r
 \r
 import com.badlogic.gdx.utils.Pool.Poolable;\r
@@ -109,4 +123,4 @@ public class Event implements Poolable {
        public Stage getStage () {\r
                return stage;\r
        }\r
-}\r
+}
\ No newline at end of file
index 44df8c0..4b75c9c 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d;\r
 \r
 /** Low level interface for receiving events. Typically there is a listener class for each specific event class.\r
@@ -6,4 +20,4 @@ package com.badlogic.gdx.scenes.scene2d;
  * @see ActorEvent */\r
 public interface EventListener {\r
        public boolean handle (Event event);\r
-}\r
+}
\ No newline at end of file
index c6f52f7..23d1c62 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -372,4 +386,4 @@ public class Actions {
 \r
        private Actions () {\r
        }\r
-}\r
+}
\ No newline at end of file
index 8d49308..c1d706c 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -41,4 +55,4 @@ public class AlphaAction extends TemporalAction {
        public void setAlpha (float alpha) {\r
                this.end = alpha;\r
        }\r
-}\r
+}
\ No newline at end of file
index 55a51c9..300c076 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -50,4 +64,4 @@ public class ColorAction extends TemporalAction {
        public void setEndColor (Color color) {\r
                end.set(color);\r
        }\r
-}\r
+}
\ No newline at end of file
index eace058..34094ba 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.Actor;\r
@@ -46,4 +60,4 @@ public class DelayAction extends DelegateAction {
        public void setDuration (float duration) {\r
                this.duration = duration;\r
        }\r
-}\r
+}
\ No newline at end of file
index 62d3825..81fd990 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.Action;\r
@@ -30,4 +44,4 @@ abstract public class DelegateAction extends Action {
        public String toString () {\r
                return super.toString() + (action == null ? "" : "(" + action + ")");\r
        }\r
-}\r
+}
\ No newline at end of file
index 456d8f4..fa0fb00 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** An action that has a float, whose value is transitioned over time. \r
@@ -54,4 +68,4 @@ public class FloatAction extends TemporalAction {
        public void setEnd (float end) {\r
                this.end = end;\r
        }\r
-}\r
+}
\ No newline at end of file
index 6f50504..6e50763 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** An action that has an int, whose value is transitioned over time. \r
@@ -54,4 +68,4 @@ public class IntAction extends TemporalAction {
        public void setEnd (int end) {\r
                this.end = end;\r
        }\r
-}\r
+}
\ No newline at end of file
index 950397f..0a77f41 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Moves an actor to a relative position.\r
@@ -30,4 +44,4 @@ public class MoveByAction extends RelativeTemporalAction {
        public void setAmountY (float y) {\r
                amountY = y;\r
        }\r
-}\r
+}
\ No newline at end of file
index 9238e16..947a8b0 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Moves an actor from its current position to a specific position. \r
@@ -36,4 +50,4 @@ public class MoveToAction extends TemporalAction {
        public void setY (float y) {\r
                endY = y;\r
        }\r
-}\r
+}
\ No newline at end of file
index f98c960..fdb3d20 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.Action;\r
@@ -56,4 +70,4 @@ public class ParallelAction extends Action {
                buffer.append(')');\r
                return buffer.toString();\r
        }\r
-}\r
+}
\ No newline at end of file
index 65e6383..ba33308 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Base class for actions that transition over time using the percent compelte since the last frame.\r
@@ -15,4 +29,4 @@ abstract public class RelativeTemporalAction extends TemporalAction {
        }\r
 \r
        abstract protected void updateRelative (float percentDelta);\r
-}\r
+}
\ No newline at end of file
index 28648ed..ea9d5da 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.Action;\r
@@ -35,4 +49,4 @@ public class RemoveActorAction extends Action {
        public void setRemoveActor (Actor removeActor) {\r
                this.removeActor = removeActor;\r
        }\r
-}\r
+}
\ No newline at end of file
index f85d7d9..00cbb18 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Repeats an action a number of times or forever. \r
@@ -31,4 +45,4 @@ public class RepeatAction extends DelegateAction {
        public int getCount () {\r
                return repeatCount;\r
        }\r
-}\r
+}
\ No newline at end of file
index ba2a117..21b307d 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Sets the actor's rotation from its current value to a relative value.\r
@@ -17,4 +31,4 @@ public class RotateByAction extends RelativeTemporalAction {
        public void setAmount (float rotationAmount) {\r
                amount = rotationAmount;\r
        }\r
-}\r
+}
\ No newline at end of file
index b942f0c..8d2ca3c 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Sets the actor's rotation from its current value to a specific value. \r
@@ -21,4 +35,4 @@ public class RotateToAction extends TemporalAction {
        public void setRotation (float rotation) {\r
                this.end = rotation;\r
        }\r
-}\r
+}
\ No newline at end of file
index 9ebbe98..5aa864d 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.Action;\r
@@ -29,4 +43,4 @@ public class RunnableAction extends Action {
        public void setRunnable (Runnable runnable) {\r
                this.runnable = runnable;\r
        }\r
-}\r
+}
\ No newline at end of file
index d02613a..6732dce 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Scales an actor's scale to a relative size.\r
@@ -36,4 +50,4 @@ public class ScaleByAction extends RelativeTemporalAction {
                this.amountY = y;\r
        }\r
 \r
-}\r
+}
\ No newline at end of file
index d643e0e..e8500bd 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Sets the actor's scale from its current value to a specific value. \r
@@ -41,4 +55,4 @@ public class ScaleToAction extends TemporalAction {
        public void setY (float y) {\r
                this.endY = y;\r
        }\r
-}\r
+}
\ No newline at end of file
index 8a10384..0bc3ba6 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Executes a number of actions one at a time. \r
@@ -19,4 +33,4 @@ public class SequenceAction extends ParallelAction {
                super.restart();\r
                index = 0;\r
        }\r
-}\r
+}
\ No newline at end of file
index 8c208a6..357cb1c 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Moves an actor from its current size to a relative size.\r
@@ -30,4 +44,4 @@ public class SizeByAction extends RelativeTemporalAction {
        public void setAmountHeight (float height) {\r
                amountHeight = height;\r
        }\r
-}\r
+}
\ No newline at end of file
index c33431e..9f8855d 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 /** Moves an actor from its current size to a specific size. \r
@@ -36,4 +50,4 @@ public class SizeToAction extends TemporalAction {
        public void setHeight (float height) {\r
                endHeight = height;\r
        }\r
-}\r
+}
\ No newline at end of file
index 4575981..2ca69cd 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.math.Interpolation;\r
@@ -88,4 +102,4 @@ abstract public class TemporalAction extends Action {
        public void setReverse (boolean reverse) {\r
                this.reverse = reverse;\r
        }\r
-}\r
+}
\ No newline at end of file
index 32c45d9..e86236e 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.Action;\r
@@ -21,4 +35,4 @@ public class TouchableAction extends Action {
        public void setTouchable (boolean touchable) {\r
                this.touchable = touchable;\r
        }\r
-}\r
+}
\ No newline at end of file
index b192c99..43ef9de 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.actions;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.Action;\r
@@ -21,4 +35,4 @@ public class VisibleAction extends Action {
        public void setVisible (boolean visible) {\r
                this.visible = visible;\r
        }\r
-}\r
+}
\ No newline at end of file
index f13230c..58e29e5 100644 (file)
@@ -1,4 +1,18 @@
-
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.ui;
 
 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
@@ -178,4 +192,4 @@ public class Button extends Table {
                        this.unpressedOffsetY = style.unpressedOffsetY;
                }
        }
-}
+}
\ No newline at end of file
index 482df2d..4611728 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.ui;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;\r
@@ -120,4 +134,4 @@ public class ButtonGroup {
        public void setUncheckLast (boolean uncheckLast) {\r
                this.uncheckLast = uncheckLast;\r
        }\r
-}\r
+}
\ No newline at end of file
index 121bed6..a21a837 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.ui;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -76,4 +90,4 @@ public class CheckBox extends TextButton {
                        this.fontColor = new Color(style.fontColor);\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 4fcc5db..c75499e 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.ui;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -178,4 +192,4 @@ public class Image extends Widget {
        public float getImageHeight () {\r
                return imageHeight;\r
        }\r
-}\r
+}
\ No newline at end of file
index 57e2803..6c5a6f5 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.ui;\r
 \r
 import com.badlogic.gdx.graphics.g2d.SpriteBatch;\r
@@ -98,4 +112,4 @@ public class ImageButton extends Button {
                        this.imageChecked = style.imageChecked;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index e11d759..78e9fac 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.ui;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -104,4 +118,4 @@ public class TextButton extends Button {
                        if (style.checkedFontColor != null) this.checkedFontColor = new Color(style.checkedFontColor);\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index dcb31cc..86d2b50 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.ui;\r
 \r
 import com.badlogic.gdx.graphics.g2d.SpriteBatch;\r
@@ -104,4 +118,4 @@ public abstract class WidgetGroup extends Group implements Layout {
                validate();\r
                super.draw(batch, parentAlpha);\r
        }\r
-}\r
+}
\ No newline at end of file
index a18cb7a..1c46fae 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.ui;\r
 \r
 import com.badlogic.gdx.graphics.Color;\r
@@ -145,4 +159,4 @@ public class Window extends Table {
                        this.titleFontColor = new Color(style.titleFontColor);\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 1ef21c1..f2c56bf 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.input.GestureDetector;\r
@@ -105,4 +119,4 @@ public class ActorGestureListener implements EventListener {
        public GestureDetector getGestureDetector () {\r
                return detector;\r
        }\r
-}\r
+}
\ No newline at end of file
index 2c51c2f..5172fd4 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 /** Provides bit flag constants for alignment.\r
@@ -9,4 +23,4 @@ public class Align {
        static public final int BOTTOM = 1 << 2;\r
        static public final int LEFT = 1 << 3;\r
        static public final int RIGHT = 1 << 4;\r
-}\r
+}
\ No newline at end of file
index dca9d12..54510a5 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.Actor;\r
@@ -20,4 +34,4 @@ abstract public class ChangeListener implements EventListener {
         * @author Nathan Sweet */\r
        static public class ChangeEvent extends Event {\r
        }\r
-}\r
+}
\ No newline at end of file
index 967fc78..c63e482 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.scenes.scene2d.Actor;\r
@@ -14,4 +28,4 @@ abstract public class ClickListener extends PressedListener {
        }\r
 \r
        abstract public void clicked (ActorEvent event, float x, float y);\r
-}\r
+}
\ No newline at end of file
index 747d1dc..2d84c46 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.math.Rectangle;\r
@@ -13,4 +27,4 @@ import com.badlogic.gdx.scenes.scene2d.Group;
 public interface Cullable {\r
        /** @param cullingArea The culling area in the child actor's coordinates. */\r
        public void setCullingArea (Rectangle cullingArea);\r
-}\r
+}
\ No newline at end of file
index 2f458ee..d7d222b 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.graphics.g2d.SpriteBatch;\r
@@ -21,4 +35,4 @@ public interface Drawable {
        public float getMinWidth ();\r
 \r
        public float getMinHeight ();\r
-}\r
+}
\ No newline at end of file
index b27b02a..a77ba24 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.graphics.g2d.SpriteBatch;\r
@@ -58,4 +72,4 @@ public class EmptyDrawable implements Drawable {
        public void setMinHeight (float minHeight) {\r
                this.minHeight = minHeight;\r
        }\r
-}\r
+}
\ No newline at end of file
index 39b288f..3ba3f83 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.graphics.g2d.NinePatch;\r
@@ -40,4 +54,4 @@ public class NinePatchDrawable extends EmptyDrawable {
        public NinePatch getPatch () {\r
                return patch;\r
        }\r
-}\r
+}
\ No newline at end of file
index b702a93..45c440b 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -72,4 +86,4 @@ public class PressedListener extends ActorListener {
        public void setButton (int button) {\r
                this.button = button;\r
        }\r
-}\r
+}
\ No newline at end of file
index dfb54d5..a3592c0 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.graphics.g2d.Sprite;\r
@@ -30,4 +44,4 @@ public class SpriteDrawable extends EmptyDrawable {
        public Sprite getSprite () {\r
                return sprite;\r
        }\r
-}\r
+}
\ No newline at end of file
index cbee8e0..8571b50 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.graphics.Texture;\r
@@ -29,4 +43,4 @@ public class TextureDrawable extends EmptyDrawable {
        public Texture getTexture () {\r
                return texture;\r
        }\r
-}\r
+}
\ No newline at end of file
index 028fccf..3c3df45 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.scenes.scene2d.utils;\r
 \r
 import com.badlogic.gdx.graphics.g2d.SpriteBatch;\r
@@ -29,4 +43,4 @@ public class TextureRegionDrawable extends EmptyDrawable {
        public TextureRegion getRegion () {\r
                return region;\r
        }\r
-}\r
+}
\ No newline at end of file
index a9a5844..649b3e3 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import com.badlogic.gdx.math.MathUtils;\r
@@ -371,4 +385,4 @@ public class ArrayMap<K, V> {
                buffer.append('}');\r
                return buffer.toString();\r
        }\r
-}\r
+}
\ No newline at end of file
index fe52e50..985db1e 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 /** @author Nathan Sweet */\r
@@ -135,4 +149,4 @@ public class BinaryHeap<T> {
                        this.value = value;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 46f20b2..e8dcd2b 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import java.util.Arrays;\r
@@ -256,4 +270,4 @@ public class CharArray {
                }\r
                return buffer.toString();\r
        }\r
-}\r
+}
\ No newline at end of file
index 3d82dee..74c4cf1 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import java.util.Comparator;\r
@@ -132,4 +146,4 @@ public class DelayedRemovalArray<T> extends Array<T> {
                if (iterating) throw new IllegalStateException("Invalid between begin/end.");\r
                super.truncate(newSize);\r
        }\r
-}\r
+}
\ No newline at end of file
index ede3d2b..bef8894 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import com.badlogic.gdx.jnigen.AntScriptGenerator;\r
@@ -72,4 +87,4 @@ public class GdxBuild {
 //             BuildExecutor.executeAnt("jni/build-windows32home.xml", "-v");\r
 //             BuildExecutor.executeAnt("jni/build.xml", "pack-natives -v");\r
        }\r
-}\r
+}
\ No newline at end of file
index 81a8571..7a41d78 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import java.io.IOException;\r
@@ -106,4 +120,4 @@ public class GwtModuleGenerator {
                \r
                new FileHandle("src/com/badlogic/gdx.gwt.xml").writeString(writer.toString(), false);\r
        }\r
-}\r
+}
\ No newline at end of file
index b94a4ab..1c0ab19 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 /** Stores a map of {@link ReflectionPool}s by type for convenient static access.\r
@@ -31,4 +45,4 @@ public class Pools {
 \r
        private Pools () {\r
        }\r
-}\r
+}
\ No newline at end of file
index 53a3bfa..44d6863 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import java.lang.reflect.Constructor;\r
@@ -45,4 +59,4 @@ public class ReflectionPool<T> extends Pool<T> {
                        }\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 1a4fa0d..c38a8c2 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import com.badlogic.gdx.math.Vector2;\r
@@ -86,4 +100,4 @@ public enum Scaling {
                }\r
                return temp;\r
        }\r
-}\r
+}
\ No newline at end of file
index 93f6bad..42aaac5 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import java.io.File;\r
@@ -136,4 +151,4 @@ public class SharedLibraryLoader {
                        throw new RuntimeException("Couldn't load shared library: '" + sharedLibName + "' for target " + System.getProperty("os.name") + ", " + (is64Bit?"64-bit":"32-bit"));\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 7cb4f0b..7cce394 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import java.util.Comparator;\r
@@ -144,4 +158,4 @@ public class SnapshotArray<T> extends Array<T> {
                modified();\r
                super.truncate(newSize);\r
        }\r
-}\r
+}
\ No newline at end of file
index 1181c44..9a499cf 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 /**\r
@@ -20,4 +35,4 @@ public class TimeUtils {
        public static long millis() {\r
                return System.currentTimeMillis();\r
        }\r
-}\r
+}
\ No newline at end of file
index 4189de4..c715b18 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -158,4 +172,4 @@ public class Timer {
                        return repeatCount != CANCELLED;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 2531943..5d81408 100644 (file)
@@ -1,6 +1,21 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils.compression;\r
 \r
 public interface ICodeProgress\r
 {\r
        public void SetProgress(long inSize, long outSize);\r
-}\r
+}
\ No newline at end of file
index e40e1ba..e929caf 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils.compression;\r
 \r
 import java.io.IOException;\r
@@ -110,4 +125,4 @@ public class Lzma {
                        throw new RuntimeException("Error in data stream");             \r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 6c9683d..641c5d7 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils.compression.lzma;\r
 \r
 import java.io.IOException;\r
@@ -327,4 +342,4 @@ public class Decoder
                        return false;\r
                return SetDictionarySize(dictionarySize);\r
        }\r
-}\r
+}
\ No newline at end of file
index 4702abd..a288794 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils.compression.lzma;\r
 \r
 import java.io.IOException;\r
@@ -1413,5 +1428,4 @@ public class Encoder
        {\r
                _writeEndMark = endMarkerMode;\r
        }\r
-}\r
-\r
+}
\ No newline at end of file
index fa3bda2..b3a25d4 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils.compression.rangecoder;\r
 \r
 public class BitTreeDecoder\r
@@ -52,4 +67,4 @@ public class BitTreeDecoder
                }\r
                return symbol;\r
        }\r
-}\r
+}
\ No newline at end of file
index 6aef2b0..e541643 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils.compression.rangecoder;\r
 import java.io.IOException;\r
 \r
@@ -96,4 +111,4 @@ public class BitTreeEncoder
                        symbol >>= 1;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 40cb005..b152255 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils.compression.rangecoder;\r
 import java.io.IOException;\r
 \r
@@ -85,4 +100,4 @@ public class Decoder
                for (int i = 0; i < probs.length; i++)\r
                        probs[i] = (kBitModelTotal >>> 1);\r
        }\r
-}\r
+}
\ No newline at end of file
index 9368616..c67e4e3 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.utils.compression.rangecoder;\r
 import java.io.IOException;\r
 \r
@@ -148,4 +163,4 @@ public class Encoder
        { \r
                return ProbPrices[(kBitModelTotal - Prob) >>> kNumMoveReducingBits]; \r
        }\r
-}\r
+}
\ No newline at end of file
index c55ff02..72ff63d 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests.gwt.client;\r
 \r
 import com.badlogic.gdx.ApplicationListener;\r
@@ -16,4 +30,4 @@ public class GwtTestStarter extends GwtApplication {
        public ApplicationListener getApplicationListener () {\r
                return new GwtTestWrapper();\r
        }\r
-}\r
+}
\ No newline at end of file
index afae696..d58b306 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests.lwjgl;\r
 \r
 import java.awt.BorderLayout;\r
@@ -86,4 +101,4 @@ public class SwingLwjglTest extends JFrame {
                        }\r
                });\r
        }\r
-}\r
+}
\ No newline at end of file
index 0891e2d..65454d1 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import java.util.List;\r
index f8cbc18..8e990f2 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -41,4 +56,4 @@ public class CustomShaderSpriteBatchTest extends GdxTest {
        public boolean needsGL20 () {\r
                return true;\r
        }\r
-}\r
+}
\ No newline at end of file
index 8d6a5b4..a988b65 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.ApplicationAdapter;\r
@@ -53,4 +68,4 @@ public class DirtyRenderingTest extends GdxTest {
                Gdx.gl.glClearColor(MathUtils.random(), MathUtils.random(), MathUtils.random(), MathUtils.random());\r
                Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT);\r
        }\r
-}\r
+}
\ No newline at end of file
index 59d8e92..58cc44a 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -29,4 +44,4 @@ public class ExternalMusicTest extends GdxTest {
                // delete the copy on the external storage\r
                Gdx.files.external("8.12.mp3").delete();\r
        }\r
-}\r
+}
\ No newline at end of file
index 1c506dd..8ae84e5 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -54,4 +68,4 @@ public class FreeTypeTest extends GdxTest {
        public boolean needsGL20 () {\r
                return true;\r
        }\r
-}\r
+}
\ No newline at end of file
index 84e9349..5dae96a 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -69,4 +83,4 @@ public class GroupCullingTest extends GdxTest {
        public boolean needsGL20 () {\r
                return false;\r
        }\r
-}\r
+}
\ No newline at end of file
index cd0adb1..7dcd426 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -60,4 +74,4 @@ public class ImageTest extends GdxTest {
        public boolean needsGL20 () {\r
                return false;\r
        }\r
-}\r
+}
\ No newline at end of file
index b72f572..63a870f 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -117,4 +131,4 @@ public class InterpolationTest extends GdxTest {
        public boolean needsGL20 () {\r
                return false;\r
        }\r
-}\r
+}
\ No newline at end of file
index 6de4d5e..b58d9d4 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -37,4 +52,4 @@ public class JpegTest extends GdxTest {
        public boolean needsGL20 () {\r
                return true;\r
        }       \r
-}\r
+}
\ No newline at end of file
index af4c4a4..2f2c6fb 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -154,4 +168,4 @@ public class Scene2dTest extends GdxTest {
        public void dispose () {\r
                stage.dispose();\r
        }\r
-}\r
+}
\ No newline at end of file
index b432e77..5e5d67b 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -51,4 +66,4 @@ public class ShapeRendererAlphaTest extends GdxTest {
        public void dispose () {\r
                renderer.dispose();\r
        }\r
-}\r
+}
\ No newline at end of file
index 058546f..8dab4b4 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -97,4 +112,4 @@ public class SoftKeyboardTest extends GdxTest {
                        return null;\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index 076ec12..80b602b 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import java.util.Comparator;\r
@@ -129,4 +144,4 @@ public class SortedSpriteTest extends GdxTest {
                batch.dispose();\r
                texture.dispose();\r
        }\r
-}      \r
+}
\ No newline at end of file
index 7c3011d..190692b 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import java.nio.ShortBuffer;\r
@@ -89,4 +104,4 @@ public class SoundTouchTest extends GdxTest {
        public boolean needsGL20 () {\r
                return false;\r
        }\r
-}\r
+}
\ No newline at end of file
index 07b7d21..c2ea85b 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -43,4 +58,4 @@ public class SpriteBatchOriginScaleTest extends GdxTest {
                batch.end();\r
        }\r
        \r
-}\r
+}
\ No newline at end of file
index 05623b4..4c3895d 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -49,4 +64,4 @@ public class StbTrueTypeTest extends GdxTest {
                batch.draw(texture, 100, 100);\r
                batch.end();\r
        }       \r
-}\r
+}
\ No newline at end of file
index c09fb82..a2aafbc 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.ApplicationAdapter;\r
@@ -90,4 +104,4 @@ public class TTFFactoryTest extends GdxTest {
                renderer.end();\r
 \r
        }\r
-}\r
+}
\ No newline at end of file
index 1f97681..2356574 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 public class TextButtonTestGL2 extends TextButtonTest {\r
index 151c3e0..13c5c7a 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -89,4 +103,4 @@ public class TextureAtlasTest extends GdxTest {
                batch.dispose();\r
                font.dispose();\r
        }\r
-}\r
+}
\ No newline at end of file
index eb8e120..85fd1c2 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -96,4 +111,4 @@ public class TextureBindTest extends GdxTest {
        public boolean needsGL20() {\r
                return false;\r
        }\r
-}\r
+}
\ No newline at end of file
index e92e989..c3c2e0c 100644 (file)
@@ -109,7 +109,7 @@ public class UITest extends GdxTest {
                window.setPosition(0, 0);\r
                window.defaults().spaceBottom(10);\r
                window.row().fill().expandX();\r
-               window.add(button).fill(0f, 0f);\r
+               window.add(button).fill(false);\r
                window.add(buttonMulti);\r
                window.add(imgButton);\r
                window.add(imgToggleButton);\r
index 2429117..d7a4d6b 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import java.nio.ShortBuffer;\r
@@ -59,4 +74,4 @@ public class WavTest extends GdxTest {
        public boolean needsGL20 () {\r
                return false;\r
        }\r
-}\r
+}
\ No newline at end of file
index 6cfe6f5..ace6725 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -166,4 +180,4 @@ public class YDownTest extends GdxTest {
                region.getTexture().dispose();\r
                stage.dispose();\r
        }\r
-}\r
+}
\ No newline at end of file
index db96a0b..4172e69 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests.examples;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -57,4 +72,4 @@ public class MoveSpriteExample extends GdxTest {
                        camera.unproject(spritePosition.set(Gdx.input.getX(), Gdx.input.getY(), 0));\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file
index a033cf7..3be9bb3 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests.gwt;\r
 \r
 import java.io.DataInputStream;\r
@@ -30,4 +45,4 @@ public class GwtBinaryTest extends GdxTest {
                Gdx.gl.glClearColor(1, 0, 0, 1);\r
                Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT);\r
        }\r
-}\r
+}
\ No newline at end of file
index 2247e76..d4b2545 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests.gwt;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -30,4 +45,4 @@ public class GwtInputTest extends GdxTest {
        public boolean needsGL20 () {\r
                return true;\r
        }\r
-}\r
+}
\ No newline at end of file
index b19270a..45583fc 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests.gwt;\r
 \r
 import java.util.ArrayList;\r
index 27a11f1..4e61016 100644 (file)
@@ -1,4 +1,18 @@
-\r
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests.gwt;\r
 \r
 import com.badlogic.gdx.Gdx;\r
@@ -621,4 +635,4 @@ public class GwtTestWrapper extends GdxTest {
        public boolean needsGL20 () {\r
                return true;\r
        }\r
-}\r
+}
\ No newline at end of file
index 71907cd..539c1fd 100644 (file)
@@ -1,3 +1,18 @@
+/*******************************************************************************\r
+ * Copyright 2011 See AUTHORS file.\r
+ * \r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ * \r
+ *   http://www.apache.org/licenses/LICENSE-2.0\r
+ * \r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ ******************************************************************************/
 package com.badlogic.gdx.tests.utils;\r
 \r
 import java.io.File;\r
@@ -44,4 +59,4 @@ public class AssetsFileGenerator {
                        }\r
                }\r
        }\r
-}\r
+}
\ No newline at end of file