Skip to content

Commit bf1387d

Browse files
committed
chore: apply the GNU GPL v3 license
1 parent 1a0e047 commit bf1387d

File tree

89 files changed

+2115
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+2115
-3
lines changed

LICENSE

Lines changed: 619 additions & 0 deletions
Large diffs are not rendered by default.

lua/autorun/sh_pixelkarts_loader.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
--[[
2+
PIXEL Karts
3+
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
]]
17+
118
PIXEL = PIXEL or {}
219
PIXEL.Karts = PIXEL.Karts or {
320
Config = {}

lua/entities/pixel_kart.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
--[[
2+
PIXEL Karts
3+
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
]]
17+
118
AddCSLuaFile()
219

320
ENT.Type = "anim"

lua/entities/pixel_karts_repair_wrench.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
--[[
2+
PIXEL Karts
3+
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
]]
17+
118
AddCSLuaFile()
219

320
ENT.Type = "anim"

lua/pixelkarts/_config/maps/fallback.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
--[[
2+
PIXEL Karts
3+
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
]]
17+
118
--[[
219
This configuration file is a fallback to prevent the system from erroring,
320
it is not recommended change the contents of this file, or use it as a base

lua/pixelkarts/_config/maps/rp_downtown_d3.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
--[[
2+
PIXEL Karts
3+
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
]]
17+
118
local CONFIG = PIXEL.Karts.Config
219
local GARAGE_CONFIG = CONFIG.Garage
320

lua/pixelkarts/_config/maps/rp_downtown_pixel_v1d.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
--[[
2+
PIXEL Karts
3+
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
]]
17+
118
local CONFIG = PIXEL.Karts.Config
219
local GARAGE_CONFIG = CONFIG.Garage
320

lua/pixelkarts/_config/maps/rp_downtown_tits_d3.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
--[[
2+
PIXEL Karts
3+
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
]]
17+
118
local CONFIG = PIXEL.Karts.Config
219
local GARAGE_CONFIG = CONFIG.Garage
320

lua/pixelkarts/_config/maps/rp_downtown_tits_edge.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
--[[
2+
PIXEL Karts
3+
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
]]
17+
118
local CONFIG = PIXEL.Karts.Config
219
local GARAGE_CONFIG = CONFIG.Garage
320

lua/pixelkarts/_config/maps/rp_downtown_tits_v2.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
--[[
2+
PIXEL Karts
3+
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
]]
17+
118
local CONFIG = PIXEL.Karts.Config
219
local GARAGE_CONFIG = CONFIG.Garage
320

0 commit comments

Comments
 (0)