From 78c396335fd071121711e32eaed113c6c3e16825 Mon Sep 17 00:00:00 2001 From: Sheila Aman Date: Wed, 19 May 2021 18:33:19 -0500 Subject: [PATCH] Add mailmap and update copyright information --- .mailmap | 1 + LICENSE.md | 2 +- src/exdeath.cc | 2 +- src/main.cc | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..d7bcf7a --- /dev/null +++ b/.mailmap @@ -0,0 +1 @@ +Sheila Aman Kiyoshi Aman diff --git a/LICENSE.md b/LICENSE.md index 8eed6de..bc217cf 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2020, Kiyoshi Aman. All rights reserved. +Copyright (c) 2021, Sheila Aman. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/exdeath.cc b/src/exdeath.cc index 4b05a62..ce7734a 100644 --- a/src/exdeath.cc +++ b/src/exdeath.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Kiyoshi Aman. + * Copyright (c) 2021, Sheila Aman. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/main.cc b/src/main.cc index 0e3a28b..d7bec69 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Kiyoshi Aman. + * Copyright (c) 2021, Sheila Aman. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -36,4 +36,4 @@ int main(int argc, char **argv) { win->show(); return app->exec(); -} \ No newline at end of file +}