Skip to content

Commit

Permalink
Add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Jan 29, 2024
1 parent 4d2d6a6 commit 7f4c3d1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions MovementUnlocker.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* =============================================================================
* Movement Unlocker
* Copyright (C) 2024 Source2ZE
* =============================================================================
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 3.0, as published by the
* Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/

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

#ifndef _INCLUDE_MOVEMENT_UNLOCKER_H_
#define _INCLUDE_MOVEMENT_UNLOCKER_H_

Expand Down

0 comments on commit 7f4c3d1

Please sign in to comment.