Skip to content

Commit

Permalink
Add missing copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Mar 27, 2024
1 parent 04388e9 commit dbcfd07
Show file tree
Hide file tree
Showing 9 changed files with 171 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/Ext/Event/Body.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* yrpp-spawner
*
* Copyright(C) 2023-present CnCNet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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 "Body.h"
#include <Spawner/ProtocolZero.h>

Expand Down
19 changes: 19 additions & 0 deletions src/Ext/Event/Body.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* yrpp-spawner
*
* Copyright(C) 2023-present CnCNet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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/>.
*/

#pragma once
#include <cstddef>
#include <stdint.h>
Expand Down
19 changes: 19 additions & 0 deletions src/HardEndStuff/AppIcon.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* yrpp-spawner
*
* Copyright(C) 2024-present CnCNet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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/>.
*/

#ifdef IS_HARDEND_VER
#include <Utilities/Macro.h>
#include "Ra2Mode.h"
Expand Down
19 changes: 19 additions & 0 deletions src/Spawner/ProtocolZero.Hook.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* yrpp-spawner
*
* Copyright(C) 2023-present CnCNet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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 "ProtocolZero.h"
#include "ProtocolZero.LatencyLevel.h"
#include "Spawner.h"
Expand Down
19 changes: 19 additions & 0 deletions src/Spawner/ProtocolZero.LatencyLevel.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* yrpp-spawner
*
* Copyright(C) 2023-present CnCNet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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 "ProtocolZero.h"
#include "ProtocolZero.LatencyLevel.h"

Expand Down
19 changes: 19 additions & 0 deletions src/Spawner/ProtocolZero.LatencyLevel.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* yrpp-spawner
*
* Copyright(C) 2023-present CnCNet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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/>.
*/

#pragma once
#include <stdint.h>

Expand Down
19 changes: 19 additions & 0 deletions src/Spawner/ProtocolZero.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* yrpp-spawner
*
* Copyright(C) 2023-present CnCNet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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 "ProtocolZero.h"
#include "ProtocolZero.LatencyLevel.h"

Expand Down
19 changes: 19 additions & 0 deletions src/Spawner/ProtocolZero.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* yrpp-spawner
*
* Copyright(C) 2023-present CnCNet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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/>.
*/

#pragma once

class EventExt;
Expand Down
19 changes: 19 additions & 0 deletions src/Spawner/QuickMatch.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* yrpp-spawner
*
* Copyright(C) 2023-present CnCNet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* 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 "Spawner.h"
#include <Utilities/Macro.h>

Expand Down

0 comments on commit dbcfd07

Please sign in to comment.