From 03dce5f74e186c2a1d37f4381351826a2e1ce42a Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Sun, 28 Feb 2021 04:28:15 -0600 Subject: [PATCH] Update copyright header for N64System.h Switched from block comments to single line comments, updated copyright year, reduced verbosity of license lines, and switched to HTTPS for license link. --- Source/Project64/N64System.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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"