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.
This commit is contained in:
parent
dc227d7c2a
commit
03dce5f74e
|
@ -1,13 +1,8 @@
|
||||||
/****************************************************************************
|
// Project64 - A Nintendo 64 emulator
|
||||||
* *
|
// http://www.pj64-emu.com/
|
||||||
* Project64 - A Nintendo 64 emulator. *
|
// Copyright (C) 2021 Project64. All rights reserved.
|
||||||
* http://www.pj64-emu.com/ *
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
* Copyright (C) 2012 Project64. All rights reserved. *
|
|
||||||
* *
|
|
||||||
* License: *
|
|
||||||
* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html *
|
|
||||||
* *
|
|
||||||
****************************************************************************/
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Support.h"
|
#include "Support.h"
|
||||||
|
|
Loading…
Reference in New Issue