diff options
author | flywind <xzsflywind@gmail.com> | 2022-01-13 21:43:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 14:43:35 +0100 |
commit | 40a9c33eff099a37be236826f84eb2064d0ec247 (patch) | |
tree | 8624d815fff107f34bf2b96c96b1577494d8af82 | |
parent | a9135095f02587430b179a33ae03910d0d4201cd (diff) | |
download | Nim-40a9c33eff099a37be236826f84eb2064d0ec247.tar.gz |
update copyright year (#19381)
-rw-r--r-- | compiler/options.nim | 2 | ||||
-rw-r--r-- | copying.txt | 2 | ||||
-rw-r--r-- | readme.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 9e957332f..5cfe58119 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -19,7 +19,7 @@ const useEffectSystem* = true useWriteTracking* = false hasFFI* = defined(nimHasLibFFI) - copyrightYear* = "2021" + copyrightYear* = "2022" nimEnableCovariance* = defined(nimEnableCovariance) diff --git a/copying.txt b/copying.txt index a498a9525..60b6a0217 100644 --- a/copying.txt +++ b/copying.txt @@ -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-2022 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 diff --git a/readme.md b/readme.md index 7d45556db..6bc7a2385 100644 --- a/readme.md +++ b/readme.md @@ -203,7 +203,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-2022 Andreas Rumpf, all rights reserved. [nim-site]: https://nim-lang.org [nim-forum]: https://forum.nim-lang.org |