Skip to content

Commit 7215504

Browse files
committed
Set copyright year to release year in javadoc
1 parent 91d299a commit 7215504

File tree

2 files changed

+2
-2
lines changed
  • eclipse.platform.common/bundles

2 files changed

+2
-2
lines changed

eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<windowtitle>Eclipse JDT API Specification</windowtitle>
175175
<doctitle>Eclipse JDT API Specification</doctitle>
176176
<header><![CDATA[<span style='font-size:small'><b>Eclipse JDT</b><br>${releaseName} (${releaseNumberSDK})</span>]]></header>
177-
<bottom><![CDATA[<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2023 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>
177+
<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>
178178
<sourcepath>${eclipse.jdt.core}/org.eclipse.jdt.annotation/src
179179
;${eclipse.jdt.core}/org.eclipse.jdt.core.compiler.batch/src
180180
;${eclipse.jdt.core}/org.eclipse.jdt.apt.core/src

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
<windowtitle>Eclipse Platform API Specification</windowtitle>
473473
<doctitle>Eclipse Platform API Specification</doctitle>
474474
<header><![CDATA[<span style='font-size:small'><b>Eclipse Platform</b><br>${releaseName} (${releaseNumberSDK})</span>]]></header>
475-
<bottom><![CDATA[<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2023 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>
475+
<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>
476476
<sourcepath>;${eclipse.platform.ui.bundles}/org.eclipse.ltk.core.refactoring/src
477477
;${eclipse.platform.ui.bundles}/org.eclipse.ltk.ui.refactoring/src
478478
;${eclipse.pde}/org.eclipse.pde/src

0 commit comments

Comments
 (0)