This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch update-copyright-year-in-several-files in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 8ce88ef23a17f43a94c4fea5e5258e9c1c74f83b Author: Martin Wiesner <[email protected]> AuthorDate: Sat Jul 19 21:07:01 2025 +0200 updates copyright year in: - NOTICE, - LICENSE, and - Dev Manual's primary docbookx file --- LICENSE | 2 +- opennlp-distr/src/main/readme/NOTICE | 2 +- opennlp-docs/src/docbkx/opennlp.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 98312932..7fcb36b1 100644 --- a/LICENSE +++ b/LICENSE @@ -282,7 +282,7 @@ The following license applies to the SLF4J API: MIT license - Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland) + Copyright (c) 2004-2025 QOS.ch Sarl (Switzerland) All rights reserved. Permission is hereby granted, free of charge, to any person obtaining diff --git a/opennlp-distr/src/main/readme/NOTICE b/opennlp-distr/src/main/readme/NOTICE index cef43523..e43b73a5 100644 --- a/opennlp-distr/src/main/readme/NOTICE +++ b/opennlp-distr/src/main/readme/NOTICE @@ -1,5 +1,5 @@ Apache OpenNLP -Copyright 2017-2024 The Apache Software Foundation +Copyright 2017-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/opennlp-docs/src/docbkx/opennlp.xml b/opennlp-docs/src/docbkx/opennlp.xml index 1f62e894..f07769e1 100644 --- a/opennlp-docs/src/docbkx/opennlp.xml +++ b/opennlp-docs/src/docbkx/opennlp.xml @@ -72,7 +72,7 @@ under the License. <copyright> <year>2011</year> - <year>2024</year> + <year>2025</year> <holder>The Apache Software Foundation</holder> </copyright>
