You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2024/01/09 16:40:20 UTC

(allura) 02/02: more license headers on some files

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit fdbabc029b1b574f5f3ee0d3d47d302762063010
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Tue Jan 9 11:39:53 2024 -0500

    more license headers on some files
---
 .../override/allura/templates/README.md              | 20 +++++++++++++++++++-
 AlluraTest/setup.cfg                                 | 19 ++++++++++++++++++-
 ForgeActivity/setup.cfg                              | 19 ++++++++++++++++++-
 ForgeBlog/setup.cfg                                  | 19 ++++++++++++++++++-
 ForgeChat/setup.cfg                                  | 19 ++++++++++++++++++-
 ForgeDiscussion/setup.cfg                            | 19 ++++++++++++++++++-
 ForgeFeedback/setup.cfg                              | 19 ++++++++++++++++++-
 ForgeFiles/setup.cfg                                 | 19 ++++++++++++++++++-
 ForgeGit/setup.cfg                                   | 19 ++++++++++++++++++-
 ForgeImporters/setup.cfg                             | 19 ++++++++++++++++++-
 ForgeLink/setup.cfg                                  | 19 ++++++++++++++++++-
 ForgeSVN/setup.cfg                                   | 19 ++++++++++++++++++-
 ForgeShortUrl/setup.cfg                              | 19 ++++++++++++++++++-
 ForgeTracker/setup.cfg                               | 19 ++++++++++++++++++-
 ForgeUserStats/setup.cfg                             | 19 ++++++++++++++++++-
 ForgeWiki/setup.cfg                                  | 19 ++++++++++++++++++-
 rat-excludes.txt                                     |  3 +--
 17 files changed, 290 insertions(+), 18 deletions(-)

diff --git a/Allura/allura/templates_responsive/override/allura/templates/README.md b/Allura/allura/templates_responsive/override/allura/templates/README.md
index 48b208556..3144390ac 100644
--- a/Allura/allura/templates_responsive/override/allura/templates/README.md
+++ b/Allura/allura/templates_responsive/override/allura/templates/README.md
@@ -1,6 +1,24 @@
+<!--
+    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.
+-->
 
 # Responsive Migration
 
 As we plot a course to migrate allura's default layout to be responsive, new templates can be placed in this directory to supercede their legacy counterparts.
 
-To see the overridden templates take effect, ensure `disable_entry_points.allura.theme.override = responsive` is *disabled* (by commenting out or removing entirely) in your INI file.  
\ No newline at end of file
+To see the overridden templates take effect, ensure `disable_entry_points.allura.theme.override = responsive` is *disabled* (by commenting out or removing entirely) in your INI file.  
diff --git a/AlluraTest/setup.cfg b/AlluraTest/setup.cfg
index dc59fc75c..839913fe4 100644
--- a/AlluraTest/setup.cfg
+++ b/AlluraTest/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -7,4 +24,4 @@ max-line-length = 119
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,alluratest
\ No newline at end of file
+source=../Allura/allura,alluratest
diff --git a/ForgeActivity/setup.cfg b/ForgeActivity/setup.cfg
index c86f54040..98f77026f 100644
--- a/ForgeActivity/setup.cfg
+++ b/ForgeActivity/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgeactivity
\ No newline at end of file
+source=../Allura/allura,forgeactivity
diff --git a/ForgeBlog/setup.cfg b/ForgeBlog/setup.cfg
index 1f0e936bc..fff8c46c4 100644
--- a/ForgeBlog/setup.cfg
+++ b/ForgeBlog/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgeblog
\ No newline at end of file
+source=../Allura/allura,forgeblog
diff --git a/ForgeChat/setup.cfg b/ForgeChat/setup.cfg
index 80089c8d0..f32dfd399 100644
--- a/ForgeChat/setup.cfg
+++ b/ForgeChat/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgechat
\ No newline at end of file
+source=../Allura/allura,forgechat
diff --git a/ForgeDiscussion/setup.cfg b/ForgeDiscussion/setup.cfg
index 491caac9a..d76ed3bdf 100644
--- a/ForgeDiscussion/setup.cfg
+++ b/ForgeDiscussion/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgediscussion
\ No newline at end of file
+source=../Allura/allura,forgediscussion
diff --git a/ForgeFeedback/setup.cfg b/ForgeFeedback/setup.cfg
index e04e3e8e2..92b11ded7 100644
--- a/ForgeFeedback/setup.cfg
+++ b/ForgeFeedback/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgefeedback
\ No newline at end of file
+source=../Allura/allura,forgefeedback
diff --git a/ForgeFiles/setup.cfg b/ForgeFiles/setup.cfg
index bbcd097b4..ee7e4798c 100644
--- a/ForgeFiles/setup.cfg
+++ b/ForgeFiles/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgefiles
\ No newline at end of file
+source=../Allura/allura,forgefiles
diff --git a/ForgeGit/setup.cfg b/ForgeGit/setup.cfg
index a7e174e4e..6677d29fa 100644
--- a/ForgeGit/setup.cfg
+++ b/ForgeGit/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgegit
\ No newline at end of file
+source=../Allura/allura,forgegit
diff --git a/ForgeImporters/setup.cfg b/ForgeImporters/setup.cfg
index 2d063f9d1..7a8b9a08d 100644
--- a/ForgeImporters/setup.cfg
+++ b/ForgeImporters/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -11,4 +28,4 @@ tag_build = dev0
 parallel=true
 concurrency=multiprocessing
 # include tracker & wiki since importer leverages some of their code
