This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git
The following commit(s) were added to refs/heads/main by this push:
new b078764 Update copyright dates and format markdown
b078764 is described below
commit b0787640f05fb89f1d009285d778f68c1bba8a32
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Jan 8 16:33:32 2026 -0500
Update copyright dates and format markdown
* Bump copyright year to 2026
* Remove markdown files and some .github folder items from the license
header default exclusions so they can be automatically maintained
---
NOTICE | 4 +--
README.md | 1 -
modules/local-caching-classloader/README.md | 33 +++++++++++++-----------
modules/vfs-class-loader/README.md | 33 +++++++++++++-----------
modules/vfs-class-loader/TESTING.md | 39 +++++++++++++++--------------
pom.xml | 10 +++++++-
6 files changed, 67 insertions(+), 53 deletions(-)
diff --git a/NOTICE b/NOTICE
index ca27383..a78fe98 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Accumulo Classloader Extras
-Copyright 2020 The Apache Software Foundation
+Copyright 2020-2026 The Apache Software Foundation
This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
+The Apache Software Foundation (https://www.apache.org/).
diff --git a/README.md b/README.md
index 9f88997..ed514ef 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,5 @@
under the License.
-->
-
# Apache Accumulo Classloader Extras
diff --git a/modules/local-caching-classloader/README.md
b/modules/local-caching-classloader/README.md
index f0f6d2e..b2c064e 100644
--- a/modules/local-caching-classloader/README.md
+++ b/modules/local-caching-classloader/README.md
@@ -1,20 +1,23 @@
<!--
-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.
--->
+ 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
+
+ https://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.
+
+-->
# Local Caching ClassLoader
The LocalCachingContextClassLoaderFactory is an Accumulo
ContextClassLoaderFactory implementation that creates and maintains a
diff --git a/modules/vfs-class-loader/README.md
b/modules/vfs-class-loader/README.md
index 60a9762..66f2093 100644
--- a/modules/vfs-class-loader/README.md
+++ b/modules/vfs-class-loader/README.md
@@ -1,20 +1,23 @@
<!--
-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.
--->
+ 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
+
+ https://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.
+
+-->
# Accumulo VFS ClassLoader
This module contains a
[ClassLoader](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ClassLoader.html)
implementation that can be used as the JVM
[System](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ClassLoader.html#getSystemClassLoader())
ClassLoader or a ClassLoader for Accumulo table contexts.
diff --git a/modules/vfs-class-loader/TESTING.md
b/modules/vfs-class-loader/TESTING.md
index 9273679..c9a4f7d 100644
--- a/modules/vfs-class-loader/TESTING.md
+++ b/modules/vfs-class-loader/TESTING.md
@@ -1,22 +1,23 @@
- <!--
- 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.
- -->
-
+<!--
+
+ 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
+
+ https://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.
+
+-->
# Setup
After running `mvn clean package` add the built jars to HDFS:
diff --git a/pom.xml b/pom.xml
index e18f552..1829a88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,14 @@ under the License.
<licenseSets>
<licenseSet>
<inlineHeader>${accumulo.build.license.header}</inlineHeader>
+ <includes>
+ <!-- override some of the default exclusions -->
+ <include>**/*.md</include>
+ <include>**/.github</include>
+ <include>**/.github/**</include>
+ </includes>
<excludes combine.children="append">
+ <exclude>**/.github/ISSUE_TEMPLATE/**</exclude>
<exclude>**/DEPENDENCIES</exclude>
<exclude>**/LICENSE</exclude>
<exclude>**/NOTICE</exclude>
@@ -188,9 +195,10 @@ under the License.
</licenseSets>
<mapping combine.children="append">
<!-- general mappings; module-specific mappings appear in their
respective pom -->
- <java>SLASHSTAR_STYLE</java>
<HelloWorldTemplate>SLASHSTAR_STYLE</HelloWorldTemplate>
<TestTemplate>SLASHSTAR_STYLE</TestTemplate>
+ <java>SLASHSTAR_STYLE</java>
+ <md>XML_STYLE</md>
</mapping>
</configuration>
</plugin>