Skip to content

Commit a07f337

Browse files
committed
Rectify year of first publication
Ref. None
1 parent e585d6a commit a07f337

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

doc/language_reference/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "RecordFlux"
24-
copyright = f"2023-{datetime.now().year}, AdaCore" # noqa: A001, DTZ005
24+
copyright = f"2018-{datetime.now().year}, AdaCore" # noqa: A001, DTZ005
2525
author = "AdaCore"
2626

2727
# Omit version to prevent conflicts caused by dynamic versioning

doc/user_guide/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "RecordFlux"
24-
copyright = f"2023-{datetime.now().year}, AdaCore" # noqa: A001, DTZ005
24+
copyright = f"2021-{datetime.now().year}, AdaCore" # noqa: A001, DTZ005
2525
author = "AdaCore"
2626

2727
# Omit version to prevent conflicts caused by dynamic versioning

rflx/doc/language_reference/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h1 id="index">Index</h1>
9393
<hr/>
9494

9595
<div role="contentinfo">
96-
<p>&#169; Copyright 2023-2025, AdaCore.</p>
96+
<p>&#169; Copyright 2018-2026, AdaCore.</p>
9797
</div>
9898

9999
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

rflx/doc/language_reference/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h1>Language Reference<a class="headerlink" href="#language-reference" title="Pe
111111
<hr/>
112112

113113
<div role="contentinfo">
114-
<p>&#169; Copyright 2023-2025, AdaCore.</p>
114+
<p>&#169; Copyright 2018-2026, AdaCore.</p>
115115
</div>
116116

117117
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

rflx/doc/language_reference/language_reference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ <h1>Files<a class="headerlink" href="#files" title="Permalink to this headline">
12801280
<hr/>
12811281

12821282
<div role="contentinfo">
1283-
<p>&#169; Copyright 2023-2025, AdaCore.</p>
1283+
<p>&#169; Copyright 2018-2026, AdaCore.</p>
12841284
</div>
12851285

12861286
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

rflx/doc/language_reference/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<hr/>
102102

103103
<div role="contentinfo">
104-
<p>&#169; Copyright 2023-2025, AdaCore.</p>
104+
<p>&#169; Copyright 2018-2026, AdaCore.</p>
105105
</div>
106106

107107
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

rflx/doc/user_guide/10-introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h3>GNAT Studio Modeller Plugin<a class="headerlink" href="#gnat-studio-modeller
270270
<hr/>
271271

272272
<div role="contentinfo">
273-
<p>&#169; Copyright 2023-2025, AdaCore.</p>
273+
<p>&#169; Copyright 2021-2026, AdaCore.</p>
274274
</div>
275275

276276
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

rflx/doc/user_guide/20-overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ <h4>Proving and Running the Result<a class="headerlink" href="#proving-and-runni
872872
<hr/>
873873

874874
<div role="contentinfo">
875-
<p>&#169; Copyright 2023-2025, AdaCore.</p>
875+
<p>&#169; Copyright 2021-2026, AdaCore.</p>
876876
</div>
877877

878878
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

rflx/doc/user_guide/90-appendix.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ <h2>GNU FDL<a class="headerlink" href="#gnu-fdl" title="Permalink to this headli
390390
<hr/>
391391

392392
<div role="contentinfo">
393-
<p>&#169; Copyright 2023-2025, AdaCore.</p>
393+
<p>&#169; Copyright 2021-2026, AdaCore.</p>
394394
</div>
395395

396396
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

rflx/doc/user_guide/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h1 id="index">Index</h1>
8484
<hr/>
8585

8686
<div role="contentinfo">
87-
<p>&#169; Copyright 2023-2025, AdaCore.</p>
87+
<p>&#169; Copyright 2021-2026, AdaCore.</p>
8888
</div>
8989

9090
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

0 commit comments

Comments
 (0)