Skip to content

Commit ec69131

Browse files
committed
Add license headers
1 parent 8d0b977 commit ec69131

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

MovementUnlocker.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* =============================================================================
3+
* Movement Unlocker
4+
* Copyright (C) 2024 Source2ZE
5+
* =============================================================================
6+
*
7+
* This program is free software; you can redistribute it and/or modify it under
8+
* the terms of the GNU General Public License, version 3.0, as published by the
9+
* Free Software Foundation.
10+
*
11+
* This program is distributed in the hope that it will be useful, but WITHOUT
12+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13+
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
14+
* details.
15+
*
16+
* You should have received a copy of the GNU General Public License along with
17+
* this program. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#include <stdio.h>
221
#include "MovementUnlocker.h"
322
#include <sh_memory.h>

MovementUnlocker.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* =============================================================================
3+
* Movement Unlocker
4+
* Copyright (C) 2024 Source2ZE
5+
* =============================================================================
6+
*
7+
* This program is free software; you can redistribute it and/or modify it under
8+
* the terms of the GNU General Public License, version 3.0, as published by the
9+
* Free Software Foundation.
10+
*
11+
* This program is distributed in the hope that it will be useful, but WITHOUT
12+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13+
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
14+
* details.
15+
*
16+
* You should have received a copy of the GNU General Public License along with
17+
* this program. If not, see <http://www.gnu.org/licenses/>.
18+
*/
19+
120
#ifndef _INCLUDE_MOVEMENT_UNLOCKER_H_
221
#define _INCLUDE_MOVEMENT_UNLOCKER_H_
322

0 commit comments

Comments
 (0)