Skip to content

Commit 3dda60a

Browse files
authored
Update copyright year 2025 (#24593)
1 parent dcc4e07 commit 3dda60a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compiler/options.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const
2525
useEffectSystem* = true
2626
useWriteTracking* = false
2727
hasFFI* = defined(nimHasLibFFI)
28-
copyrightYear* = "2024"
28+
copyrightYear* = "2025"
2929

3030
nimEnableCovariance* = defined(nimEnableCovariance)
3131

copying.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=====================================================
22
Nim -- a Compiler for Nim. https://nim-lang.org/
33

4-
Copyright (C) 2006-2024 Andreas Rumpf. All rights reserved.
4+
Copyright (C) 2006-2025 Andreas Rumpf. All rights reserved.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Nim. You are explicitly permitted to develop commercial applications using Nim.
202202

203203
Please read the [copying.txt](copying.txt) file for more details.
204204

205-
Copyright © 2006-2024 Andreas Rumpf, all rights reserved.
205+
Copyright © 2006-2025 Andreas Rumpf, all rights reserved.
206206

207207
[nim-site]: https://nim-lang.org
208208
[nim-forum]: https://forum.nim-lang.org

0 commit comments

Comments
 (0)