Skip to content

Commit c14aa52

Browse files
committed
Remove years from copyright header
Copyright can be inspected via the Git history and GitHub audit logs to infer the date range, and this avoids yearly 'busy work' moving forwards.
1 parent 4b3bb5a commit c14aa52

545 files changed

Lines changed: 545 additions & 556 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.mvn/checkstyle/suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (C) 2023 - 2025, Ashley Scopes.
4+
Copyright (C) 2023 Ashley Scopes
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

.mvn/license/license-header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) ${inceptionYear} - ${currentYear}, Ashley Scopes.
1+
Copyright (C) 2023 Ashley Scopes
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (C) 2023 - 2025, Ashley Scopes.
4+
Copyright (C) 2023 Ashley Scopes
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -341,10 +341,6 @@
341341
<mapping>
342342
<java>SLASHSTAR_STYLE</java>
343343
</mapping>
344-
<properties>
345-
<currentYear>2025</currentYear>
346-
<inceptionYear>${project.inceptionYear}</inceptionYear>
347-
</properties>
348344
<strictCheck>true</strictCheck>
349345
</configuration>
350346

protobuf-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (C) 2023 - 2025, Ashley Scopes.
4+
Copyright (C) 2023 Ashley Scopes
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

protobuf-maven-plugin/src/it/gh-164-transitive-dependency-conflicts/channel-protos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (C) 2023 - 2025, Ashley Scopes.
4+
Copyright (C) 2023 Ashley Scopes
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

protobuf-maven-plugin/src/it/gh-164-transitive-dependency-conflicts/channel-protos/src/zip/channels/channel.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2023 - 2025, Ashley Scopes.
2+
// Copyright (C) 2023 Ashley Scopes
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

protobuf-maven-plugin/src/it/gh-164-transitive-dependency-conflicts/chat-platform-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (C) 2023 - 2025, Ashley Scopes.
4+
Copyright (C) 2023 Ashley Scopes
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

protobuf-maven-plugin/src/it/gh-164-transitive-dependency-conflicts/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2023 - 2025, Ashley Scopes.
2+
# Copyright (C) 2023 Ashley Scopes
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

protobuf-maven-plugin/src/it/gh-164-transitive-dependency-conflicts/message-protos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (C) 2023 - 2025, Ashley Scopes.
4+
Copyright (C) 2023 Ashley Scopes
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

protobuf-maven-plugin/src/it/gh-164-transitive-dependency-conflicts/message-protos/src/zip/messages/message.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2023 - 2025, Ashley Scopes.
2+
// Copyright (C) 2023 Ashley Scopes
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)