summaryrefslogtreecommitdiff
path: root/Libraries/LibC/cxxabi.cpp
diff options
context:
space:
mode:
authorAndrew Kaster <andrewdkaster@gmail.com>2020-02-01 17:57:12 -0700
committerAndreas Kling <kling@serenityos.org>2020-02-02 02:05:38 +0100
commit117820f6100754b391cb108b6fb2428e03ce2d87 (patch)
tree05d967245b72020a15d3599092b296f9834f9c67 /Libraries/LibC/cxxabi.cpp
parent90cbe8a0da1af865d5b2305aff2ad415f67e6641 (diff)
downloadserenity-117820f6100754b391cb108b6fb2428e03ce2d87.zip
Meta: Claim copyright on files added by me
Demos/DynamicLink, LibC/cxxabi.cpp, and LibELF/ELFDynamic*.[cpp/h]
Diffstat (limited to 'Libraries/LibC/cxxabi.cpp')
-rw-r--r--Libraries/LibC/cxxabi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibC/cxxabi.cpp b/Libraries/LibC/cxxabi.cpp
index 3fe4f1b0cb..68c9e33f3e 100644
--- a/Libraries/LibC/cxxabi.cpp
+++ b/Libraries/LibC/cxxabi.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
+ * Copyright (c) 2019-2020, Andrew Kaster <andrewdkaster@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without