Skip to content

Commit

Permalink
Update copyright header for N64System.h
Browse files Browse the repository at this point in the history
Switched from block comments to single line comments, updated copyright year, reduced verbosity of license lines, and switched to HTTPS for license link.
  • Loading branch information
DerekTurtleRoe committed Feb 28, 2021
1 parent dc227d7 commit 03dce5f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions Source/Project64/N64System.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 03dce5f

Please sign in to comment.