ソースを参照

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.
Sergey Bugaev 5 年 前
コミット
36dcbce161
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Libraries/LibC/stdio.cpp

+ 1 - 0
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