Skip to content

Commit c0b32f7

Browse files
bugaevcawesomekling
authored andcommitted
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.
1 parent f1e9588 commit c0b32f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+59
-59
lines changed

AK/JsonArraySerializer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

AK/JsonObjectSerializer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

AK/Tests/TestUtf8.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

AK/Utf8View.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

AK/Utf8View.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Applications/Calculator/Calculator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Applications/Calculator/Calculator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Applications/Calculator/CalculatorWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Applications/Calculator/CalculatorWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Applications/Calculator/Keypad.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
2+
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)