From c0b32f7b76c56bbb3a15bbb97c7f7c316d28dc7d Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Fri, 24 Jan 2020 16:45:29 +0300 Subject: Meta: Claim copyright for files created by me This changes copyright holder to myself for the source code files that I've created or have (almost) completely rewritten. Not included are the files that were significantly changed by others even though it was me who originally created them (think HtmlView), or the many other files I've contributed code to. --- Kernel/FileSystem/DevPtsFS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/FileSystem/DevPtsFS.cpp') diff --git a/Kernel/FileSystem/DevPtsFS.cpp b/Kernel/FileSystem/DevPtsFS.cpp index 930a6fb05f..bec4c302d9 100644 --- a/Kernel/FileSystem/DevPtsFS.cpp +++ b/Kernel/FileSystem/DevPtsFS.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2019-2020, Sergey Bugaev * All rights reserved. * * Redistribution and use in source and binary forms, with or without -- cgit v1.2.3