diff --git a/nx/include/switch/kernel/event.h b/nx/include/switch/kernel/event.h index f495ff99..41d8334a 100644 --- a/nx/include/switch/kernel/event.h +++ b/nx/include/switch/kernel/event.h @@ -1,4 +1,4 @@ -// Copyright plutoo 2018 +// Copyright 2018 plutoo #include "../types.h" #include "../result.h" #include "../kernel/svc.h" diff --git a/nx/source/kernel/event.c b/nx/source/kernel/event.c index 11d3a6fe..c038e7bb 100644 --- a/nx/source/kernel/event.c +++ b/nx/source/kernel/event.c @@ -1,4 +1,4 @@ -// Copyright plutoo 2018 +// Copyright 2018 plutoo #include "types.h" #include "result.h" #include "kernel/svc.h"