Skip to content

Commit

Permalink
chore: apply the GNU GPL v3 license
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDotBat committed Mar 8, 2022
1 parent 1a0e047 commit bf1387d
Show file tree
Hide file tree
Showing 89 changed files with 2,115 additions and 3 deletions.
619 changes: 619 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions lua/autorun/sh_pixelkarts_loader.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

PIXEL = PIXEL or {}
PIXEL.Karts = PIXEL.Karts or {
Config = {}
Expand Down
17 changes: 17 additions & 0 deletions lua/entities/pixel_kart.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

AddCSLuaFile()

ENT.Type = "anim"
Expand Down
17 changes: 17 additions & 0 deletions lua/entities/pixel_karts_repair_wrench.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

AddCSLuaFile()

ENT.Type = "anim"
Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/fallback.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

--[[
This configuration file is a fallback to prevent the system from erroring,
it is not recommended change the contents of this file, or use it as a base
Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_downtown_d3.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_downtown_pixel_v1d.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_downtown_tits_d3.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_downtown_tits_edge.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_downtown_tits_v2.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_downtown_v4c_v2.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_evocity_v33x.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_evocity_v4b1.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_rockford_v2b.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/rp_triton_ovalservers_v1_2.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

local CONFIG = PIXEL.Karts.Config
local GARAGE_CONFIG = CONFIG.Garage

Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/maps/sh_map_configs.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

--[[
This isn't a configuration file, ignore this.
Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/sh_gamemode.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

--[[
Gamemode specific configuration for for PIXEL Karts.
Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/sh_garage.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

--[[
Garage configuration for PIXEL Karts.
Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/sh_miscellaneous.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

--[[
Miscellaneous configuration for PIXEL Karts.
Expand Down
17 changes: 17 additions & 0 deletions lua/pixelkarts/_config/sh_radio_stations.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
--[[
PIXEL Karts
Copyright (C) 2022 Thomas (Tom.bat) O'Sullivan
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.
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 <https://www.gnu.org/licenses/>.
]]

--[[
Radio Station list for PIXEL Kart radio upgrade.
Expand Down
Loading

0 comments on commit bf1387d

Please sign in to comment.