From 32bdb14b1f107eb4d2b2c7b14a9928a61bcef067 Mon Sep 17 00:00:00 2001 From: fincs Date: Fri, 9 Feb 2018 14:33:28 +0100 Subject: [PATCH] Add author/copyright info to runtime/devices/romfs_dev.h --- nx/include/switch/runtime/devices/romfs_dev.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nx/include/switch/runtime/devices/romfs_dev.h b/nx/include/switch/runtime/devices/romfs_dev.h index 82a42af8..22ed18f5 100644 --- a/nx/include/switch/runtime/devices/romfs_dev.h +++ b/nx/include/switch/runtime/devices/romfs_dev.h @@ -1,6 +1,10 @@ /** * @file romfs_dev.h * @brief RomFS driver. + * @author yellows8 + * @author mtheall + * @author fincs + * @copyright libnx Authors */ #pragma once