1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00

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.
This commit is contained in:
Sergey Bugaev 2020-05-20 14:57:47 +03:00 committed by Andreas Kling
parent 776275a747
commit 36dcbce161

View file

@ -1,5 +1,6 @@
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2020, Sergey Bugaev <bugaevc@serenityos.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without