From 36dcbce16161a34a222f7e7abded549d5d2d6d2c Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Wed, 20 May 2020 14:57:47 +0300 Subject: [PATCH] LibC: Claim some copyright for stdio I've written a large part of the new stdio, so I'm (partly) to blame for it now. --- Libraries/LibC/stdio.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/LibC/stdio.cpp b/Libraries/LibC/stdio.cpp index 4075ed3321..e59fe96891 100644 --- a/Libraries/LibC/stdio.cpp +++ b/Libraries/LibC/stdio.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2020, Sergey Bugaev * All rights reserved. * * Redistribution and use in source and binary forms, with or without