Skip to content

Commit

Permalink
Update to add license
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenyerga committed Nov 12, 2017
1 parent 51eef07 commit ffd014f
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions KartAI/Controls.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

import Global as glv
import Player as player
import TrackManager as tm
Expand Down
4 changes: 4 additions & 0 deletions KartAI/Global.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

def init():
#Engine global
global eventDelta
Expand Down
4 changes: 4 additions & 0 deletions KartAI/KartAI.pyde
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

import Global as glv
import TrackManager as tm
import Render as render
Expand Down
4 changes: 4 additions & 0 deletions KartAI/Player.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

import Global as glv
import Render as render
import TrackManager as tm
Expand Down
4 changes: 4 additions & 0 deletions KartAI/Points.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

import Player as player
import StateManager as sm

Expand Down
4 changes: 4 additions & 0 deletions KartAI/QLearning.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

import Global as glv
import Player as player
import Timer as timer
Expand Down
4 changes: 4 additions & 0 deletions KartAI/Render.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

import Global as glv
import Player as player
import StateManager as sm
Expand Down
4 changes: 4 additions & 0 deletions KartAI/StateManager.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

import Render as render
import Player as player
import TrackManager as tm
Expand Down
4 changes: 4 additions & 0 deletions KartAI/Timer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

import Global as glv

def init():
Expand Down
4 changes: 4 additions & 0 deletions KartAI/TrackManager.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# KartAI https://github.com/eritzyg/KartAI/
# Copyright (c) 2017 Eritz Yerga Gutierrez and Iker García Ferrero
# MIT License https://github.com/eritzyg/KartAI/blob/master/LICENSE

import Player as player
import Render as render
import StateManager as sm
Expand Down

0 comments on commit ffd014f

Please sign in to comment.