Browse Source

Everywhere: Use linusg@serenityos.org for my copyright headers

Linus Groh 4 năm trước cách đây
mục cha
commit
ebdeed087c
100 tập tin đã thay đổi với 100 bổ sung100 xóa
  1. 1 1
      Kernel/CoreDump.cpp
  2. 1 1
      Userland/Applets/ResourceGraph/main.cpp
  3. 1 1
      Userland/Applications/CrashReporter/main.cpp
  4. 1 1
      Userland/Applications/QuickShow/QSWidget.cpp
  5. 1 1
      Userland/Applications/QuickShow/QSWidget.h
  6. 1 1
      Userland/Demos/LibGfxDemo/main.cpp
  7. 1 1
      Userland/Demos/WidgetGallery/main.cpp
  8. 1 1
      Userland/Libraries/LibCoreDump/Backtrace.cpp
  9. 1 1
      Userland/Libraries/LibCoreDump/Backtrace.h
  10. 1 1
      Userland/Libraries/LibCoreDump/Forward.h
  11. 1 1
      Userland/Libraries/LibDesktop/AppFile.cpp
  12. 1 1
      Userland/Libraries/LibDesktop/AppFile.h
  13. 1 1
      Userland/Libraries/LibGUI/GMLFormatter.cpp
  14. 1 1
      Userland/Libraries/LibGUI/GMLFormatter.h
  15. 1 1
      Userland/Libraries/LibJS/AST.cpp
  16. 1 1
      Userland/Libraries/LibJS/AST.h
  17. 1 1
      Userland/Libraries/LibJS/Console.cpp
  18. 1 1
      Userland/Libraries/LibJS/Lexer.cpp
  19. 1 1
      Userland/Libraries/LibJS/Parser.cpp
  20. 1 1
      Userland/Libraries/LibJS/Runtime/Accessor.h
  21. 1 1
      Userland/Libraries/LibJS/Runtime/ArrayBuffer.cpp
  22. 1 1
      Userland/Libraries/LibJS/Runtime/ArrayBuffer.h
  23. 1 1
      Userland/Libraries/LibJS/Runtime/ArrayBufferConstructor.cpp
  24. 1 1
      Userland/Libraries/LibJS/Runtime/ArrayBufferConstructor.h
  25. 1 1
      Userland/Libraries/LibJS/Runtime/ArrayBufferPrototype.cpp
  26. 1 1
      Userland/Libraries/LibJS/Runtime/ArrayBufferPrototype.h
  27. 1 1
      Userland/Libraries/LibJS/Runtime/ArrayConstructor.cpp
  28. 1 1
      Userland/Libraries/LibJS/Runtime/ArrayPrototype.cpp
  29. 1 1
      Userland/Libraries/LibJS/Runtime/ArrayPrototype.h
  30. 1 1
      Userland/Libraries/LibJS/Runtime/BigInt.cpp
  31. 1 1
      Userland/Libraries/LibJS/Runtime/BigInt.h
  32. 1 1
      Userland/Libraries/LibJS/Runtime/BigIntConstructor.cpp
  33. 1 1
      Userland/Libraries/LibJS/Runtime/BigIntConstructor.h
  34. 1 1
      Userland/Libraries/LibJS/Runtime/BigIntObject.cpp
  35. 1 1
      Userland/Libraries/LibJS/Runtime/BigIntObject.h
  36. 1 1
      Userland/Libraries/LibJS/Runtime/BigIntPrototype.cpp
  37. 1 1
      Userland/Libraries/LibJS/Runtime/BigIntPrototype.h
  38. 1 1
      Userland/Libraries/LibJS/Runtime/ConsoleObject.cpp
  39. 1 1
      Userland/Libraries/LibJS/Runtime/Date.cpp
  40. 1 1
      Userland/Libraries/LibJS/Runtime/Date.h
  41. 1 1
      Userland/Libraries/LibJS/Runtime/DateConstructor.cpp
  42. 1 1
      Userland/Libraries/LibJS/Runtime/DateConstructor.h
  43. 1 1
      Userland/Libraries/LibJS/Runtime/DatePrototype.cpp
  44. 1 1
      Userland/Libraries/LibJS/Runtime/DatePrototype.h
  45. 1 1
      Userland/Libraries/LibJS/Runtime/Error.cpp
  46. 1 1
      Userland/Libraries/LibJS/Runtime/Error.h
  47. 1 1
      Userland/Libraries/LibJS/Runtime/ErrorConstructor.cpp
  48. 1 1
      Userland/Libraries/LibJS/Runtime/ErrorConstructor.h
  49. 1 1
      Userland/Libraries/LibJS/Runtime/ErrorPrototype.cpp
  50. 1 1
      Userland/Libraries/LibJS/Runtime/FunctionConstructor.cpp
  51. 1 1
      Userland/Libraries/LibJS/Runtime/FunctionConstructor.h
  52. 1 1
      Userland/Libraries/LibJS/Runtime/FunctionPrototype.cpp
  53. 1 1
      Userland/Libraries/LibJS/Runtime/FunctionPrototype.h
  54. 1 1
      Userland/Libraries/LibJS/Runtime/GlobalObject.cpp
  55. 1 1
      Userland/Libraries/LibJS/Runtime/JobCallback.h
  56. 1 1
      Userland/Libraries/LibJS/Runtime/MathObject.cpp
  57. 1 1
      Userland/Libraries/LibJS/Runtime/NumberConstructor.cpp
  58. 1 1
      Userland/Libraries/LibJS/Runtime/NumberConstructor.h
  59. 1 1
      Userland/Libraries/LibJS/Runtime/Object.cpp
  60. 1 1
      Userland/Libraries/LibJS/Runtime/Object.h
  61. 1 1
      Userland/Libraries/LibJS/Runtime/ObjectConstructor.cpp
  62. 1 1
      Userland/Libraries/LibJS/Runtime/ObjectConstructor.h
  63. 1 1
      Userland/Libraries/LibJS/Runtime/Promise.cpp
  64. 1 1
      Userland/Libraries/LibJS/Runtime/Promise.h
  65. 1 1
      Userland/Libraries/LibJS/Runtime/PromiseConstructor.cpp
  66. 1 1
      Userland/Libraries/LibJS/Runtime/PromiseConstructor.h
  67. 1 1
      Userland/Libraries/LibJS/Runtime/PromiseJobs.cpp
  68. 1 1
      Userland/Libraries/LibJS/Runtime/PromiseJobs.h
  69. 1 1
      Userland/Libraries/LibJS/Runtime/PromisePrototype.cpp
  70. 1 1
      Userland/Libraries/LibJS/Runtime/PromisePrototype.h
  71. 1 1
      Userland/Libraries/LibJS/Runtime/PromiseReaction.cpp
  72. 1 1
      Userland/Libraries/LibJS/Runtime/PromiseReaction.h
  73. 1 1
      Userland/Libraries/LibJS/Runtime/PromiseResolvingFunction.cpp
  74. 1 1
      Userland/Libraries/LibJS/Runtime/PromiseResolvingFunction.h
  75. 1 1
      Userland/Libraries/LibJS/Runtime/ProxyObject.cpp
  76. 1 1
      Userland/Libraries/LibJS/Runtime/ReflectObject.cpp
  77. 1 1
      Userland/Libraries/LibJS/Runtime/ReflectObject.h
  78. 1 1
      Userland/Libraries/LibJS/Runtime/RegExpPrototype.cpp
  79. 1 1
      Userland/Libraries/LibJS/Runtime/StringPrototype.cpp
  80. 1 1
      Userland/Libraries/LibJS/Runtime/TypedArray.cpp
  81. 1 1
      Userland/Libraries/LibJS/Runtime/TypedArrayConstructor.cpp
  82. 1 1
      Userland/Libraries/LibJS/Runtime/TypedArrayConstructor.h
  83. 1 1
      Userland/Libraries/LibJS/Runtime/TypedArrayPrototype.cpp
  84. 1 1
      Userland/Libraries/LibJS/Runtime/TypedArrayPrototype.h
  85. 1 1
      Userland/Libraries/LibJS/Runtime/VM.cpp
  86. 1 1
      Userland/Libraries/LibJS/Runtime/VM.h
  87. 1 1
      Userland/Libraries/LibJS/Runtime/Value.cpp
  88. 1 1
      Userland/Libraries/LibJS/Token.cpp
  89. 1 1
      Userland/Libraries/LibTest/Results.h
  90. 1 1
      Userland/Libraries/LibWeb/CSS/Screen.cpp
  91. 1 1
      Userland/Libraries/LibWeb/CSS/Screen.h
  92. 1 1
      Userland/Libraries/LibWeb/CSS/StyleInvalidator.cpp
  93. 1 1
      Userland/Libraries/LibWeb/CSS/StyleInvalidator.h
  94. 1 1
      Userland/Libraries/LibWeb/CodeGenerators/WrapperGenerator.cpp
  95. 1 1
      Userland/Libraries/LibWeb/DOM/DOMException.h
  96. 1 1
      Userland/Libraries/LibWeb/DOM/Document.cpp
  97. 1 1
      Userland/Libraries/LibWeb/DOM/ExceptionOr.h
  98. 1 1
      Userland/Libraries/LibWeb/DOM/Node.cpp
  99. 1 1
      Userland/Libraries/LibWeb/XHR/XMLHttpRequest.cpp
  100. 1 1
      Userland/Utilities/checksum.cpp

