mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Update copyright year 2025 (#24593)
(cherry picked from commit 3dda60a8ce)
This commit is contained in:
@@ -25,7 +25,7 @@ const
|
||||
useEffectSystem* = true
|
||||
useWriteTracking* = false
|
||||
hasFFI* = defined(nimHasLibFFI)
|
||||
copyrightYear* = "2024"
|
||||
copyrightYear* = "2025"
|
||||
|
||||
nimEnableCovariance* = defined(nimEnableCovariance)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
=====================================================
|
||||
Nim -- a Compiler for Nim. https://nim-lang.org/
|
||||
|
||||
Copyright (C) 2006-2024 Andreas Rumpf. All rights reserved.
|
||||
Copyright (C) 2006-2025 Andreas Rumpf. All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -202,7 +202,7 @@ Nim. You are explicitly permitted to develop commercial applications using Nim.
|
||||
|
||||
Please read the [copying.txt](copying.txt) file for more details.
|
||||
|
||||
Copyright © 2006-2024 Andreas Rumpf, all rights reserved.
|
||||
Copyright © 2006-2025 Andreas Rumpf, all rights reserved.
|
||||
|
||||
[nim-site]: https://nim-lang.org
|
||||
[nim-forum]: https://forum.nim-lang.org
|
||||
|
||||
Reference in New Issue
Block a user