You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2010/07/13 16:53:49 UTC

svn commit: r963747 - in /felix/trunk/ipojo/webconsole-plugin/src/main/resources/res: factories.html factory.html handlers.html instance.html instances.html ui/ipojo.css

Author: clement
Date: Tue Jul 13 14:53:48 2010
New Revision: 963747

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

Modified:
    felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factories.html
    felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factory.html
    felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/handlers.html
    felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instance.html
    felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instances.html
    felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/ui/ipojo.css

Modified: felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factories.html
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factories.html?rev=963747&r1=963746&r2=963747&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factories.html (original)
+++ felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factories.html Tue Jul 13 14:53:48 2010
@@ -1,4 +1,22 @@
-<script type="text/javascript" src="${pluginRoot}/res/ui/factory.js"></script>
+<!--
+  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.
+-->
+<script type="text/javascript" src="${pluginRoot}/res/ui/factory.js"></script>
 <script>
     var root_url = '${pluginRoot}';
     var instances_url = '${pluginRoot}' + '/instances';

Modified: felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factory.html
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factory.html?rev=963747&r1=963746&r2=963747&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factory.html (original)
+++ felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/factory.html Tue Jul 13 14:53:48 2010
@@ -1,4 +1,22 @@
-<script type="text/javascript" src="${pluginRoot}/res/ui/factory_detail.js"></script>
+<!--
+  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.
+-->
+<script type="text/javascript" src="${pluginRoot}/res/ui/factory_detail.js"></script>
 <script>
     var root_url = '${pluginRoot}';
     var instances_url = '${pluginRoot}' + '/instances';

Modified: felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/handlers.html
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/handlers.html?rev=963747&r1=963746&r2=963747&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/handlers.html (original)
+++ felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/handlers.html Tue Jul 13 14:53:48 2010
@@ -1,4 +1,22 @@
-<script type="text/javascript" src="${pluginRoot}/res/ui/handler.js"></script>
+<!--
+  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.
+-->
+<script type="text/javascript" src="${pluginRoot}/res/ui/handler.js"></script>
 <script>
     var root_url = '${pluginRoot}';
     var instances_url = '${pluginRoot}' + '/instances';

Modified: felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instance.html
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instance.html?rev=963747&r1=963746&r2=963747&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instance.html (original)
+++ felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instance.html Tue Jul 13 14:53:48 2010
@@ -1,4 +1,22 @@
-<script type="text/javascript" src="${pluginRoot}/res/ui/instance_detail.js"></script>
+<!--
+  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.
+-->
+<script type="text/javascript" src="${pluginRoot}/res/ui/instance_detail.js"></script>
 <script>
     var root_url = '${pluginRoot}';
     var instances_url = '${pluginRoot}' + '/instances';

Modified: felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instances.html
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instances.html?rev=963747&r1=963746&r2=963747&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instances.html (original)
+++ felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/instances.html Tue Jul 13 14:53:48 2010
@@ -1,4 +1,22 @@
-<script type="text/javascript" src="${pluginRoot}/res/ui/ipojo.js"></script>
+<!--
+  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.
+-->
+<script type="text/javascript" src="${pluginRoot}/res/ui/ipojo.js"></script>
 <script>
     var root_url = '${pluginRoot}';
     var instances_url = '${pluginRoot}' + '/instances';

Modified: felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/ui/ipojo.css
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/ui/ipojo.css?rev=963747&r1=963746&r2=963747&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/ui/ipojo.css (original)
+++ felix/trunk/ipojo/webconsole-plugin/src/main/resources/res/ui/ipojo.css Tue Jul 13 14:53:48 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.
+ */
 td.lheader {
     width: 20em;
     font-weight: bold;