From 39a6106e8b54891c4334443a85d91dc104eab4aa Mon Sep 17 00:00:00 2001 From: Alex <251501+AzureKitsune@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:03:14 -0500 Subject: [PATCH] Update sequtils.nim authors (#24238) Hello, I am the original developer credited in this file. I no longer wish to be credited for the it so I've updated it to say "Nim Contributors". This is a quick edit from the GitHub Web UI so let me know if I need to make any changes to get this merged. Thank you. --------- Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> (cherry picked from commit f420a5a2734f93f1e03c34d9f559cc537c940112) --- lib/pure/collections/sequtils.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/collections/sequtils.nim b/lib/pure/collections/sequtils.nim index 3c0d8dc0eb..57d3a405fe 100644 --- a/lib/pure/collections/sequtils.nim +++ b/lib/pure/collections/sequtils.nim @@ -1,7 +1,7 @@ # # # Nim's Runtime Library -# (c) Copyright 2011 Alexander Mitchell-Robinson +# (c) Copyright 2024 Nim Contributors # # See the file "copying.txt", included in this # distribution, for details about the copyright.