This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jelly.git
commit 30803a0d04f8546a2fd6d76d9bc2cf345eb3154f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 25 09:35:28 2023 -0400 Add missing license headers --- xdocs/download_jelly.cgi | 16 ++++++++++++++++ xdocs/style/project.css | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/xdocs/download_jelly.cgi b/xdocs/download_jelly.cgi index 495cde12..3b12e2b9 100644 --- a/xdocs/download_jelly.cgi +++ b/xdocs/download_jelly.cgi @@ -1,4 +1,20 @@ #!/bin/sh +# +# 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. +# # Just call the standard mirrors.cgi script. It will use download.html # as the input template. exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $* \ No newline at end of file diff --git a/xdocs/style/project.css b/xdocs/style/project.css index c1d541c8..597847f0 100644 --- a/xdocs/style/project.css +++ b/xdocs/style/project.css @@ -1 +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. + */ @import url("http://commons.apache.org/style/commons-maven.css");