You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2010/12/03 08:09:31 UTC

svn commit: r1041712 - in /geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console: javabean/ json/ portlet/

Author: rwonly
Date: Fri Dec  3 07:09:30 2010
New Revision: 1041712

URL: http://svn.apache.org/viewvc?rev=1041712&view=rev
Log:
Add license headers

Modified:
    geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/javabean/OSGiBundle.java
    geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleHeaderJSONObject.java
    geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleJSONObject.java
    geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/GridJSONObject.java
    geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/HeadersJSONObject.java
    geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/ActionResourceRequest.java
    geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/BundlesPortlet.java

Modified: geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/javabean/OSGiBundle.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/javabean/OSGiBundle.java?rev=1041712&r1=1041711&r2=1041712&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/javabean/OSGiBundle.java (original)
+++ geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/javabean/OSGiBundle.java Fri Dec  3 07:09:30 2010
@@ -1,3 +1,20 @@
+/**
+ * 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 org.apache.geronimo.console.javabean;
 
 import org.osgi.framework.Bundle;

Modified: geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleHeaderJSONObject.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleHeaderJSONObject.java?rev=1041712&r1=1041711&r2=1041712&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleHeaderJSONObject.java (original)
+++ geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleHeaderJSONObject.java Fri Dec  3 07:09:30 2010
@@ -1,3 +1,20 @@
+/**
+ * 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 org.apache.geronimo.console.json;
 
 import org.json.JSONException;

Modified: geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleJSONObject.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleJSONObject.java?rev=1041712&r1=1041711&r2=1041712&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleJSONObject.java (original)
+++ geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/BundleJSONObject.java Fri Dec  3 07:09:30 2010
@@ -1,3 +1,20 @@
+/**
+ * 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 org.apache.geronimo.console.json;
 
 import org.apache.geronimo.console.javabean.OSGiBundle;

Modified: geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/GridJSONObject.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/GridJSONObject.java?rev=1041712&r1=1041711&r2=1041712&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/GridJSONObject.java (original)
+++ geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/GridJSONObject.java Fri Dec  3 07:09:30 2010
@@ -1,3 +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.
+ */
 package org.apache.geronimo.console.json;
 
 import java.util.LinkedList;

Modified: geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/HeadersJSONObject.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/HeadersJSONObject.java?rev=1041712&r1=1041711&r2=1041712&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/HeadersJSONObject.java (original)
+++ geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/json/HeadersJSONObject.java Fri Dec  3 07:09:30 2010
@@ -1,3 +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.
+ */
 package org.apache.geronimo.console.json;
 
 import java.util.Collections;

Modified: geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/ActionResourceRequest.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/ActionResourceRequest.java?rev=1041712&r1=1041711&r2=1041712&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/ActionResourceRequest.java (original)
+++ geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/ActionResourceRequest.java Fri Dec  3 07:09:30 2010
@@ -1,3 +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.
+ */
 package org.apache.geronimo.console.portlet;
 
 import java.io.BufferedReader;

Modified: geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/BundlesPortlet.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/BundlesPortlet.java?rev=1041712&r1=1041711&r2=1041712&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/BundlesPortlet.java (original)
+++ geronimo/server/trunk/plugins/console/osgi-portlets/src/main/java/org/apache/geronimo/console/portlet/BundlesPortlet.java Fri Dec  3 07:09:30 2010
@@ -1,3 +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.
+ */
 package org.apache.geronimo.console.portlet;
 
 import java.io.File;