+ 1 - 1
Kernel/CoreDump.cpp

@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2019-2020, Jesse Buhagiar <jooster669@gmail.com>
  * Copyright (c) 2020, Itamar S. <itamar8910@gmail.com>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Applets/ResourceGraph/main.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Applications/CrashReporter/main.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Applications/QuickShow/QSWidget.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Applications/QuickShow/QSWidget.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Demos/LibGfxDemo/main.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Demos/WidgetGallery/main.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibCoreDump/Backtrace.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibCoreDump/Backtrace.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibCoreDump/Forward.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibDesktop/AppFile.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibDesktop/AppFile.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibGUI/GMLFormatter.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibGUI/GMLFormatter.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/AST.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/AST.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Console.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Emanuele Torre <torreemanuele6@gmail.com>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Lexer.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Stephan Unverwerth <s.unverwerth@gmx.de>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Parser.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Stephan Unverwerth <s.unverwerth@gmx.de>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Accessor.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Matthew Olsson <matthewcolsson@gmail.com>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ArrayBuffer.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ArrayBuffer.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ArrayBufferConstructor.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ArrayBufferConstructor.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ArrayBufferPrototype.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ArrayBufferPrototype.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ArrayConstructor.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ArrayPrototype.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  * Copyright (c) 2020, Marcin Gasperowicz <xnooga@gmail.com>
  *
  * SPDX-License-Identifier: BSD-2-Clause

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ArrayPrototype.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/BigInt.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/BigInt.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/BigIntConstructor.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/BigIntConstructor.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/BigIntObject.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/BigIntObject.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/BigIntPrototype.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/BigIntPrototype.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ConsoleObject.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  * Copyright (c) 2020, Emanuele Torre <torreemanuele6@gmail.com>
  *
  * SPDX-License-Identifier: BSD-2-Clause

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Date.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Date.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/DateConstructor.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  * Copyright (c) 2020, Nico Weber <thakis@chromium.org>
  * Copyright (c) 2021, Petróczi Zoltán <petroczizoltan@tutanota.com>
  *

