summaryrefslogtreecommitdiff
path: root/Libraries/LibC/stdio.cpp
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@serenityos.org>2020-05-20 14:57:47 +0300
committerAndreas Kling <kling@serenityos.org>2020-05-20 14:11:13 +0200
commit36dcbce16161a34a222f7e7abded549d5d2d6d2c (patch)
treea28cdda1a0e5b5cce81ce008b35d3781bf9eb37b /Libraries/LibC/stdio.cpp
parent776275a747658f8ea5c1a4e0b514b0920de3f68e (diff)
downloadserenity-36dcbce16161a34a222f7e7abded549d5d2d6d2c.zip
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.
Diffstat (limited to 'Libraries/LibC/stdio.cpp')
-rw-r--r--Libraries/LibC/stdio.cpp1
1 files changed, 1 insertions, 0 deletions
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 <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