This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-7.1.x in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-7.1.x by this push: new 6218e89010 Fix missing ASL headers 6218e89010 is described below commit 6218e890107a6ed352ad23be2befcd92970929f2 Author: Richard Zowalla <r...@apache.org> AuthorDate: Fri Apr 22 16:04:49 2022 +0200 Fix missing ASL headers --- .../openejb/arquillian/tests/jms/MessageBean.java | 16 ++++++++++++++++ .../openejb/arquillian/tests/cmp/sample/application.xml | 17 +++++++++++++++++ .../main/webapp/app/js/templates/container.handlebars | 14 ++++++++++++++ .../main/webapp/app/js/templates/contexts.handlebars | 14 ++++++++++++++ .../webapp/app/js/templates/growl-container.handlebars | 14 ++++++++++++++ .../src/main/webapp/app/js/templates/growl.handlebars | 14 ++++++++++++++ .../webapp/app/js/templates/logfile-link.handlebars | 14 ++++++++++++++ .../main/webapp/app/js/templates/logfiles.handlebars | 14 ++++++++++++++ .../app/js/templates/script-sample-groovy.handlebars | 14 ++++++++++++++ .../js/templates/script-sample-javascript.handlebars | 14 ++++++++++++++ .../webapp/app/js/templates/scripting-user.handlebars | 14 ++++++++++++++ .../main/webapp/app/js/templates/scripting.handlebars | 14 ++++++++++++++ .../main/webapp/app/js/templates/sessions.handlebars | 14 ++++++++++++++ 13 files changed, 187 insertions(+) diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/src/test/java/org/apache/openejb/arquillian/tests/jms/MessageBean.java b/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/src/test/java/org/apache/openejb/arquillian/tests/jms/MessageBean.java index 703d5619c3..449713b6e2 100644 --- a/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/src/test/java/org/apache/openejb/arquillian/tests/jms/MessageBean.java +++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/src/test/java/org/apache/openejb/arquillian/tests/jms/MessageBean.java @@ -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 + * <p/> + * http://www.apache.org/licenses/LICENSE-2.0 + * <p/> + * 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.openejb.arquillian.tests.jms; import javax.annotation.Resource; diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/cmp/sample/application.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/cmp/sample/application.xml index fcfcccb8c1..21fb4d62fd 100644 --- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/cmp/sample/application.xml +++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/cmp/sample/application.xml @@ -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. +--> <application> <display-name>ear</display-name> <module> diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/container.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/container.handlebars index ed1be6f77d..b00c2de3be 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/container.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/container.handlebars @@ -1,3 +1,17 @@ +<!-- + 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. +--> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex8-collapse"> diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/contexts.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/contexts.handlebars index d9745c2f2e..96e7d63dc2 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/contexts.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/contexts.handlebars @@ -1,3 +1,17 @@ +<!-- + 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. +--> <div class="ux-contexts-panel panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">{{i18n "contexts"}}</h3> diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/growl-container.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/growl-container.handlebars index 76dea2997f..27aab41460 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/growl-container.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/growl-container.handlebars @@ -1,2 +1,16 @@ +<!-- + 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. +--> <div class="growl-container"> </div> \ No newline at end of file diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/growl.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/growl.handlebars index 0d92d36401..3dfeeff43a 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/growl.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/growl.handlebars @@ -1,3 +1,17 @@ +<!-- + 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. +--> <div class="growl alert alert-block {{messageType}}"> <button type="button" class="close" data-dismiss="alert">×</button> <div class="message">{{messageText}}</div> diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/logfile-link.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/logfile-link.handlebars index c16a247065..ee51483d14 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/logfile-link.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/logfile-link.handlebars @@ -1 +1,15 @@ +<!-- + 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. +--> <li><a class="ux-log-file-link" href="{{href}}">{{href}}</a></li> \ No newline at end of file diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/logfiles.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/logfiles.handlebars index bceacf1e46..b08e0fa2c7 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/logfiles.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/logfiles.handlebars @@ -1,3 +1,17 @@ +<!-- + 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. +--> <div class="panel panel-default ux-logfile-output"> <div class="panel-heading"> <h3 class="panel-title"> diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/script-sample-groovy.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/script-sample-groovy.handlebars index 6a7ca40b2e..ef496f4ced 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/script-sample-groovy.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/script-sample-groovy.handlebars @@ -1,3 +1,17 @@ +<!-- + 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. +--> ctx.list('').each { println "[entry] ${it.name}" } diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/script-sample-javascript.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/script-sample-javascript.handlebars index 5292825c26..0816cfb5b3 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/script-sample-javascript.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/script-sample-javascript.handlebars @@ -1,3 +1,17 @@ +<!-- + 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. +--> var pairs = ctx.list(''); while(pairs.hasMore()) { println('[entry] ' + pairs.next().getName()); diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/scripting-user.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/scripting-user.handlebars index 186e912e9b..4716cdf958 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/scripting-user.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/scripting-user.handlebars @@ -1,3 +1,17 @@ +<!-- + 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. +--> <form role="form"> <div class="form-group"> <input type="text" class="form-control ux-context-user" placeholder="{{i18n 'scripting.user.name'}}"> diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/scripting.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/scripting.handlebars index f0dde4eb4a..08b670d258 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/scripting.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/scripting.handlebars @@ -1,3 +1,17 @@ +<!-- + 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. +--> <div class="panel panel-default ux-script ux-script-output ux-normal"> <div class="panel-heading"> <h3 class="panel-title">{{i18n "output"}}</h3> diff --git a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/sessions.handlebars b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/sessions.handlebars index 5b9ffb1c3c..385997a915 100644 --- a/tomee/tomee-webaccess/src/main/webapp/app/js/templates/sessions.handlebars +++ b/tomee/tomee-webaccess/src/main/webapp/app/js/templates/sessions.handlebars @@ -1,3 +1,17 @@ +<!-- + 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. +--> <div class="ux-sessions-panel panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">{{i18n "sessions"}}</h3>