diff --git a/LibGui/gui.c b/LibGui/gui.c index 2fa73ec..7c334e9 100644 --- a/LibGui/gui.c +++ b/LibGui/gui.c @@ -1,9 +1,22 @@ /* -* @Author: klmp200 -* @Date: 2016-12-27 19:59:21 -* @Last Modified by: klmp200 -* @Last Modified time: 2016-12-29 02:51:25 -*/ + * This is a gui for the cellular automaton library + * + * Copyright (C) 2016-2017 Antoine BARTUCCIO, Jean POREE DE RIDDER + * + * Licensed under the MIT License,(the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * hhttps://opensource.org/licenses/MIT + * + * 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. + * + */ #include #include diff --git a/LibGui/gui.h b/LibGui/gui.h index dbabf90..c3c7e99 100644 --- a/LibGui/gui.h +++ b/LibGui/gui.h @@ -1,3 +1,23 @@ +/* + * This is a gui for the cellular automaton library + * + * Copyright (C) 2016-2017 Antoine BARTUCCIO, Jean POREE DE RIDDER + * + * Licensed under the MIT License,(the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * hhttps://opensource.org/licenses/MIT + * + * 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. + * + */ + #ifndef PIXEL_H_INCLUDED #define PIXEL_H_INCLUDED diff --git a/LibMatrix/CellElement.c b/LibMatrix/CellElement.c index ba6cc7e..e000fec 100644 --- a/LibMatrix/CellElement.c +++ b/LibMatrix/CellElement.c @@ -1,7 +1,22 @@ -/*** ---- CellElemFunc --- ----Created by : Naej Doree --- -***/ +/* + * This is a cellular automaton library + * + * Copyright (C) 2016-2017 Antoine BARTUCCIO, Jean POREE DE RIDDER + * + * Licensed under the MIT License,(the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * hhttps://opensource.org/licenses/MIT + * + * 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. + * + */ #include #include diff --git a/LibMatrix/CellElement.h b/LibMatrix/CellElement.h index b0c7ee8..8e02c3f 100644 --- a/LibMatrix/CellElement.h +++ b/LibMatrix/CellElement.h @@ -1,3 +1,23 @@ +/* + * This is a cellular automaton library + * + * Copyright (C) 2016-2017 Antoine BARTUCCIO, Jean POREE DE RIDDER + * + * Licensed under the MIT License,(the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * hhttps://opensource.org/licenses/MIT + * + * 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. + * + */ + #ifndef CELLELMNT_H #define CELLELMNT_H diff --git a/LibMatrix/list.c b/LibMatrix/list.c index e44b428..b75f309 100644 --- a/LibMatrix/list.c +++ b/LibMatrix/list.c @@ -1,10 +1,22 @@ -/********************************************************************************* -* File Name : list.c -* Created By : Bartuccio Antoine -* Creation Date : [2016-10-18 13:53] -* Last Modified : [2016-11-08 15:00] -* Description : -**********************************************************************************/ +/* + * This is a cellular automaton library + * + * Copyright (C) 2016-2017 Antoine BARTUCCIO, Jean POREE DE RIDDER + * + * Licensed under the MIT License,(the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * hhttps://opensource.org/licenses/MIT + * + * 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. + * + */ #include #include diff --git a/LibMatrix/list.h b/LibMatrix/list.h index 240728f..133d7e7 100644 --- a/LibMatrix/list.h +++ b/LibMatrix/list.h @@ -1,3 +1,23 @@ +/* + * This is a cellular automaton library + * + * Copyright (C) 2016-2017 Antoine BARTUCCIO, Jean POREE DE RIDDER + * + * Licensed under the MIT License,(the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * hhttps://opensource.org/licenses/MIT + * + * 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. + * + */ + #ifndef LIST_H #define LIST_H diff --git a/LibMatrix/matrix.c b/LibMatrix/matrix.c index ec902a9..2d6fd1e 100644 --- a/LibMatrix/matrix.c +++ b/LibMatrix/matrix.c @@ -1,3 +1,23 @@ +/* + * This is a cellular automaton library + * + * Copyright (C) 2016-2017 Antoine BARTUCCIO, Jean POREE DE RIDDER + * + * Licensed under the MIT License,(the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * hhttps://opensource.org/licenses/MIT + * + * 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. + * + */ + #include #include #include diff --git a/LibMatrix/matrix.h b/LibMatrix/matrix.h index 74df19d..e42610f 100644 --- a/LibMatrix/matrix.h +++ b/LibMatrix/matrix.h @@ -1,3 +1,23 @@ +/* + * This is a cellular automaton library + * + * Copyright (C) 2016-2017 Antoine BARTUCCIO, Jean POREE DE RIDDER + * + * Licensed under the MIT License,(the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * hhttps://opensource.org/licenses/MIT + * + * 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. + * + */ + #ifndef MTRXGAUD_H #define MTRXGAUD_H diff --git a/matrixmain.c b/matrixmain.c index 9c024ff..7f1f458 100644 --- a/matrixmain.c +++ b/matrixmain.c @@ -1,10 +1,22 @@ -/********************************************************************************* -* File Name : main.c -* Created By : klmp200 -* Creation Date : [2016-12-10 01:06] -* Last Modified : [2016-12-10 01:07] -* Description : -**********************************************************************************/ +/* + * This is a cellular automaton library + * + * Copyright (C) 2016-2017 Antoine BARTUCCIO, Jean POREE DE RIDDER + * + * Licensed under the MIT License,(the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * hhttps://opensource.org/licenses/MIT + * + * 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. + * + */ #include #include