diff --git a/Source/Project64/N64System.h b/Source/Project64/N64System.h index ff3f36d70..7df0eecc3 100644 --- a/Source/Project64/N64System.h +++ b/Source/Project64/N64System.h @@ -1,13 +1,8 @@ -/**************************************************************************** -* * -* Project64 - A Nintendo 64 emulator. * -* http://www.pj64-emu.com/ * -* Copyright (C) 2012 Project64. All rights reserved. * -* * -* License: * -* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html * -* * -****************************************************************************/ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright (C) 2021 Project64. All rights reserved. +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #pragma once #include "Support.h"