This is an automated email from the ASF dual-hosted git repository.
ottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2bf208cb4 Fix footer and add note about branch creation (#4)
2bf208cb4 is described below
commit 2bf208cb490ee7a31ff2ad1220329ab479f3878d
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu May 28 12:36:28 2026 +0200
Fix footer and add note about branch creation (#4)
* Fix footer year number
* Add branch creation note due to ASF policy change
---
README.md | 2 ++
index.html | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2e24bee33..568ac61ae 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ This repository contains our webpage.
Every commit is directly pushed and available on
[https://creadur.apache.org/](https://creadur.apache.org/), as its deployment
is done via [asf.yaml](./.asf.yaml).
+Due to ASF restrictions you need to file a PR for every change as a direct
commit to the master branch is forbidden.
+
## Prerequisites for working on the webpage
In order to work with Creadur's git repositories some scripts expect that all
projects are checked out in one directory. Thus you should have the following
directory structure on your local box:
diff --git a/index.html b/index.html
index e4c240bfc..72fcc5cd0 100644
--- a/index.html
+++ b/index.html
@@ -167,7 +167,7 @@ Some tools in the suite use sub-sites, generated by Maven,
checked ini <a href="
<div class="clear"></div>
</div>
<div id="copyright" class="container_16">
- <p>Copyright © 2012-2025 The Apache Software Foundation, Licensed
under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License,
Version 2.0</a>.<br/>
+ <p>Copyright © 2012-2026 The Apache Software Foundation, Licensed
under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License,
Version 2.0</a>.<br/>
Apache Creadur, Creadur, Apache RAT, Apache Tentacles, Apache Whisker,
Apache and the ASF logo are <a
href="https://www.apache.org/foundation/marks/">trademarks</a> of <a
href="https://www.apache.org">The Apache Software Foundation</a>.<br/>
All other marks mentioned may be trademarks or registered trademarks of
their respective owners.
</p>