diff --git a/GUI/src/controller/Controller.java b/GUI/src/controller/Controller.java index 3e427ffc000122cc6084d9970f801a162a658056..10ce603b2d1bc656a694a069f89857c9102f71eb 100644 --- a/GUI/src/controller/Controller.java +++ b/GUI/src/controller/Controller.java @@ -1,4 +1,12 @@ package controller; +/** + * This software uses the org.json library: you can find it at http://mvnrepository.com/artifact/org.json/json , here is the copyright notice of the library: + * Copyright (c) 2002 JSON.org + * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + * The Software shall be used for Good, not Evil. + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ import javafx.application.Platform; import javafx.event.EventHandler; diff --git a/LaTex/doc_technique/doc_technique.tex b/LaTex/doc_technique/doc_technique.tex index a3eb3217f4998b72899c9d39dfc429f5ed26fc7a..0b9e1a49bccb93ee6fffe6284f7e56e800573d06 100644 --- a/LaTex/doc_technique/doc_technique.tex +++ b/LaTex/doc_technique/doc_technique.tex @@ -31,12 +31,13 @@ Le projet est composé de deux parties: une intelligence artificielle codée en Dans la section dédiée à l'IA on va voir comment on peut implémenter un jeu pour qu'il puisse utiliser le MCTS comme IA et ensuite voir comment le Jeu du Pingouin est implémenté. -\subsection{Auteurs et license} +\subsection*{Auteurs et license} La partie MCTS a été codée par Pascal \textsc{Garcia}, notre encadrant. Notre groupe a codé la partie Jeu du Pinguin (\verb|penguin.cpp penguin.hpp|) et la partie Interface Graphique (dossier \verb|GUI|). Toutes les parties sont licenciées par une licence MIT, avec attribution aux auteur respectifs. -Dans l'interface graphique on utilise une librairie JSON pour java, TODO: license lib json +Dans l'interface graphique on utilise une bibliothèque JSON pour java: org.json. On peut trouver la librairie à l'adresse \url{http://mvnrepository.com/artifact/org.json/json}: \verb|Copyright (c) 2002 JSON.org| +le copyright complet peut être trouvé dans le fichier \verb|GUI/main/Main.java| \newpage \section{Implémentation d'un jeu}