diff --git a/MovementUnlocker.cpp b/MovementUnlocker.cpp index 99fa03d..d209b32 100644 --- a/MovementUnlocker.cpp +++ b/MovementUnlocker.cpp @@ -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 . + */ + #include #include "MovementUnlocker.h" #include diff --git a/MovementUnlocker.h b/MovementUnlocker.h index ca5f335..e9c65ba 100644 --- a/MovementUnlocker.h +++ b/MovementUnlocker.h @@ -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 . + */ + #ifndef _INCLUDE_MOVEMENT_UNLOCKER_H_ #define _INCLUDE_MOVEMENT_UNLOCKER_H_