-source=../Allura/allura,forgeimporters,../ForgeTracker/forgetracker,../ForgeWiki/forgewiki
\ No newline at end of file
+source=../Allura/allura,forgeimporters,../ForgeTracker/forgetracker,../ForgeWiki/forgewiki
diff --git a/ForgeLink/setup.cfg b/ForgeLink/setup.cfg
index 8b29b373a..341273c2f 100644
--- a/ForgeLink/setup.cfg
+++ b/ForgeLink/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgelink
\ No newline at end of file
+source=../Allura/allura,forgelink
diff --git a/ForgeSVN/setup.cfg b/ForgeSVN/setup.cfg
index 479785ef8..9f851946f 100644
--- a/ForgeSVN/setup.cfg
+++ b/ForgeSVN/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgesvn
\ No newline at end of file
+source=../Allura/allura,forgesvn
diff --git a/ForgeShortUrl/setup.cfg b/ForgeShortUrl/setup.cfg
index 6798578f6..3867dfb80 100644
--- a/ForgeShortUrl/setup.cfg
+++ b/ForgeShortUrl/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgeshorturl
\ No newline at end of file
+source=../Allura/allura,forgeshorturl
diff --git a/ForgeTracker/setup.cfg b/ForgeTracker/setup.cfg
index 8551d861d..99af167c0 100644
--- a/ForgeTracker/setup.cfg
+++ b/ForgeTracker/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgetracker,../AlluraTest/alluratest
\ No newline at end of file
+source=../Allura/allura,forgetracker,../AlluraTest/alluratest
diff --git a/ForgeUserStats/setup.cfg b/ForgeUserStats/setup.cfg
index a208f628e..afd7d3752 100644
--- a/ForgeUserStats/setup.cfg
+++ b/ForgeUserStats/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgeuserstats
\ No newline at end of file
+source=../Allura/allura,forgeuserstats
diff --git a/ForgeWiki/setup.cfg b/ForgeWiki/setup.cfg
index 5a71cb269..fbfd1a757 100644
--- a/ForgeWiki/setup.cfg
+++ b/ForgeWiki/setup.cfg
@@ -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.
+
 [pycodestyle]
 max-line-length = 119
 
@@ -10,4 +27,4 @@ tag_build = dev0
 [coverage:run]
 parallel=true
 concurrency=multiprocessing
-source=../Allura/allura,forgewiki
\ No newline at end of file
+source=../Allura/allura,forgewiki
diff --git a/rat-excludes.txt b/rat-excludes.txt
index c819b7f07..283a1b0c7 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -15,6 +15,7 @@
 .eslintrc-es6
 .jscsrc
 .jshintrc
+.ruff_cache/
 allura-data/
 Allura/allura/etc/mime.types
 Allura/allura/lib/widgets/resources/css/autocomplete.css
@@ -80,5 +81,3 @@ solr_config/allura/core.properties
 # tmp can have tons of files from the broccoli build process
 tmp/**
 Allura/allura/public/nf/js/checklist.js
-Allura/allura/templates_responsive/override/allura/templates/README.md
-