jboynes 2004/07/21 17:41:23
Modified: modules/deployment/src/java/org/apache/geronimo/deployment RemoteDeployer.java Log: fix license text Revision Changes Path 1.3 +18 -5 incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/RemoteDeployer.java Index: RemoteDeployer.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/RemoteDeployer.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RemoteDeployer.java 24 Jun 2004 02:50:13 -0000 1.2 +++ RemoteDeployer.java 22 Jul 2004 00:41:23 -0000 1.3 @@ -1,3 +1,20 @@ +/** + * + * Copyright 2003-2004 The Apache Software Foundation + * + * 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 org.apache.geronimo.deployment; import java.io.File; @@ -13,11 +30,7 @@ import org.apache.geronimo.deployment.plugin.TargetModuleIDImpl; /** - * Created by IntelliJ IDEA. - * User: jeremy - * Date: Jun 23, 2004 - * Time: 1:23:53 PM - * To change this template use File | Settings | File Templates. + * @version $Revision$ $Date$ */ public class RemoteDeployer { public static void main(String[] args) throws Exception {