+ 1 - 1
Userland/Libraries/LibJS/Runtime/DateConstructor.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/DatePrototype.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  * Copyright (c) 2021, Petróczi Zoltán <petroczizoltan@tutanota.com>
  *
  * SPDX-License-Identifier: BSD-2-Clause

+ 1 - 1
Userland/Libraries/LibJS/Runtime/DatePrototype.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Error.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Error.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ErrorConstructor.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ErrorConstructor.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ErrorPrototype.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/FunctionConstructor.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/FunctionConstructor.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/FunctionPrototype.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/FunctionPrototype.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/GlobalObject.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/JobCallback.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/MathObject.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/NumberConstructor.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/NumberConstructor.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Object.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Object.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ObjectConstructor.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ObjectConstructor.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Promise.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Promise.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromiseConstructor.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromiseConstructor.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromiseJobs.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromiseJobs.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromisePrototype.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromisePrototype.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromiseReaction.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromiseReaction.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromiseResolvingFunction.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/PromiseResolvingFunction.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ProxyObject.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Matthew Olsson <matthewcolsson@gmail.com>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ReflectObject.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/ReflectObject.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/RegExpPrototype.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Matthew Olsson <matthewcolsson@gmail.com>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/StringPrototype.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020-2021, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/TypedArray.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/TypedArrayConstructor.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/TypedArrayConstructor.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/TypedArrayPrototype.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/TypedArrayPrototype.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/VM.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/VM.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Runtime/Value.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibJS/Token.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Stephan Unverwerth <s.unverwerth@gmx.de>
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibTest/Results.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Matthew Olsson <matthewcolsson@gmail.com>
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  * Copyright (c) 2021, Brian Gianforcaro <bgianf@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause

+ 1 - 1
Userland/Libraries/LibWeb/CSS/Screen.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibWeb/CSS/Screen.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibWeb/CSS/StyleInvalidator.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibWeb/CSS/StyleInvalidator.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibWeb/CodeGenerators/WrapperGenerator.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020-2021, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibWeb/DOM/DOMException.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibWeb/DOM/Document.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibWeb/DOM/ExceptionOr.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibWeb/DOM/Node.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Libraries/LibWeb/XHR/XMLHttpRequest.cpp

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
- * Copyright (c) 2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

+ 1 - 1
Userland/Utilities/checksum.cpp

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020-2021, Linus Groh <mail@linusgroh.de>
+ * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác