Skip to content

Commit f4afdd8

Browse files
committed
Set copyright year to release year in javadoc
Using #2897 it will remove the need to update it (which has been forgotten - it's still 2024 in our 2025-03 release).
1 parent fd56735 commit f4afdd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: org.eclipse.pde.doc.user/forceQualifierUpdate.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/eclipse-pde/eclipse.pde/pull/1665

Diff for: org.eclipse.pde.doc.user/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<windowtitle>Eclipse PDE API Specification</windowtitle>
195195
<doctitle>Eclipse PDE API Specification</doctitle>
196196
<header><![CDATA[<span style='font-size:small'><b>Eclipse PDE</b><br>${releaseName} (${releaseNumberSDK})</span>]]></header>
197-
<bottom><![CDATA[<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2024 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>]]></bottom>
197+
<bottom><![CDATA[<br><span style='font-size:small;float:right'>Copyright (c) 2000, ${releaseYear} Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>]]></bottom>
198198
<sourcepath>${eclipse.pde.build}/org.eclipse.pde.build/src
199199
;${eclipse.pde.ui.apitools}/org.eclipse.pde.api.tools.annotations/src
200200
;${eclipse.pde.ui.ui}/org.eclipse.pde.core/src

0 commit comments

Comments
 (0)