From 9f72f16656b60cc58e73e6908610ff3f033aa57e Mon Sep 17 00:00:00 2001 From: plutoo Date: Sun, 11 Mar 2018 01:17:23 +0100 Subject: [PATCH] Copyrightfix --- nx/include/switch/kernel/event.h | 2 +- nx/source/kernel/event.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"