mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
(cherry picked from commit 4032eb4baa)
This commit is contained in:
@@ -19,7 +19,7 @@ const
|
||||
useEffectSystem* = true
|
||||
useWriteTracking* = false
|
||||
hasFFI* = defined(nimHasLibFFI)
|
||||
copyrightYear* = "2021"
|
||||
copyrightYear* = "2023"
|
||||
|
||||
nimEnableCovariance* = defined(nimEnableCovariance)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
=====================================================
|
||||
Nim -- a Compiler for Nim. https://nim-lang.org/
|
||||
|
||||
Copyright (C) 2006-2021 Andreas Rumpf. All rights reserved.
|
||||
Copyright (C) 2006-2023 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
|
||||
|
||||
@@ -201,7 +201,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-2021 Andreas Rumpf, all rights reserved.
|
||||
Copyright © 2006-2023 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