From e28cbd0b523283b54a23cb2a147b5e2dd9687d3f Mon Sep 17 00:00:00 2001 From: Shideravan Date: Tue, 16 Jan 2018 09:04:13 -0200 Subject: [PATCH] Fixing header documentation info To refer to yuzu Emulator team and to use the project style pattern for comments --- src/input_common/main.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index 5573537408..2168436ec4 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp @@ -1,6 +1,8 @@ -// Copyright 2017 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +/** +* Copyright 2018 yuzu Emulator Team +* Licensed under GPLv2 or any later version +* Refer to the license.txt file included for more details. +**/ #include #include "common/param_package.h"