Skip to content

fix: update copyright years and fix configure.ac start year#191

Merged
LinuxJedi merged 1 commit into
wolfSSL:masterfrom
MarkAtwood:fix/license-metadata
Jun 18, 2026
Merged

fix: update copyright years and fix configure.ac start year#191
LinuxJedi merged 1 commit into
wolfSSL:masterfrom
MarkAtwood:fix/license-metadata

Conversation

@MarkAtwood

Copy link
Copy Markdown
Contributor

Summary

Copyright year ranges were stale and inconsistent across metadata files:

  • debian/copyright: 2014-2025 -> 2006-2026 (start year now matches source headers)
  • configure.ac header: added missing start year, updated to 2006-2026
  • configure.ac AC_COPYRIGHT: 2014-2023 -> 2006-2026
  • configure.ac line 626 (options.h generator): 2006-2023 -> 2006-2026 (this hardcoded string bypasses license.pl)
  • CMakeLists.txt: 2006-2024 -> 2006-2026
  • Also fixed typo "All right reserved" -> "All rights reserved" in configure.ac

No code changes -- metadata only.

Test plan

  • grep -rn '2023\|2024\|2025' configure.ac CMakeLists.txt debian/copyright returns no stale years
  • ./autogen.sh && ./configure still works

- debian/copyright: 2014-2025 -> 2006-2026 (match source headers)
- configure.ac header: add start year, update to 2026
- configure.ac AC_COPYRIGHT: 2014-2023 -> 2006-2026
- configure.ac options.h generator: 2006-2023 -> 2006-2026
- CMakeLists.txt: 2006-2024 -> 2006-2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates project metadata headers to align and refresh copyright year ranges (and fix a small typo) across build/config packaging files, keeping licensing/copyright text consistent.

Changes:

  • Updated debian/copyright year range to 2006-2026 to match upstream header start year.
  • Updated configure.ac header + AC_COPYRIGHT + generated options.h copyright string to 2006-2026, and fixed “All right reserved” typo.
  • Updated CMakeLists.txt header year range to 2006-2026.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
debian/copyright Refreshes DEP5 copyright year range for packaged files.
configure.ac Updates autoconf copyright strings (including options.h generator) and fixes header typo.
CMakeLists.txt Refreshes CMake header copyright year range.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@LinuxJedi LinuxJedi merged commit 1f2ce8f into wolfSSL:master Jun 18, 2026
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants