summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/sca-scopes/src/main/java/sample/Client.java
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 11:44:48 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 11:44:48 +0000
commit2a9ed10c13215ca92f602612c0971aa969f664d4 (patch)
treed780c62ec78d08e75e6e538e95f856816e3acb93 /sca-java-2.x/trunk/samples/getting-started/sca-scopes/src/main/java/sample/Client.java
parent271ab6c4c0db87b110c0dad71ba84f89111182bb (diff)
Add missing license headers.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/getting-started/sca-scopes/src/main/java/sample/Client.java')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/sca-scopes/src/main/java/sample/Client.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/sca-scopes/src/main/java/sample/Client.java b/sca-java-2.x/trunk/samples/getting-started/sca-scopes/src/main/java/sample/Client.java
index 78f65f07ee..13f6e003f8 100644
--- a/sca-java-2.x/trunk/samples/getting-started/sca-scopes/src/main/java/sample/Client.java
+++ b/sca-java-2.x/trunk/samples/getting-started/sca-scopes/src/main/java/sample/Client.java
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
package sample;
public interface Client {