X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=extensions%2Fgdx-setup-ui%2Fsrc%2Faurelienribon%2Fgdxsetupui%2FShellBuilder.java;h=83d926b2594c725dcb45909a5ceb608c43dac37f;hb=21f1a70e6cecd48ff6ae8dd23d59d80bb30bbe73;hp=6b119251c7ad7204058ddc9a86fa8bd48e90e495;hpb=2ec84603abf265fafee4ce189cbeabe9dc6fb169;p=mikumikustudio%2Flibgdx-mikumikustudio.git diff --git a/extensions/gdx-setup-ui/src/aurelienribon/gdxsetupui/ShellBuilder.java b/extensions/gdx-setup-ui/src/aurelienribon/gdxsetupui/ShellBuilder.java index 6b119251c..83d926b25 100644 --- a/extensions/gdx-setup-ui/src/aurelienribon/gdxsetupui/ShellBuilder.java +++ b/extensions/gdx-setup-ui/src/aurelienribon/gdxsetupui/ShellBuilder.java @@ -1,3 +1,19 @@ +/******************************************************************************* + * Copyright 2011 See AUTHORS file. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ + package aurelienribon.gdxsetupui; import java.io.IOException; @@ -50,4 +66,4 @@ public class ShellBuilder { setup.clean(); System.out.println(" done\nAll done!"); } -} +} \ No newline at end of file