diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-04 09:28:04 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-04 09:28:04 +0000 |
commit | cc3b62f6c11eb8c4d63ef6f40b646b97085e78fd (patch) | |
tree | ab70fa237fb50177a3fb14ad2cc91ff0a6ecdb68 /sca-java-2.x/trunk | |
parent | d3aa401fd06ec64ece76899e521967b6887ec0e9 (diff) |
Add Apache header
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld.cmds | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld.cmds b/sca-java-2.x/trunk/samples/getting-started/helloworld.cmds index 031c3607a8..e94a0e42a6 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld.cmds +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld.cmds @@ -1,2 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you 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.
+
# install the helloworld contribution and start its deployables
install helloworld-contribution/target/helloworld-contribution.jar -start
|