From cf351ce36807861b5014d4b752aa8bc4c668bb5f Mon Sep 17 00:00:00 2001 From: Antonio Petrelli Date: Sun, 29 Jul 2007 15:55:59 +0000 Subject: [PATCH] WW-2049 Added licenses to plugins code. git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@560745 13f79535-47bb-0310-9956-ffa450edef68 --- plugins/codebehind/pom.xml | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ plugins/config-browser/pom.xml | 22 ++++++++++ .../resources/config-browser/actionNames.ftl | 22 ++++++++++ .../config-browser/config-styles.css | 21 +++++++++ .../main/resources/config-browser/error.ftl | 22 ++++++++++ .../resources/config-browser/page-footer.ftl | 22 ++++++++++ .../resources/config-browser/page-header.ftl | 22 ++++++++++ .../resources/config-browser/showConfig.ftl | 22 ++++++++++ .../config-browser/showValidators.ftl | 22 ++++++++++ .../resources/config-browser/simple-error.ftl | 22 ++++++++++ .../config-browser/tigris-macros.ftl | 22 ++++++++++ .../config-browser/validatorDetails.ftl | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ plugins/dojo/pom.xml | 43 +++++++++++++++++++ .../struts2/dojo/views/DojoTagLibrary.java | 20 +++++++++ .../org/apache/struts2/static/TabbedPanel.css | 21 +++++++++ .../struts2/static/dojo/struts/ComboBox.css | 21 +++++++++ .../struts2/static/dojo/struts/widget/Bind.js | 21 +++++++++ .../static/dojo/struts/widget/BindAnchor.js | 21 +++++++++ .../static/dojo/struts/widget/BindDiv.js | 21 +++++++++ .../static/dojo/struts/widget/BindEvent.js | 21 +++++++++ .../static/dojo/struts/widget/ComboBox.js | 21 +++++++++ .../dojo/struts/widget/StrutsDatePicker.js | 21 +++++++++ .../dojo/struts/widget/StrutsTabContainer.js | 21 ++++++++- .../dojo/struts/widget/StrutsTimePicker.js | 21 +++++++++ .../static/dojo/struts/widget/StrutsTree.js | 21 +++++++++ .../dojo/struts/widget/StrutsTreeNode.js | 21 +++++++++ .../dojo/struts/widget/StrutsTreeSelector.js | 21 +++++++++ .../static/dojo/struts/widget/__package__.js | 21 +++++++++ .../org/apache/struts2/static/tree.css | 21 +++++++++ .../dojo/src/main/resources/struts-plugin.xml | 23 +++++++++- .../main/resources/template/ajax/a-close.ftl | 22 ++++++++++ .../src/main/resources/template/ajax/a.ftl | 22 ++++++++++ .../resources/template/ajax/ajax-common.ftl | 22 ++++++++++ .../resources/template/ajax/autocompleter.ftl | 22 ++++++++++ .../resources/template/ajax/bind-close.ftl | 22 ++++++++++ .../src/main/resources/template/ajax/bind.ftl | 22 ++++++++++ .../resources/template/ajax/controlheader.ftl | 22 ++++++++++ .../template/ajax/datetimepicker.ftl | 22 ++++++++++ .../resources/template/ajax/div-close.ftl | 22 ++++++++++ .../src/main/resources/template/ajax/div.ftl | 22 ++++++++++ .../resources/template/ajax/dojoRequire.js | 21 +++++++++ .../src/main/resources/template/ajax/head.ftl | 22 ++++++++++ .../main/resources/template/ajax/submit.ftl | 22 ++++++++++ .../resources/template/ajax/tab-close.ftl | 22 ++++++++++ .../src/main/resources/template/ajax/tab.ftl | 22 ++++++++++ .../template/ajax/tabbedpanel-close.ftl | 22 ++++++++++ .../resources/template/ajax/tabbedpanel.ftl | 22 ++++++++++ .../main/resources/template/ajax/textarea.ftl | 22 ++++++++++ .../resources/template/ajax/theme.properties | 18 ++++++++ .../resources/template/ajax/tree-close.ftl | 22 ++++++++++ .../src/main/resources/template/ajax/tree.ftl | 22 ++++++++++ .../template/ajax/treenode-close.ftl | 22 ++++++++++ .../template/ajax/treenode-include.ftl | 22 ++++++++++ .../main/resources/template/ajax/treenode.ftl | 22 ++++++++++ plugins/dojo/src/profile/struts.profile.js | 21 +++++++++ .../struts2/dojo/views/jsp/ui/BindTest.java | 20 +++++++++ .../dojo/src/test/resources/struts.properties | 19 ++++++++ plugins/jasperreports/pom.xml | 22 ++++++++++ .../struts2/views/jasperreports/package.html | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ plugins/jfreechart/pom.xml | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ plugins/jsf/pom.xml | 22 ++++++++++ .../org/apache/struts2/jsf/package.html | 22 ++++++++++ .../jsf/src/main/resources/struts-plugin.xml | 22 ++++++++++ plugins/pell-multipart/pom.xml | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ plugins/plexus/pom.xml | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ plugins/pom.xml | 38 ++++++++++++++++ plugins/portlet/pom.xml | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ plugins/sitegraph/pom.xml | 42 ++++++++++++++++++ .../apache/struts2/sitegraph/SiteGraph.java | 19 +++++++- .../sitegraph/StrutsConfigRetriever.java | 19 +++++++- .../sitegraph/entities/FreeMarkerView.java | 20 +++++++++ .../org/apache/struts2/sitegraph/hello.jsp | 22 ++++++++++ .../org/apache/struts2/sitegraph/struts.xml | 22 ++++++++++ .../tutorial/sitegraph/guess-error.ftl | 22 ++++++++++ .../tutorial/sitegraph/guess-input.ftl | 22 ++++++++++ .../tutorial/sitegraph/guess-success.jsp | 22 ++++++++++ plugins/sitemesh/pom.xml | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ plugins/spring/pom.xml | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ ...ngObjectFactoryTest-applicationContext.xml | 22 ++++++++++ plugins/struts1/pom.xml | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 22 ++++++++++ .../s1/DynaBeanPropertyAccessorTest.java | 20 +++++++++ .../apache/struts2/s1/Struts1FactoryTest.java | 20 +++++++++ .../apache/struts2/s1/test-struts-factory.xml | 22 ++++++++++ plugins/tiles/pom.xml | 22 ++++++++++ .../src/main/resources/struts-plugin.xml | 24 +++++++++++ 95 files changed, 2105 insertions(+), 4 deletions(-) diff --git a/plugins/codebehind/pom.xml b/plugins/codebehind/pom.xml index 79027a449..1f3f88961 100644 --- a/plugins/codebehind/pom.xml +++ b/plugins/codebehind/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 diff --git a/plugins/codebehind/src/main/resources/struts-plugin.xml b/plugins/codebehind/src/main/resources/struts-plugin.xml index 21afbe86a..57fd52ed9 100644 --- a/plugins/codebehind/src/main/resources/struts-plugin.xml +++ b/plugins/codebehind/src/main/resources/struts-plugin.xml @@ -1,4 +1,26 @@ + + 4.0.0 diff --git a/plugins/config-browser/src/main/resources/config-browser/actionNames.ftl b/plugins/config-browser/src/main/resources/config-browser/actionNames.ftl index 20f92d6d3..b0e6186ad 100644 --- a/plugins/config-browser/src/main/resources/config-browser/actionNames.ftl +++ b/plugins/config-browser/src/main/resources/config-browser/actionNames.ftl @@ -1,3 +1,25 @@ +<#-- +/* + * $Id: pom.xml 559206 2007-07-24 21:01:18Z apetrelli $ + * + * 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. + */ +--> <#include "tigris-macros.ftl"> <@startPage pageTitle="Actions in namespace"/>

Actions in <#if namespace == ""> default namespace <#else> ${namespace}

diff --git a/plugins/config-browser/src/main/resources/config-browser/config-styles.css b/plugins/config-browser/src/main/resources/config-browser/config-styles.css index 6fe24fca7..6996424c5 100644 --- a/plugins/config-browser/src/main/resources/config-browser/config-styles.css +++ b/plugins/config-browser/src/main/resources/config-browser/config-styles.css @@ -1,3 +1,24 @@ +/* + * $Id: pom.xml 559206 2007-07-24 21:01:18Z apetrelli $ + * + * 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. + */ +