You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jw...@apache.org on 2013/03/23 03:47:31 UTC

svn commit: r1460079 - /aries/trunk/subsystem/subsystem-api/src/main/java/org/apache/aries/subsystem/AriesSubsystem.java

Author: jwross
Date: Sat Mar 23 02:47:30 2013
New Revision: 1460079

URL: http://svn.apache.org/r1460079
Log:
Add license.

Modified:
    aries/trunk/subsystem/subsystem-api/src/main/java/org/apache/aries/subsystem/AriesSubsystem.java

Modified: aries/trunk/subsystem/subsystem-api/src/main/java/org/apache/aries/subsystem/AriesSubsystem.java
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-api/src/main/java/org/apache/aries/subsystem/AriesSubsystem.java?rev=1460079&r1=1460078&r2=1460079&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-api/src/main/java/org/apache/aries/subsystem/AriesSubsystem.java (original)
+++ aries/trunk/subsystem/subsystem-api/src/main/java/org/apache/aries/subsystem/AriesSubsystem.java Sat Mar 23 02:47:30 2013
@@ -1,3 +1,16 @@
+/*
+ * 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.aries.subsystem;
 
 import java.io.InputStream;