From 6aa0b82ee49fd4a9b04623e350575157ba74d77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Fatka?= Date: Tue, 15 Sep 2015 10:45:13 +0200 Subject: [PATCH] Added GNU GPL licence and changed all files header. --- CMake/Compilers.cmake | 17 + CMake/ExampleTests.cmake | 17 + CMake/Functions.cmake | 17 + CMake/Manual.cmake | 17 + CMake/Package.cmake | 19 +- CMakeLists.txt | 17 + LICENSE.txt | 674 ++++++++++++++++++ PostInstall/CMakeLists.txt | 27 + cli/CMakeLists.txt | 17 + cli/cece-cli.sh | 27 + cli/main.cpp | 17 +- cli/version.hpp.in | 17 +- cli/version.rc | 17 + core/AlignedAllocator.cpp | 17 + core/AlignedAllocator.hpp | 17 + core/Any.hpp | 17 + core/CMakeLists.txt | 17 + core/DataTable.cpp | 17 +- core/DataTable.hpp | 17 +- core/DynamicArray.hpp | 17 + core/Exception.hpp | 17 +- core/ExpressionParser.cpp | 18 +- core/ExpressionParser.hpp | 18 +- core/FilePath.cpp | 17 +- core/FilePath.hpp | 17 +- core/Grid.cpp | 19 +- core/Grid.hpp | 17 + core/InStream.hpp | 17 + core/IntegerSequence.hpp | 17 +- core/LexicalCast.hpp | 17 +- core/ListenerContainer.hpp | 17 + core/Log.cpp | 19 +- core/Log.hpp | 17 + core/Macro.hpp | 17 +- core/Map.hpp | 17 + core/Mutex.hpp | 17 +- core/OutStream.hpp | 17 + core/Pair.hpp | 17 +- core/Parser.hpp | 17 +- core/Range.hpp | 17 +- core/Real.hpp | 17 +- core/SharedPtr.hpp | 17 +- core/StaticArray.hpp | 17 + core/StaticMatrix.hpp | 17 + core/String.hpp | 17 + core/StringStream.hpp | 17 +- core/StringView.hpp | 17 +- core/TimeMeasurement.cpp | 17 + core/TimeMeasurement.hpp | 19 +- core/Tokenizer.hpp | 17 +- core/TriBool.hpp | 17 +- core/Tuple.hpp | 17 + core/UniquePtr.hpp | 17 +- core/Units.cpp | 17 +- core/Units.hpp | 17 +- core/UnitsCtors.hpp | 19 +- core/ValueIterator.hpp | 17 +- core/Variant.hpp | 17 +- core/Vector.cpp | 17 + core/Vector.hpp | 17 +- core/VectorRange.hpp | 17 +- core/VectorUnits.cpp | 17 + core/VectorUnits.hpp | 17 + core/ViewPtr.hpp | 17 + core/Zero.hpp | 17 +- core/constants.hpp | 17 + core/test/DynamicArrayTest.cpp | 19 +- core/test/ExpressionParserTest.cpp | 17 + core/test/IteratorRangeTest.cpp | 19 +- core/test/StringViewTest.cpp | 17 +- core/test/TokenizerTest.cpp | 17 +- core/test/UnitsTest.cpp | 17 + core/test/VectorRangeTest.cpp | 17 +- core/test/VectorTest.cpp | 17 +- core/test/VectorUnitsTest.cpp | 17 +- core/test/test.cpp | 17 +- gui/AboutDialog.cpp | 24 + gui/AboutDialog.h | 19 +- gui/CMakeLists.txt | 17 + gui/CanvasWidget.cpp | 24 +- gui/CanvasWidget.hpp | 24 + gui/Logger.cpp | 24 + gui/Logger.hpp | 24 + gui/MainFrame.cpp | 24 + gui/MainFrame.h | 24 + gui/PluginsDialog.cpp | 17 +- gui/PluginsDialog.h | 17 +- gui/SimulatorThread.cpp | 24 + gui/SimulatorThread.hpp | 24 + gui/gui.project | 1 + gui/main.cpp | 17 + gui/version.hpp.in | 17 +- gui/version.rc | 17 + loaders/reactions/CMakeLists.txt | 17 + loaders/reactions/SimulationLoader.cpp | 17 +- loaders/reactions/SimulationLoader.hpp | 17 +- loaders/xml/CMakeLists.txt | 19 +- loaders/xml/Configuration.hpp | 17 +- loaders/xml/SimulationLoader.cpp | 17 +- loaders/xml/SimulationLoader.hpp | 17 +- plugins/agglutination/CMakeLists.txt | 17 + plugins/agglutination/Library.cpp | 17 +- plugins/agglutination/Module.cpp | 18 +- plugins/agglutination/Module.hpp | 18 +- plugins/background/CMakeLists.txt | 17 + plugins/background/Library.cpp | 17 +- plugins/background/Module.cpp | 17 + plugins/background/Module.hpp | 17 + plugins/cell-python/CMakeLists.txt | 17 + plugins/cell-python/Library.cpp | 17 + plugins/cell-python/wrapper_CellBase.cpp | 17 + plugins/cell-python/wrapper_CellBase.hpp | 17 + plugins/cell-python/wrapper_Yeast.cpp | 17 + plugins/cell-python/wrapper_Yeast.hpp | 17 + plugins/cell/CMakeLists.txt | 17 + plugins/cell/Cell.cpp | 24 +- plugins/cell/Cell.hpp | 24 + plugins/cell/CellBase.cpp | 17 +- plugins/cell/CellBase.hpp | 17 +- plugins/cell/DrawableCell.cpp | 17 + plugins/cell/DrawableCell.hpp | 17 + plugins/cell/DrawableYeast.cpp | 17 + plugins/cell/DrawableYeast.hpp | 17 + plugins/cell/Library.cpp | 17 +- plugins/cell/StoreMolecules.cpp | 17 +- plugins/cell/StoreMolecules.hpp | 17 +- plugins/cell/Yeast.cpp | 17 + plugins/cell/Yeast.hpp | 17 + plugins/chemostat/CMakeLists.txt | 17 + plugins/chemostat/Library.cpp | 17 + plugins/diffusion-python/CMakeLists.txt | 17 + plugins/diffusion-python/Library.cpp | 17 + plugins/diffusion-python/wrapper_module.cpp | 17 + plugins/diffusion-python/wrapper_module.hpp | 24 + plugins/diffusion-streamlines/CMakeLists.txt | 17 + plugins/diffusion-streamlines/Library.cpp | 17 +- plugins/diffusion-streamlines/Module.cpp | 18 +- plugins/diffusion-streamlines/Module.hpp | 17 + plugins/diffusion/CMakeLists.txt | 17 + plugins/diffusion/Generator.cpp | 17 + plugins/diffusion/Generator.hpp | 17 + plugins/diffusion/Library.cpp | 17 + plugins/diffusion/Module.cpp | 18 +- plugins/diffusion/Module.hpp | 17 +- plugins/diffusion/StoreState.cpp | 17 +- plugins/diffusion/StoreState.hpp | 17 +- plugins/object-generator/CMakeLists.txt | 17 + plugins/object-generator/Library.cpp | 17 +- plugins/object-generator/Module.cpp | 17 +- plugins/object-generator/Module.hpp | 17 +- plugins/obstacles-image/CMakeLists.txt | 17 + plugins/obstacles-image/Library.cpp | 17 + plugins/picture/CMakeLists.txt | 17 + plugins/picture/Library.cpp | 17 + plugins/picture/Module.cpp | 17 +- plugins/picture/Module.hpp | 17 + plugins/python/CMakeLists.txt | 17 + plugins/python/Exception.cpp | 17 + plugins/python/Exception.hpp | 17 + plugins/python/Handle.cpp | 17 +- plugins/python/Handle.hpp | 17 +- plugins/python/Initializer.cpp | 17 + plugins/python/Initializer.hpp | 17 + plugins/python/Library.cpp | 19 + plugins/python/Module.cpp | 19 + plugins/python/Module.hpp | 24 + plugins/python/Object.cpp | 19 + plugins/python/Object.hpp | 24 + plugins/python/Program.cpp | 19 + plugins/python/Program.hpp | 24 + plugins/python/Python.hpp | 24 + plugins/python/Source.cpp | 19 + plugins/python/Source.hpp | 24 + plugins/python/Utils.hpp | 17 +- plugins/python/ValueCast.hpp | 17 +- plugins/python/View.hpp | 24 + plugins/python/wrapper.cpp | 17 + plugins/python/wrapper.hpp | 24 + plugins/python/wrapper_core.cpp | 17 + plugins/python/wrapper_core.hpp | 24 + plugins/python/wrapper_parser.cpp | 19 + plugins/python/wrapper_parser.hpp | 24 + plugins/python/wrapper_render.cpp | 19 + plugins/python/wrapper_render.hpp | 24 + plugins/python/wrapper_simulator.cpp | 19 + plugins/python/wrapper_simulator.hpp | 24 + plugins/python/wrapper_stdout.cpp | 19 + plugins/python/wrapper_stdout.hpp | 24 + .../CMakeLists.txt | 17 + .../Diffusion.cpp | 17 +- .../Diffusion.hpp | 17 +- .../IntercellularReactions.cpp | 18 +- .../IntercellularReactions.hpp | 18 +- .../Library.cpp | 18 +- .../ReactionParserDiffusive.hpp | 33 - .../test/test.cpp | 19 + .../CMakeLists.txt | 17 + .../IntracellularReactions.cpp | 18 +- .../IntracellularReactions.hpp | 20 +- .../Library.cpp | 18 +- .../Reactions.hpp | 18 +- .../ReactionsParser.hpp | 18 +- .../test/ReactionsParserTest.cpp | 17 +- .../test/test.cpp | 19 + plugins/streamlines-python/CMakeLists.txt | 17 + plugins/streamlines-python/Library.cpp | 17 + plugins/streamlines-python/wrapper_module.cpp | 17 + plugins/streamlines-python/wrapper_module.hpp | 24 + plugins/streamlines/CMakeLists.txt | 17 + plugins/streamlines/Lattice.cpp | 18 +- plugins/streamlines/Lattice.hpp | 18 +- plugins/streamlines/LatticeData.cpp | 18 +- plugins/streamlines/LatticeData.hpp | 18 +- plugins/streamlines/Library.cpp | 18 +- plugins/streamlines/Module.cpp | 18 +- plugins/streamlines/Module.hpp | 18 +- plugins/streamlines/ObstacleMap.hpp | 18 +- plugins/streamlines/StoreObjectState.cpp | 18 +- plugins/streamlines/StoreObjectState.hpp | 18 +- plugins/streamlines/StoreState.cpp | 18 +- plugins/streamlines/StoreState.hpp | 18 +- render/Buffer.cpp | 19 +- render/Buffer.hpp | 17 + render/CMakeLists.txt | 17 + render/Camera.cpp | 19 +- render/Camera.hpp | 17 + render/Circle.cpp | 17 + render/Circle.hpp | 17 + render/Color.cpp | 17 +- render/Color.hpp | 17 +- render/Context.cpp | 19 +- render/Context.hpp | 19 +- render/Font.cpp | 17 + render/Font.hpp | 17 + render/Grid.cpp | 17 + render/Grid.hpp | 17 + render/GridBase.hpp | 17 + render/GridColor.cpp | 17 + render/GridColor.hpp | 17 + render/GridColorSmooth.cpp | 17 + render/GridColorSmooth.hpp | 17 + render/GridVector.cpp | 17 + render/GridVector.hpp | 17 + render/ImageData.hpp | 17 + render/Lines.cpp | 17 + render/Lines.hpp | 17 + render/Object.cpp | 19 +- render/Object.hpp | 19 +- render/PhysicsDebugger.cpp | 17 +- render/PhysicsDebugger.hpp | 17 +- render/Program.cpp | 17 + render/Program.hpp | 17 + render/Rectangle.cpp | 17 + render/Rectangle.hpp | 17 + render/Shader.cpp | 19 +- render/Shader.hpp | 17 + render/Texture.cpp | 19 +- render/Texture.hpp | 17 + render/VertexElement.hpp | 17 + render/VertexFormat.hpp | 17 + render/datatype.hpp | 24 + render/errors.cpp | 19 +- render/errors.hpp | 19 +- simulator/CMakeLists.txt | 17 + simulator/Configuration.cpp | 17 +- simulator/Configuration.hpp | 17 +- simulator/LoaderManager.cpp | 17 +- simulator/LoaderManager.hpp | 17 +- simulator/Module.hpp | 17 +- simulator/Object.cpp | 19 +- simulator/Object.hpp | 19 +- simulator/Obstacle.cpp | 17 +- simulator/Obstacle.hpp | 17 +- simulator/Plugin.cpp | 17 +- simulator/Plugin.hpp | 17 +- simulator/PluginApi.hpp | 17 +- simulator/PluginManager.cpp | 17 +- simulator/PluginManager.hpp | 17 +- simulator/Program.hpp | 17 + simulator/Shape.hpp | 17 +- simulator/ShapeToGrid.hpp | 17 +- simulator/Simulation.cpp | 17 +- simulator/Simulation.hpp | 17 +- simulator/SimulationListener.hpp | 17 + simulator/SimulationLoader.cpp | 17 +- simulator/SimulationLoader.hpp | 17 +- simulator/Simulator.cpp | 17 +- simulator/Simulator.hpp | 17 +- tools/shader-convert/CMakeLists.txt | 17 + tools/shader-convert/main.cpp | 17 +- 290 files changed, 5682 insertions(+), 199 deletions(-) create mode 100644 LICENSE.txt delete mode 100644 plugins/stochastic-reactions-intercellular/ReactionParserDiffusive.hpp diff --git a/CMake/Compilers.cmake b/CMake/Compilers.cmake index 9236036e..a1af20f7 100644 --- a/CMake/Compilers.cmake +++ b/CMake/Compilers.cmake @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Options specific for different compilers if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") diff --git a/CMake/ExampleTests.cmake b/CMake/ExampleTests.cmake index c0734933..eb6cd88b 100644 --- a/CMake/ExampleTests.cmake +++ b/CMake/ExampleTests.cmake @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # if (DEV_TEST_EXAMPLES AND ENABLE_CLI) # Get all examples diff --git a/CMake/Functions.cmake b/CMake/Functions.cmake index 0eee9cee..7fe204fb 100644 --- a/CMake/Functions.cmake +++ b/CMake/Functions.cmake @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # ## ## Build plugin helper function diff --git a/CMake/Manual.cmake b/CMake/Manual.cmake index e9a6cd70..bda8da4f 100644 --- a/CMake/Manual.cmake +++ b/CMake/Manual.cmake @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # option(CONFIG_MANUAL_CREATE "Create user manual" On) diff --git a/CMake/Package.cmake b/CMake/Package.cmake index a4ecff45..2357ff9e 100644 --- a/CMake/Package.cmake +++ b/CMake/Package.cmake @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # CPACK include(InstallRequiredSystemLibraries) @@ -14,7 +31,7 @@ include(InstallRequiredSystemLibraries) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Cell-Cell interaction simulator") set(CPACK_PACKAGE_VENDOR "Georgiev Lab") set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md") -set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/Copyright.txt") +set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt") set(CPACK_PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") set(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR}) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2335c05..ffa629e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # cmake_minimum_required(VERSION 2.8) diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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, or + (at your option) any later version. + + 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 . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/PostInstall/CMakeLists.txt b/PostInstall/CMakeLists.txt index dce7c563..0cdd74bd 100644 --- a/PostInstall/CMakeLists.txt +++ b/PostInstall/CMakeLists.txt @@ -1,3 +1,27 @@ +# ######################################################################### # +# Georgiev Lab (c) 2015 # +# ######################################################################### # +# Department of Cybernetics # +# Faculty of Applied Sciences # +# University of West Bohemia in Pilsen # +# ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # if (APPLE) # Fixup_bundle command integrate libraries into bundles @@ -8,3 +32,6 @@ if (APPLE) ) ") endif () + +# ######################################################################### # + diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index d15f30dd..0c21ca93 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Project project(cli CXX) diff --git a/cli/cece-cli.sh b/cli/cece-cli.sh index 72cf9098..f6237903 100755 --- a/cli/cece-cli.sh +++ b/cli/cece-cli.sh @@ -1,5 +1,30 @@ #!/bin/bash +# ######################################################################### # +# Georgiev Lab (c) 2015 # +# ######################################################################### # +# Department of Cybernetics # +# Faculty of Applied Sciences # +# University of West Bohemia in Pilsen # +# ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # + # App name NAME=cece-cli @@ -14,3 +39,5 @@ export WORKING_DIR=`pwd` # Run binary ${BINARY} $@ + +# ######################################################################### # diff --git a/cli/main.cpp b/cli/main.cpp index c95e8390..802db6cd 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // C++ diff --git a/cli/version.hpp.in b/cli/version.hpp.in index fb6ca5d2..fa2d1660 100644 --- a/cli/version.hpp.in +++ b/cli/version.hpp.in @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/cli/version.rc b/cli/version.rc index 33fc148f..3396cd39 100644 --- a/cli/version.rc +++ b/cli/version.rc @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Windows #include diff --git a/core/AlignedAllocator.cpp b/core/AlignedAllocator.cpp index feb75f61..0ecf34ee 100644 --- a/core/AlignedAllocator.cpp +++ b/core/AlignedAllocator.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "AlignedAllocator.hpp" diff --git a/core/AlignedAllocator.hpp b/core/AlignedAllocator.hpp index 393aa74c..00895f08 100644 --- a/core/AlignedAllocator.hpp +++ b/core/AlignedAllocator.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/Any.hpp b/core/Any.hpp index 5e22f84e..7eb499ac 100644 --- a/core/Any.hpp +++ b/core/Any.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index efc79b43..f5021ed1 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # cmake_minimum_required(VERSION 2.8.8) diff --git a/core/DataTable.cpp b/core/DataTable.cpp index 929d6131..6f28eb16 100644 --- a/core/DataTable.cpp +++ b/core/DataTable.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/core/DataTable.hpp b/core/DataTable.hpp index bd511034..4f441579 100644 --- a/core/DataTable.hpp +++ b/core/DataTable.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/DynamicArray.hpp b/core/DynamicArray.hpp index 2de122a3..2af4bcb3 100644 --- a/core/DynamicArray.hpp +++ b/core/DynamicArray.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/Exception.hpp b/core/Exception.hpp index 7b2ab7d8..925a69ed 100644 --- a/core/Exception.hpp +++ b/core/Exception.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/ExpressionParser.cpp b/core/ExpressionParser.cpp index 37cddf15..608e4f07 100644 --- a/core/ExpressionParser.cpp +++ b/core/ExpressionParser.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Václav Pelíšek */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/core/ExpressionParser.hpp b/core/ExpressionParser.hpp index 12fe4f28..9abcced5 100644 --- a/core/ExpressionParser.hpp +++ b/core/ExpressionParser.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Václav Pelíšek */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/FilePath.cpp b/core/FilePath.cpp index 02db8855..e2ab9bb1 100644 --- a/core/FilePath.cpp +++ b/core/FilePath.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/core/FilePath.hpp b/core/FilePath.hpp index 2820a3df..4b01060c 100644 --- a/core/FilePath.hpp +++ b/core/FilePath.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Grid.cpp b/core/Grid.cpp index 029bfc96..3771b29c 100644 --- a/core/Grid.cpp +++ b/core/Grid.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/core/Grid.hpp b/core/Grid.hpp index 57444e01..3a370093 100644 --- a/core/Grid.hpp +++ b/core/Grid.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/InStream.hpp b/core/InStream.hpp index 1dd8a3fe..d3fff233 100644 --- a/core/InStream.hpp +++ b/core/InStream.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/IntegerSequence.hpp b/core/IntegerSequence.hpp index 89ae0bf2..f4e1aa98 100644 --- a/core/IntegerSequence.hpp +++ b/core/IntegerSequence.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/LexicalCast.hpp b/core/LexicalCast.hpp index 110dd848..8f436cf9 100644 --- a/core/LexicalCast.hpp +++ b/core/LexicalCast.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/ListenerContainer.hpp b/core/ListenerContainer.hpp index ee7a6e2f..df9728af 100644 --- a/core/ListenerContainer.hpp +++ b/core/ListenerContainer.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/Log.cpp b/core/Log.cpp index 538a63b2..cbbf8a74 100644 --- a/core/Log.cpp +++ b/core/Log.cpp @@ -1,10 +1,27 @@ /* ************************************************************************ */ -/* Georgiev Lab (c) */ +/* Georgiev Lab (c) 2015 */ /* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "core/Log.hpp" diff --git a/core/Log.hpp b/core/Log.hpp index 75fac7bd..581d1ae8 100644 --- a/core/Log.hpp +++ b/core/Log.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/Macro.hpp b/core/Macro.hpp index ab6c76c5..7fc53baa 100644 --- a/core/Macro.hpp +++ b/core/Macro.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Map.hpp b/core/Map.hpp index 82b02fb9..7638998f 100644 --- a/core/Map.hpp +++ b/core/Map.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/Mutex.hpp b/core/Mutex.hpp index 72513b2b..a818928e 100644 --- a/core/Mutex.hpp +++ b/core/Mutex.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/OutStream.hpp b/core/OutStream.hpp index 988194b1..59b8976e 100644 --- a/core/OutStream.hpp +++ b/core/OutStream.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/Pair.hpp b/core/Pair.hpp index 6cc91607..0434eed8 100644 --- a/core/Pair.hpp +++ b/core/Pair.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Parser.hpp b/core/Parser.hpp index 03e692c4..5eb06d86 100644 --- a/core/Parser.hpp +++ b/core/Parser.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Range.hpp b/core/Range.hpp index 3ff53188..bca6d8d9 100644 --- a/core/Range.hpp +++ b/core/Range.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Real.hpp b/core/Real.hpp index 1fcafddc..70274a09 100644 --- a/core/Real.hpp +++ b/core/Real.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/SharedPtr.hpp b/core/SharedPtr.hpp index b19f8818..f6c619d8 100644 --- a/core/SharedPtr.hpp +++ b/core/SharedPtr.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/StaticArray.hpp b/core/StaticArray.hpp index 4464dfdd..09da0ec6 100644 --- a/core/StaticArray.hpp +++ b/core/StaticArray.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/StaticMatrix.hpp b/core/StaticMatrix.hpp index bded3d51..6c3c25a3 100644 --- a/core/StaticMatrix.hpp +++ b/core/StaticMatrix.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/String.hpp b/core/String.hpp index a8bac85e..13706bd1 100644 --- a/core/String.hpp +++ b/core/String.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/StringStream.hpp b/core/StringStream.hpp index 9c8f9b65..42b4cbd1 100644 --- a/core/StringStream.hpp +++ b/core/StringStream.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/StringView.hpp b/core/StringView.hpp index 7770bbba..e2b6f37a 100644 --- a/core/StringView.hpp +++ b/core/StringView.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/TimeMeasurement.cpp b/core/TimeMeasurement.cpp index 5313ce61..5e6966a4 100644 --- a/core/TimeMeasurement.cpp +++ b/core/TimeMeasurement.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "core/TimeMeasurement.hpp" diff --git a/core/TimeMeasurement.hpp b/core/TimeMeasurement.hpp index 62bd2f6d..ae8c741d 100644 --- a/core/TimeMeasurement.hpp +++ b/core/TimeMeasurement.hpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Tokenizer.hpp b/core/Tokenizer.hpp index 3f000c2a..f18f5b24 100644 --- a/core/Tokenizer.hpp +++ b/core/Tokenizer.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/TriBool.hpp b/core/TriBool.hpp index 5ac57225..2187d429 100644 --- a/core/TriBool.hpp +++ b/core/TriBool.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Tuple.hpp b/core/Tuple.hpp index b94102d0..04ccd747 100644 --- a/core/Tuple.hpp +++ b/core/Tuple.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/UniquePtr.hpp b/core/UniquePtr.hpp index 0c703742..757d4f25 100644 --- a/core/UniquePtr.hpp +++ b/core/UniquePtr.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Units.cpp b/core/Units.cpp index 2e07ee1e..cc372d7d 100644 --- a/core/Units.cpp +++ b/core/Units.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/core/Units.hpp b/core/Units.hpp index e0add803..b11762b6 100644 --- a/core/Units.hpp +++ b/core/Units.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/UnitsCtors.hpp b/core/UnitsCtors.hpp index ea63d693..ad57c579 100644 --- a/core/UnitsCtors.hpp +++ b/core/UnitsCtors.hpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/ValueIterator.hpp b/core/ValueIterator.hpp index d046cfca..16679b69 100644 --- a/core/ValueIterator.hpp +++ b/core/ValueIterator.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Variant.hpp b/core/Variant.hpp index a0ce5948..4fe93625 100644 --- a/core/Variant.hpp +++ b/core/Variant.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/Vector.cpp b/core/Vector.cpp index 2d165ded..d8ec2039 100644 --- a/core/Vector.cpp +++ b/core/Vector.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "core/Vector.hpp" diff --git a/core/Vector.hpp b/core/Vector.hpp index 6040d812..2a09ce0a 100644 --- a/core/Vector.hpp +++ b/core/Vector.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/VectorRange.hpp b/core/VectorRange.hpp index 99b46672..06b5c8e8 100644 --- a/core/VectorRange.hpp +++ b/core/VectorRange.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/VectorUnits.cpp b/core/VectorUnits.cpp index 2604e928..e79a0d38 100644 --- a/core/VectorUnits.cpp +++ b/core/VectorUnits.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "core/VectorUnits.hpp" diff --git a/core/VectorUnits.hpp b/core/VectorUnits.hpp index c5730ab7..2fcec8a0 100644 --- a/core/VectorUnits.hpp +++ b/core/VectorUnits.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/ViewPtr.hpp b/core/ViewPtr.hpp index a4f1175e..3c4bb04d 100644 --- a/core/ViewPtr.hpp +++ b/core/ViewPtr.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/Zero.hpp b/core/Zero.hpp index 0709074b..98e101f4 100644 --- a/core/Zero.hpp +++ b/core/Zero.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/core/constants.hpp b/core/constants.hpp index e9d5b14a..0af13b60 100644 --- a/core/constants.hpp +++ b/core/constants.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/core/test/DynamicArrayTest.cpp b/core/test/DynamicArrayTest.cpp index 724f166b..44cd59cf 100644 --- a/core/test/DynamicArrayTest.cpp +++ b/core/test/DynamicArrayTest.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // GTest diff --git a/core/test/ExpressionParserTest.cpp b/core/test/ExpressionParserTest.cpp index 5ea02f86..4a6df259 100644 --- a/core/test/ExpressionParserTest.cpp +++ b/core/test/ExpressionParserTest.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // GTest #include diff --git a/core/test/IteratorRangeTest.cpp b/core/test/IteratorRangeTest.cpp index c55ddff6..cc35af59 100644 --- a/core/test/IteratorRangeTest.cpp +++ b/core/test/IteratorRangeTest.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // GTest diff --git a/core/test/StringViewTest.cpp b/core/test/StringViewTest.cpp index 649c7446..8eb30855 100644 --- a/core/test/StringViewTest.cpp +++ b/core/test/StringViewTest.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // GTest diff --git a/core/test/TokenizerTest.cpp b/core/test/TokenizerTest.cpp index 99ec9136..f30385e7 100644 --- a/core/test/TokenizerTest.cpp +++ b/core/test/TokenizerTest.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // GTest diff --git a/core/test/UnitsTest.cpp b/core/test/UnitsTest.cpp index 339bcf02..26673d6c 100644 --- a/core/test/UnitsTest.cpp +++ b/core/test/UnitsTest.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // GTest #include diff --git a/core/test/VectorRangeTest.cpp b/core/test/VectorRangeTest.cpp index aaf5eb70..56307c34 100644 --- a/core/test/VectorRangeTest.cpp +++ b/core/test/VectorRangeTest.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // GTest diff --git a/core/test/VectorTest.cpp b/core/test/VectorTest.cpp index 0f203c9c..26c49c05 100644 --- a/core/test/VectorTest.cpp +++ b/core/test/VectorTest.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // GTest diff --git a/core/test/VectorUnitsTest.cpp b/core/test/VectorUnitsTest.cpp index a1957990..1fc0fece 100644 --- a/core/test/VectorUnitsTest.cpp +++ b/core/test/VectorUnitsTest.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // GTest diff --git a/core/test/test.cpp b/core/test/test.cpp index ff0470b3..dfa60d24 100644 --- a/core/test/test.cpp +++ b/core/test/test.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // GTest diff --git a/gui/AboutDialog.cpp b/gui/AboutDialog.cpp index 4f7f176e..6cce8662 100644 --- a/gui/AboutDialog.cpp +++ b/gui/AboutDialog.cpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Definition #include "AboutDialog.h" diff --git a/gui/AboutDialog.h b/gui/AboutDialog.h index 4cc45548..92395225 100644 --- a/gui/AboutDialog.h +++ b/gui/AboutDialog.h @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 8c6f6a98..404c7502 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Project name project(gui CXX) diff --git a/gui/CanvasWidget.cpp b/gui/CanvasWidget.cpp index 111d6080..791a3c85 100644 --- a/gui/CanvasWidget.cpp +++ b/gui/CanvasWidget.cpp @@ -1,4 +1,26 @@ - +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/gui/CanvasWidget.hpp b/gui/CanvasWidget.hpp index 44e78367..ea7f6604 100644 --- a/gui/CanvasWidget.hpp +++ b/gui/CanvasWidget.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/gui/Logger.cpp b/gui/Logger.cpp index e9c4ce2c..3f4a4a61 100644 --- a/gui/Logger.cpp +++ b/gui/Logger.cpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "gui/Logger.hpp" diff --git a/gui/Logger.hpp b/gui/Logger.hpp index 4f38c060..986d6106 100644 --- a/gui/Logger.hpp +++ b/gui/Logger.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/gui/MainFrame.cpp b/gui/MainFrame.cpp index 0cd7e220..63aaadfd 100644 --- a/gui/MainFrame.cpp +++ b/gui/MainFrame.cpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "MainFrame.h" diff --git a/gui/MainFrame.h b/gui/MainFrame.h index b4a38195..0e6c38fa 100644 --- a/gui/MainFrame.h +++ b/gui/MainFrame.h @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/gui/PluginsDialog.cpp b/gui/PluginsDialog.cpp index 67ef4db7..b6b6800a 100644 --- a/gui/PluginsDialog.cpp +++ b/gui/PluginsDialog.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/gui/PluginsDialog.h b/gui/PluginsDialog.h index 0893d3dd..e585bfa2 100644 --- a/gui/PluginsDialog.h +++ b/gui/PluginsDialog.h @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/gui/SimulatorThread.cpp b/gui/SimulatorThread.cpp index 38bf0c16..33e45e67 100644 --- a/gui/SimulatorThread.cpp +++ b/gui/SimulatorThread.cpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "gui/SimulatorThread.hpp" diff --git a/gui/SimulatorThread.hpp b/gui/SimulatorThread.hpp index 961faf78..5ce42c09 100644 --- a/gui/SimulatorThread.hpp +++ b/gui/SimulatorThread.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/gui/gui.project b/gui/gui.project index 68438d19..ee468d96 100644 --- a/gui/gui.project +++ b/gui/gui.project @@ -53,6 +53,7 @@ + diff --git a/gui/main.cpp b/gui/main.cpp index 34cb1275..80faa06e 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // wxWidgets #include diff --git a/gui/version.hpp.in b/gui/version.hpp.in index fb6ca5d2..fa2d1660 100644 --- a/gui/version.hpp.in +++ b/gui/version.hpp.in @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/gui/version.rc b/gui/version.rc index 33fc148f..3396cd39 100644 --- a/gui/version.rc +++ b/gui/version.rc @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Windows #include diff --git a/loaders/reactions/CMakeLists.txt b/loaders/reactions/CMakeLists.txt index 60cefba7..b96a52e5 100644 --- a/loaders/reactions/CMakeLists.txt +++ b/loaders/reactions/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Create project project(loader-reactions CXX) diff --git a/loaders/reactions/SimulationLoader.cpp b/loaders/reactions/SimulationLoader.cpp index 4ddc8325..408effa9 100644 --- a/loaders/reactions/SimulationLoader.cpp +++ b/loaders/reactions/SimulationLoader.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/loaders/reactions/SimulationLoader.hpp b/loaders/reactions/SimulationLoader.hpp index 6a388ca3..c510c64f 100644 --- a/loaders/reactions/SimulationLoader.hpp +++ b/loaders/reactions/SimulationLoader.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/loaders/xml/CMakeLists.txt b/loaders/xml/CMakeLists.txt index 57319d89..9fd407ae 100644 --- a/loaders/xml/CMakeLists.txt +++ b/loaders/xml/CMakeLists.txt @@ -5,9 +5,22 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # - -cmake_minimum_required(VERSION 2.8.8) - +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # # ######################################################################### # # Create project diff --git a/loaders/xml/Configuration.hpp b/loaders/xml/Configuration.hpp index e9603b73..9371c0d8 100644 --- a/loaders/xml/Configuration.hpp +++ b/loaders/xml/Configuration.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/loaders/xml/SimulationLoader.cpp b/loaders/xml/SimulationLoader.cpp index 25efa0dd..46b9cf15 100644 --- a/loaders/xml/SimulationLoader.cpp +++ b/loaders/xml/SimulationLoader.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/loaders/xml/SimulationLoader.hpp b/loaders/xml/SimulationLoader.hpp index a932b3ee..73044409 100644 --- a/loaders/xml/SimulationLoader.hpp +++ b/loaders/xml/SimulationLoader.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/agglutination/CMakeLists.txt b/plugins/agglutination/CMakeLists.txt index f6cb7e71..53b3de8b 100644 --- a/plugins/agglutination/CMakeLists.txt +++ b/plugins/agglutination/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Sources set(SRCS diff --git a/plugins/agglutination/Library.cpp b/plugins/agglutination/Library.cpp index a5be966b..b7f3a567 100644 --- a/plugins/agglutination/Library.cpp +++ b/plugins/agglutination/Library.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/plugins/agglutination/Module.cpp b/plugins/agglutination/Module.cpp index 5a24740b..f540d42b 100644 --- a/plugins/agglutination/Module.cpp +++ b/plugins/agglutination/Module.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Vaclav Pelisek */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/agglutination/Module.hpp b/plugins/agglutination/Module.hpp index 4b968944..a798246b 100644 --- a/plugins/agglutination/Module.hpp +++ b/plugins/agglutination/Module.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Vaclav Pelisek */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/background/CMakeLists.txt b/plugins/background/CMakeLists.txt index e95df8f3..46f36ac4 100644 --- a/plugins/background/CMakeLists.txt +++ b/plugins/background/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Find OpenCV if (UNIX AND NOT APPLE) diff --git a/plugins/background/Library.cpp b/plugins/background/Library.cpp index 066a39cf..335aa05f 100644 --- a/plugins/background/Library.cpp +++ b/plugins/background/Library.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/plugins/background/Module.cpp b/plugins/background/Module.cpp index e928366d..c1768767 100644 --- a/plugins/background/Module.cpp +++ b/plugins/background/Module.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "Module.hpp" diff --git a/plugins/background/Module.hpp b/plugins/background/Module.hpp index 0ab1102c..c0918900 100644 --- a/plugins/background/Module.hpp +++ b/plugins/background/Module.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/cell-python/CMakeLists.txt b/plugins/cell-python/CMakeLists.txt index 0fc9f946..48760abb 100644 --- a/plugins/cell-python/CMakeLists.txt +++ b/plugins/cell-python/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Include Python API find_package(PythonLibs REQUIRED) diff --git a/plugins/cell-python/Library.cpp b/plugins/cell-python/Library.cpp index afd6d733..c6f78547 100644 --- a/plugins/cell-python/Library.cpp +++ b/plugins/cell-python/Library.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Simulator #include "simulator/Simulation.hpp" diff --git a/plugins/cell-python/wrapper_CellBase.cpp b/plugins/cell-python/wrapper_CellBase.cpp index 15c01c49..f778f6d6 100644 --- a/plugins/cell-python/wrapper_CellBase.cpp +++ b/plugins/cell-python/wrapper_CellBase.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "plugins/python/Python.hpp" diff --git a/plugins/cell-python/wrapper_CellBase.hpp b/plugins/cell-python/wrapper_CellBase.hpp index ba26b701..0b9dd36c 100644 --- a/plugins/cell-python/wrapper_CellBase.hpp +++ b/plugins/cell-python/wrapper_CellBase.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/cell-python/wrapper_Yeast.cpp b/plugins/cell-python/wrapper_Yeast.cpp index d820bc0b..7ce0716f 100644 --- a/plugins/cell-python/wrapper_Yeast.cpp +++ b/plugins/cell-python/wrapper_Yeast.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "plugins/python/Python.hpp" diff --git a/plugins/cell-python/wrapper_Yeast.hpp b/plugins/cell-python/wrapper_Yeast.hpp index c1d5a39a..1d13d5d0 100644 --- a/plugins/cell-python/wrapper_Yeast.hpp +++ b/plugins/cell-python/wrapper_Yeast.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/cell/CMakeLists.txt b/plugins/cell/CMakeLists.txt index 1b6c7adf..b68449ab 100644 --- a/plugins/cell/CMakeLists.txt +++ b/plugins/cell/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # option(CONFIG_PLUGIN_cell_BFP_COLOR "Enable coloring cell by BFP protein" On) diff --git a/plugins/cell/Cell.cpp b/plugins/cell/Cell.cpp index d4d17562..522e0ef9 100644 --- a/plugins/cell/Cell.cpp +++ b/plugins/cell/Cell.cpp @@ -1,4 +1,26 @@ - +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/cell/Cell.hpp b/plugins/cell/Cell.hpp index 91b5c63b..74a44d26 100644 --- a/plugins/cell/Cell.hpp +++ b/plugins/cell/Cell.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/cell/CellBase.cpp b/plugins/cell/CellBase.cpp index 384ec6cf..8e9cd0ee 100644 --- a/plugins/cell/CellBase.cpp +++ b/plugins/cell/CellBase.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/cell/CellBase.hpp b/plugins/cell/CellBase.hpp index 0a86e80c..c6b14919 100644 --- a/plugins/cell/CellBase.hpp +++ b/plugins/cell/CellBase.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/cell/DrawableCell.cpp b/plugins/cell/DrawableCell.cpp index ee588b02..5e3ec73d 100644 --- a/plugins/cell/DrawableCell.cpp +++ b/plugins/cell/DrawableCell.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "DrawableCell.hpp" diff --git a/plugins/cell/DrawableCell.hpp b/plugins/cell/DrawableCell.hpp index e91cec2d..aeb27867 100644 --- a/plugins/cell/DrawableCell.hpp +++ b/plugins/cell/DrawableCell.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/cell/DrawableYeast.cpp b/plugins/cell/DrawableYeast.cpp index 95562245..808f2a4b 100644 --- a/plugins/cell/DrawableYeast.cpp +++ b/plugins/cell/DrawableYeast.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "DrawableYeast.hpp" diff --git a/plugins/cell/DrawableYeast.hpp b/plugins/cell/DrawableYeast.hpp index 8be13c08..7a0367d9 100644 --- a/plugins/cell/DrawableYeast.hpp +++ b/plugins/cell/DrawableYeast.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/cell/Library.cpp b/plugins/cell/Library.cpp index e9c0dd1b..43d3697a 100644 --- a/plugins/cell/Library.cpp +++ b/plugins/cell/Library.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/plugins/cell/StoreMolecules.cpp b/plugins/cell/StoreMolecules.cpp index 78018a72..5ade3002 100644 --- a/plugins/cell/StoreMolecules.cpp +++ b/plugins/cell/StoreMolecules.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/cell/StoreMolecules.hpp b/plugins/cell/StoreMolecules.hpp index 33d035c0..f7140505 100644 --- a/plugins/cell/StoreMolecules.hpp +++ b/plugins/cell/StoreMolecules.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/cell/Yeast.cpp b/plugins/cell/Yeast.cpp index a51e682f..3c96541b 100644 --- a/plugins/cell/Yeast.cpp +++ b/plugins/cell/Yeast.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "Yeast.hpp" diff --git a/plugins/cell/Yeast.hpp b/plugins/cell/Yeast.hpp index 5309219b..0dc778c7 100644 --- a/plugins/cell/Yeast.hpp +++ b/plugins/cell/Yeast.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/chemostat/CMakeLists.txt b/plugins/chemostat/CMakeLists.txt index e8bae6dc..92911206 100644 --- a/plugins/chemostat/CMakeLists.txt +++ b/plugins/chemostat/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Sources set(SRCS diff --git a/plugins/chemostat/Library.cpp b/plugins/chemostat/Library.cpp index 2e64776f..502bd1bc 100644 --- a/plugins/chemostat/Library.cpp +++ b/plugins/chemostat/Library.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Simulator #include "core/Units.hpp" diff --git a/plugins/diffusion-python/CMakeLists.txt b/plugins/diffusion-python/CMakeLists.txt index 4c51bb1d..b5e340f2 100644 --- a/plugins/diffusion-python/CMakeLists.txt +++ b/plugins/diffusion-python/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Include Python API find_package(PythonLibs REQUIRED) diff --git a/plugins/diffusion-python/Library.cpp b/plugins/diffusion-python/Library.cpp index e9f57ece..568bcc15 100644 --- a/plugins/diffusion-python/Library.cpp +++ b/plugins/diffusion-python/Library.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Simulator #include "simulator/Simulation.hpp" diff --git a/plugins/diffusion-python/wrapper_module.cpp b/plugins/diffusion-python/wrapper_module.cpp index e9d45780..f831aae6 100644 --- a/plugins/diffusion-python/wrapper_module.cpp +++ b/plugins/diffusion-python/wrapper_module.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "../python/Python.hpp" diff --git a/plugins/diffusion-python/wrapper_module.hpp b/plugins/diffusion-python/wrapper_module.hpp index fabc5fb7..8b494fe7 100644 --- a/plugins/diffusion-python/wrapper_module.hpp +++ b/plugins/diffusion-python/wrapper_module.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/diffusion-streamlines/CMakeLists.txt b/plugins/diffusion-streamlines/CMakeLists.txt index f5a6501f..d71f4107 100644 --- a/plugins/diffusion-streamlines/CMakeLists.txt +++ b/plugins/diffusion-streamlines/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Sources set(SRCS diff --git a/plugins/diffusion-streamlines/Library.cpp b/plugins/diffusion-streamlines/Library.cpp index 3f53c591..52c54282 100644 --- a/plugins/diffusion-streamlines/Library.cpp +++ b/plugins/diffusion-streamlines/Library.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/plugins/diffusion-streamlines/Module.cpp b/plugins/diffusion-streamlines/Module.cpp index 280b21eb..9cb1cc7f 100644 --- a/plugins/diffusion-streamlines/Module.cpp +++ b/plugins/diffusion-streamlines/Module.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/diffusion-streamlines/Module.hpp b/plugins/diffusion-streamlines/Module.hpp index dc602391..d6201ec0 100644 --- a/plugins/diffusion-streamlines/Module.hpp +++ b/plugins/diffusion-streamlines/Module.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/diffusion/CMakeLists.txt b/plugins/diffusion/CMakeLists.txt index 7e3f7d96..b1c43fee 100644 --- a/plugins/diffusion/CMakeLists.txt +++ b/plugins/diffusion/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # if (CONFIG_RENDER_ENABLE) option(CONFIG_PLUGIN_diffusion_SMOOTH "Render smooth diffusion" On) diff --git a/plugins/diffusion/Generator.cpp b/plugins/diffusion/Generator.cpp index 24f062cb..c707d0be 100644 --- a/plugins/diffusion/Generator.cpp +++ b/plugins/diffusion/Generator.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "Generator.hpp" diff --git a/plugins/diffusion/Generator.hpp b/plugins/diffusion/Generator.hpp index 16d131bf..f2bcc364 100644 --- a/plugins/diffusion/Generator.hpp +++ b/plugins/diffusion/Generator.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/diffusion/Library.cpp b/plugins/diffusion/Library.cpp index 45c8d941..cf14ac03 100644 --- a/plugins/diffusion/Library.cpp +++ b/plugins/diffusion/Library.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Simulator #include "simulator/Simulation.hpp" diff --git a/plugins/diffusion/Module.cpp b/plugins/diffusion/Module.cpp index 0742b70a..8f32b866 100644 --- a/plugins/diffusion/Module.cpp +++ b/plugins/diffusion/Module.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/diffusion/Module.hpp b/plugins/diffusion/Module.hpp index 43e453b7..2509abcb 100644 --- a/plugins/diffusion/Module.hpp +++ b/plugins/diffusion/Module.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/diffusion/StoreState.cpp b/plugins/diffusion/StoreState.cpp index f5d94409..d71c3b8c 100644 --- a/plugins/diffusion/StoreState.cpp +++ b/plugins/diffusion/StoreState.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/diffusion/StoreState.hpp b/plugins/diffusion/StoreState.hpp index dfa36729..5a6a7574 100644 --- a/plugins/diffusion/StoreState.hpp +++ b/plugins/diffusion/StoreState.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/object-generator/CMakeLists.txt b/plugins/object-generator/CMakeLists.txt index e8f8883f..2d46b65b 100644 --- a/plugins/object-generator/CMakeLists.txt +++ b/plugins/object-generator/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Sources set(SRCS diff --git a/plugins/object-generator/Library.cpp b/plugins/object-generator/Library.cpp index dd2c76d7..74c54a2d 100644 --- a/plugins/object-generator/Library.cpp +++ b/plugins/object-generator/Library.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/plugins/object-generator/Module.cpp b/plugins/object-generator/Module.cpp index 97a594dc..07d35648 100644 --- a/plugins/object-generator/Module.cpp +++ b/plugins/object-generator/Module.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/object-generator/Module.hpp b/plugins/object-generator/Module.hpp index b66267a5..4cfdf373 100644 --- a/plugins/object-generator/Module.hpp +++ b/plugins/object-generator/Module.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/obstacles-image/CMakeLists.txt b/plugins/obstacles-image/CMakeLists.txt index 5426a173..9e783285 100644 --- a/plugins/obstacles-image/CMakeLists.txt +++ b/plugins/obstacles-image/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Find OpenCV if (UNIX AND NOT APPLE) diff --git a/plugins/obstacles-image/Library.cpp b/plugins/obstacles-image/Library.cpp index 7b46c7d9..c55279ff 100644 --- a/plugins/obstacles-image/Library.cpp +++ b/plugins/obstacles-image/Library.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // OpenCV #include diff --git a/plugins/picture/CMakeLists.txt b/plugins/picture/CMakeLists.txt index 84b4c7e4..c942e7d0 100644 --- a/plugins/picture/CMakeLists.txt +++ b/plugins/picture/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # if (!CONFIG_RENDER_ENABLE) message(FATAL_ERROR "Cannot build module without CONFIG_RENDER_ENABLE") diff --git a/plugins/picture/Library.cpp b/plugins/picture/Library.cpp index e9cc65ff..a2ed9101 100644 --- a/plugins/picture/Library.cpp +++ b/plugins/picture/Library.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Simulator #include "core/UniquePtr.hpp" diff --git a/plugins/picture/Module.cpp b/plugins/picture/Module.cpp index d7b41276..f80c81d4 100644 --- a/plugins/picture/Module.cpp +++ b/plugins/picture/Module.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/picture/Module.hpp b/plugins/picture/Module.hpp index 8947b592..e4a788e8 100644 --- a/plugins/picture/Module.hpp +++ b/plugins/picture/Module.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/CMakeLists.txt b/plugins/python/CMakeLists.txt index 50a69af1..e1aec68d 100644 --- a/plugins/python/CMakeLists.txt +++ b/plugins/python/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # if (WIN32) set(PYTHON_LIB_PATH "C:/Windows/SysWOW64/python27.dll" CACHE STRING "Path to python2 library") diff --git a/plugins/python/Exception.cpp b/plugins/python/Exception.cpp index 8f8febe3..4b5461ea 100644 --- a/plugins/python/Exception.cpp +++ b/plugins/python/Exception.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/Exception.hpp b/plugins/python/Exception.hpp index 2acf6530..b22e3f8f 100644 --- a/plugins/python/Exception.hpp +++ b/plugins/python/Exception.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/Handle.cpp b/plugins/python/Handle.cpp index 0e78ed05..d97261be 100644 --- a/plugins/python/Handle.cpp +++ b/plugins/python/Handle.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/python/Handle.hpp b/plugins/python/Handle.hpp index c0060d0c..89dbc426 100644 --- a/plugins/python/Handle.hpp +++ b/plugins/python/Handle.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/python/Initializer.cpp b/plugins/python/Initializer.cpp index 051f08b3..1c2d4428 100644 --- a/plugins/python/Initializer.cpp +++ b/plugins/python/Initializer.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/Initializer.hpp b/plugins/python/Initializer.hpp index 181363eb..58b2c55e 100644 --- a/plugins/python/Initializer.hpp +++ b/plugins/python/Initializer.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/Library.cpp b/plugins/python/Library.cpp index fcd5e032..651e3bfd 100644 --- a/plugins/python/Library.cpp +++ b/plugins/python/Library.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/Module.cpp b/plugins/python/Module.cpp index 3b2ef74f..1a8ba70b 100644 --- a/plugins/python/Module.cpp +++ b/plugins/python/Module.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/Module.hpp b/plugins/python/Module.hpp index 8d5057d6..ae80e853 100644 --- a/plugins/python/Module.hpp +++ b/plugins/python/Module.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/Object.cpp b/plugins/python/Object.cpp index 41fa9e8a..183d67d0 100644 --- a/plugins/python/Object.cpp +++ b/plugins/python/Object.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/Object.hpp b/plugins/python/Object.hpp index 2ac3b27f..be166c0f 100644 --- a/plugins/python/Object.hpp +++ b/plugins/python/Object.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/Program.cpp b/plugins/python/Program.cpp index 3562d61f..1d5c11cc 100644 --- a/plugins/python/Program.cpp +++ b/plugins/python/Program.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/Program.hpp b/plugins/python/Program.hpp index fb1774dc..72b00084 100644 --- a/plugins/python/Program.hpp +++ b/plugins/python/Program.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/Python.hpp b/plugins/python/Python.hpp index c3b36a6a..0c8b1b4a 100644 --- a/plugins/python/Python.hpp +++ b/plugins/python/Python.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/Source.cpp b/plugins/python/Source.cpp index 4af414c0..a4744267 100644 --- a/plugins/python/Source.cpp +++ b/plugins/python/Source.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/Source.hpp b/plugins/python/Source.hpp index db6e4251..ad6faade 100644 --- a/plugins/python/Source.hpp +++ b/plugins/python/Source.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/Utils.hpp b/plugins/python/Utils.hpp index 42130468..b8b25864 100644 --- a/plugins/python/Utils.hpp +++ b/plugins/python/Utils.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/python/ValueCast.hpp b/plugins/python/ValueCast.hpp index 71379dbb..c1a76f33 100644 --- a/plugins/python/ValueCast.hpp +++ b/plugins/python/ValueCast.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/python/View.hpp b/plugins/python/View.hpp index a8f95736..a6f11d8e 100644 --- a/plugins/python/View.hpp +++ b/plugins/python/View.hpp @@ -5,6 +5,30 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/wrapper.cpp b/plugins/python/wrapper.cpp index 79ecf083..4d7f7fdf 100644 --- a/plugins/python/wrapper.cpp +++ b/plugins/python/wrapper.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "wrapper.hpp" diff --git a/plugins/python/wrapper.hpp b/plugins/python/wrapper.hpp index 63c62e6f..fbc5b08c 100644 --- a/plugins/python/wrapper.hpp +++ b/plugins/python/wrapper.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/wrapper_core.cpp b/plugins/python/wrapper_core.cpp index b26950bf..deafaf1b 100644 --- a/plugins/python/wrapper_core.cpp +++ b/plugins/python/wrapper_core.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/wrapper_core.hpp b/plugins/python/wrapper_core.hpp index 0dbef50c..bbe50dbe 100644 --- a/plugins/python/wrapper_core.hpp +++ b/plugins/python/wrapper_core.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/wrapper_parser.cpp b/plugins/python/wrapper_parser.cpp index f2a2ac90..865779e6 100644 --- a/plugins/python/wrapper_parser.cpp +++ b/plugins/python/wrapper_parser.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/wrapper_parser.hpp b/plugins/python/wrapper_parser.hpp index 16b1abb7..61d835de 100644 --- a/plugins/python/wrapper_parser.hpp +++ b/plugins/python/wrapper_parser.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/wrapper_render.cpp b/plugins/python/wrapper_render.cpp index 424cc852..23aec548 100644 --- a/plugins/python/wrapper_render.cpp +++ b/plugins/python/wrapper_render.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/wrapper_render.hpp b/plugins/python/wrapper_render.hpp index 01c7d132..d7eec3b3 100644 --- a/plugins/python/wrapper_render.hpp +++ b/plugins/python/wrapper_render.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/wrapper_simulator.cpp b/plugins/python/wrapper_simulator.cpp index 665a2cde..a0f7ffb6 100644 --- a/plugins/python/wrapper_simulator.cpp +++ b/plugins/python/wrapper_simulator.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/wrapper_simulator.hpp b/plugins/python/wrapper_simulator.hpp index 40c19eb0..e66d308f 100644 --- a/plugins/python/wrapper_simulator.hpp +++ b/plugins/python/wrapper_simulator.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/python/wrapper_stdout.cpp b/plugins/python/wrapper_stdout.cpp index 6ee6d17d..47cc9b52 100644 --- a/plugins/python/wrapper_stdout.cpp +++ b/plugins/python/wrapper_stdout.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "Python.hpp" diff --git a/plugins/python/wrapper_stdout.hpp b/plugins/python/wrapper_stdout.hpp index 0eba04c0..86565554 100644 --- a/plugins/python/wrapper_stdout.hpp +++ b/plugins/python/wrapper_stdout.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/stochastic-reactions-intercellular/CMakeLists.txt b/plugins/stochastic-reactions-intercellular/CMakeLists.txt index 63414386..164171e5 100644 --- a/plugins/stochastic-reactions-intercellular/CMakeLists.txt +++ b/plugins/stochastic-reactions-intercellular/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Sources set(SRCS diff --git a/plugins/stochastic-reactions-intercellular/Diffusion.cpp b/plugins/stochastic-reactions-intercellular/Diffusion.cpp index 1f19728c..52ef483c 100644 --- a/plugins/stochastic-reactions-intercellular/Diffusion.cpp +++ b/plugins/stochastic-reactions-intercellular/Diffusion.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/stochastic-reactions-intercellular/Diffusion.hpp b/plugins/stochastic-reactions-intercellular/Diffusion.hpp index 632f8e1d..1071d2d0 100644 --- a/plugins/stochastic-reactions-intercellular/Diffusion.hpp +++ b/plugins/stochastic-reactions-intercellular/Diffusion.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/plugins/stochastic-reactions-intercellular/IntercellularReactions.cpp b/plugins/stochastic-reactions-intercellular/IntercellularReactions.cpp index 4b8062c1..25c268e5 100644 --- a/plugins/stochastic-reactions-intercellular/IntercellularReactions.cpp +++ b/plugins/stochastic-reactions-intercellular/IntercellularReactions.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Václav Pelíšek */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #include "IntercellularReactions.hpp" diff --git a/plugins/stochastic-reactions-intercellular/IntercellularReactions.hpp b/plugins/stochastic-reactions-intercellular/IntercellularReactions.hpp index a0d71284..47bd760a 100644 --- a/plugins/stochastic-reactions-intercellular/IntercellularReactions.hpp +++ b/plugins/stochastic-reactions-intercellular/IntercellularReactions.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Václav Pelíšek */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/stochastic-reactions-intercellular/Library.cpp b/plugins/stochastic-reactions-intercellular/Library.cpp index e88661a8..8da8bed3 100644 --- a/plugins/stochastic-reactions-intercellular/Library.cpp +++ b/plugins/stochastic-reactions-intercellular/Library.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Václav Pelíšek */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/plugins/stochastic-reactions-intercellular/ReactionParserDiffusive.hpp b/plugins/stochastic-reactions-intercellular/ReactionParserDiffusive.hpp deleted file mode 100644 index aaa324d1..00000000 --- a/plugins/stochastic-reactions-intercellular/ReactionParserDiffusive.hpp +++ /dev/null @@ -1,33 +0,0 @@ -#pragma once - -#include "ReactionDiffusive.hpp" -#include "core/DynamicArray.hpp" -#include "core/ExpressionParser.hpp" -#include "core/Log.hpp" -#include "core/Range.hpp" - -class ReactionParserDiffusive -{ - IteratorRange range; - const String whitespace = " \n\r\t\v\b"; - bool validator; - bool reversible; - - void check_push(String& id, DynamicArray& array); - - void skipComments(); - - DynamicArray parseList(); - - float parseRate(const char end_char); - -public: - - ReactionParserDiffusive(const String& code) noexcept - : range(makeRange(code.c_str(), code.c_str() + code.size())) - { - // Nothing to do. - } - - Reaction parse(); -}; diff --git a/plugins/stochastic-reactions-intercellular/test/test.cpp b/plugins/stochastic-reactions-intercellular/test/test.cpp index 32642adc..dfa60d24 100644 --- a/plugins/stochastic-reactions-intercellular/test/test.cpp +++ b/plugins/stochastic-reactions-intercellular/test/test.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // GTest #include diff --git a/plugins/stochastic-reactions-intracellular/CMakeLists.txt b/plugins/stochastic-reactions-intracellular/CMakeLists.txt index 9a41c148..46a94aca 100644 --- a/plugins/stochastic-reactions-intracellular/CMakeLists.txt +++ b/plugins/stochastic-reactions-intracellular/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Sources set(SRCS diff --git a/plugins/stochastic-reactions-intracellular/IntracellularReactions.cpp b/plugins/stochastic-reactions-intracellular/IntracellularReactions.cpp index 81321516..68ecb86d 100644 --- a/plugins/stochastic-reactions-intracellular/IntracellularReactions.cpp +++ b/plugins/stochastic-reactions-intracellular/IntracellularReactions.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Václav Pelíšek */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #include "IntracellularReactions.hpp" diff --git a/plugins/stochastic-reactions-intracellular/IntracellularReactions.hpp b/plugins/stochastic-reactions-intracellular/IntracellularReactions.hpp index 14150957..6143c3cb 100644 --- a/plugins/stochastic-reactions-intracellular/IntracellularReactions.hpp +++ b/plugins/stochastic-reactions-intracellular/IntracellularReactions.hpp @@ -5,12 +5,28 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Václav Pelíšek */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once +/* ************************************************************************ */ + #include "Reactions.hpp" /* ************************************************************************ */ diff --git a/plugins/stochastic-reactions-intracellular/Library.cpp b/plugins/stochastic-reactions-intracellular/Library.cpp index 3b31d777..d8bd97a6 100644 --- a/plugins/stochastic-reactions-intracellular/Library.cpp +++ b/plugins/stochastic-reactions-intracellular/Library.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Václav Pelíšek */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/plugins/stochastic-reactions-intracellular/Reactions.hpp b/plugins/stochastic-reactions-intracellular/Reactions.hpp index 93361317..0e3cdd98 100644 --- a/plugins/stochastic-reactions-intracellular/Reactions.hpp +++ b/plugins/stochastic-reactions-intracellular/Reactions.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Václav Pelíšek */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/stochastic-reactions-intracellular/ReactionsParser.hpp b/plugins/stochastic-reactions-intracellular/ReactionsParser.hpp index f1c01952..52d0665d 100644 --- a/plugins/stochastic-reactions-intracellular/ReactionsParser.hpp +++ b/plugins/stochastic-reactions-intracellular/ReactionsParser.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Václav Pelíšek */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/stochastic-reactions-intracellular/test/ReactionsParserTest.cpp b/plugins/stochastic-reactions-intracellular/test/ReactionsParserTest.cpp index 48d7839c..342201b8 100644 --- a/plugins/stochastic-reactions-intracellular/test/ReactionsParserTest.cpp +++ b/plugins/stochastic-reactions-intracellular/test/ReactionsParserTest.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // C++ diff --git a/plugins/stochastic-reactions-intracellular/test/test.cpp b/plugins/stochastic-reactions-intracellular/test/test.cpp index 32642adc..dfa60d24 100644 --- a/plugins/stochastic-reactions-intracellular/test/test.cpp +++ b/plugins/stochastic-reactions-intracellular/test/test.cpp @@ -1,8 +1,27 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // GTest #include diff --git a/plugins/streamlines-python/CMakeLists.txt b/plugins/streamlines-python/CMakeLists.txt index 112522be..0cc548b2 100644 --- a/plugins/streamlines-python/CMakeLists.txt +++ b/plugins/streamlines-python/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Include Python API find_package(PythonLibs REQUIRED) diff --git a/plugins/streamlines-python/Library.cpp b/plugins/streamlines-python/Library.cpp index 25702a0e..a90553d1 100644 --- a/plugins/streamlines-python/Library.cpp +++ b/plugins/streamlines-python/Library.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Simulator #include "simulator/Simulation.hpp" diff --git a/plugins/streamlines-python/wrapper_module.cpp b/plugins/streamlines-python/wrapper_module.cpp index 40b3fcf3..a484d660 100644 --- a/plugins/streamlines-python/wrapper_module.cpp +++ b/plugins/streamlines-python/wrapper_module.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Python requires to be included first because it sets some parameters to stdlib #include "../python/Python.hpp" diff --git a/plugins/streamlines-python/wrapper_module.hpp b/plugins/streamlines-python/wrapper_module.hpp index 2fc3d682..534f41a9 100644 --- a/plugins/streamlines-python/wrapper_module.hpp +++ b/plugins/streamlines-python/wrapper_module.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/plugins/streamlines/CMakeLists.txt b/plugins/streamlines/CMakeLists.txt index 018d3895..818b5418 100644 --- a/plugins/streamlines/CMakeLists.txt +++ b/plugins/streamlines/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Options if (CONFIG_RENDER_ENABLE) diff --git a/plugins/streamlines/Lattice.cpp b/plugins/streamlines/Lattice.cpp index 772cade8..f92b3d2e 100644 --- a/plugins/streamlines/Lattice.cpp +++ b/plugins/streamlines/Lattice.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/streamlines/Lattice.hpp b/plugins/streamlines/Lattice.hpp index 3454bde5..859ecb18 100644 --- a/plugins/streamlines/Lattice.hpp +++ b/plugins/streamlines/Lattice.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/streamlines/LatticeData.cpp b/plugins/streamlines/LatticeData.cpp index dcac2620..229f3939 100644 --- a/plugins/streamlines/LatticeData.cpp +++ b/plugins/streamlines/LatticeData.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/streamlines/LatticeData.hpp b/plugins/streamlines/LatticeData.hpp index 229f4c6b..363d35b0 100644 --- a/plugins/streamlines/LatticeData.hpp +++ b/plugins/streamlines/LatticeData.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/streamlines/Library.cpp b/plugins/streamlines/Library.cpp index 3f598981..b993cddf 100644 --- a/plugins/streamlines/Library.cpp +++ b/plugins/streamlines/Library.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/plugins/streamlines/Module.cpp b/plugins/streamlines/Module.cpp index 71badbff..8e75359e 100644 --- a/plugins/streamlines/Module.cpp +++ b/plugins/streamlines/Module.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/streamlines/Module.hpp b/plugins/streamlines/Module.hpp index b9ae824d..a2d0506a 100644 --- a/plugins/streamlines/Module.hpp +++ b/plugins/streamlines/Module.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/streamlines/ObstacleMap.hpp b/plugins/streamlines/ObstacleMap.hpp index 63c823fe..24903acd 100644 --- a/plugins/streamlines/ObstacleMap.hpp +++ b/plugins/streamlines/ObstacleMap.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/streamlines/StoreObjectState.cpp b/plugins/streamlines/StoreObjectState.cpp index de534521..170e291d 100644 --- a/plugins/streamlines/StoreObjectState.cpp +++ b/plugins/streamlines/StoreObjectState.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/streamlines/StoreObjectState.hpp b/plugins/streamlines/StoreObjectState.hpp index a2895aef..6d449628 100644 --- a/plugins/streamlines/StoreObjectState.hpp +++ b/plugins/streamlines/StoreObjectState.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/plugins/streamlines/StoreState.cpp b/plugins/streamlines/StoreState.cpp index f4878c22..0ff94c09 100644 --- a/plugins/streamlines/StoreState.cpp +++ b/plugins/streamlines/StoreState.cpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/plugins/streamlines/StoreState.hpp b/plugins/streamlines/StoreState.hpp index a8631096..2226cfa5 100644 --- a/plugins/streamlines/StoreState.hpp +++ b/plugins/streamlines/StoreState.hpp @@ -5,8 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ -/* Author: Hynek Kasl */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/render/Buffer.cpp b/render/Buffer.cpp index 296a51b4..b1a17572 100644 --- a/render/Buffer.cpp +++ b/render/Buffer.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/render/Buffer.hpp b/render/Buffer.hpp index 1abc7793..5a9da039 100644 --- a/render/Buffer.hpp +++ b/render/Buffer.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/CMakeLists.txt b/render/CMakeLists.txt index 255fdbef..1875d5cf 100644 --- a/render/CMakeLists.txt +++ b/render/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # if (!CONFIG_RENDER_ENABLE) message(WARNING "Cannot build 'render' without CONFIG_RENDER_ENABLE") diff --git a/render/Camera.cpp b/render/Camera.cpp index 73bfc77f..8ea59915 100644 --- a/render/Camera.cpp +++ b/render/Camera.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/render/Camera.hpp b/render/Camera.hpp index 1188fe05..c8a3a18d 100644 --- a/render/Camera.hpp +++ b/render/Camera.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/Circle.cpp b/render/Circle.cpp index 6f092b8e..27b83b00 100644 --- a/render/Circle.cpp +++ b/render/Circle.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "render/Circle.hpp" diff --git a/render/Circle.hpp b/render/Circle.hpp index 1348b90b..6d0fb0ef 100644 --- a/render/Circle.hpp +++ b/render/Circle.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/Color.cpp b/render/Color.cpp index a6deb3e7..0ca4bf98 100644 --- a/render/Color.cpp +++ b/render/Color.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/render/Color.hpp b/render/Color.hpp index 20d60020..c745f08e 100644 --- a/render/Color.hpp +++ b/render/Color.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/render/Context.cpp b/render/Context.cpp index aeb0a129..37f04180 100644 --- a/render/Context.cpp +++ b/render/Context.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #if !ENABLE_RENDER diff --git a/render/Context.hpp b/render/Context.hpp index 06b1758c..bb682914 100644 --- a/render/Context.hpp +++ b/render/Context.hpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/render/Font.cpp b/render/Font.cpp index 5fde2b52..3cea9984 100644 --- a/render/Font.cpp +++ b/render/Font.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "render/Font.hpp" diff --git a/render/Font.hpp b/render/Font.hpp index 0bdc1b9d..684bf4a8 100644 --- a/render/Font.hpp +++ b/render/Font.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/Grid.cpp b/render/Grid.cpp index 537bda23..050dfd78 100644 --- a/render/Grid.cpp +++ b/render/Grid.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "render/Grid.hpp" diff --git a/render/Grid.hpp b/render/Grid.hpp index 6c205979..2813957e 100644 --- a/render/Grid.hpp +++ b/render/Grid.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/GridBase.hpp b/render/GridBase.hpp index 60881c2d..b8cabf9a 100644 --- a/render/GridBase.hpp +++ b/render/GridBase.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/GridColor.cpp b/render/GridColor.cpp index 3afc0f51..fd7f7ba2 100644 --- a/render/GridColor.cpp +++ b/render/GridColor.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "render/GridColor.hpp" diff --git a/render/GridColor.hpp b/render/GridColor.hpp index c14109c1..1d0589f8 100644 --- a/render/GridColor.hpp +++ b/render/GridColor.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/GridColorSmooth.cpp b/render/GridColorSmooth.cpp index 66320d06..55cccc7a 100644 --- a/render/GridColorSmooth.cpp +++ b/render/GridColorSmooth.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "render/GridColorSmooth.hpp" diff --git a/render/GridColorSmooth.hpp b/render/GridColorSmooth.hpp index 1db21102..d31bdb02 100644 --- a/render/GridColorSmooth.hpp +++ b/render/GridColorSmooth.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/GridVector.cpp b/render/GridVector.cpp index ad98ae02..c826fa34 100644 --- a/render/GridVector.cpp +++ b/render/GridVector.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "render/GridVector.hpp" diff --git a/render/GridVector.hpp b/render/GridVector.hpp index d6d331c3..3e1b190c 100644 --- a/render/GridVector.hpp +++ b/render/GridVector.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/ImageData.hpp b/render/ImageData.hpp index a315a396..21bf8f3b 100644 --- a/render/ImageData.hpp +++ b/render/ImageData.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/Lines.cpp b/render/Lines.cpp index a833e942..156ad7fe 100644 --- a/render/Lines.cpp +++ b/render/Lines.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "render/Lines.hpp" diff --git a/render/Lines.hpp b/render/Lines.hpp index 76f0cc66..f3b2dec6 100644 --- a/render/Lines.hpp +++ b/render/Lines.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/Object.cpp b/render/Object.cpp index 693693ea..52dd1ef8 100644 --- a/render/Object.cpp +++ b/render/Object.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/render/Object.hpp b/render/Object.hpp index cbc22a85..89ea7f49 100644 --- a/render/Object.hpp +++ b/render/Object.hpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/render/PhysicsDebugger.cpp b/render/PhysicsDebugger.cpp index 89348808..7faa5840 100644 --- a/render/PhysicsDebugger.cpp +++ b/render/PhysicsDebugger.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/render/PhysicsDebugger.hpp b/render/PhysicsDebugger.hpp index 4112fa77..d320f90e 100644 --- a/render/PhysicsDebugger.hpp +++ b/render/PhysicsDebugger.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/render/Program.cpp b/render/Program.cpp index a9ac5a36..611e9d26 100644 --- a/render/Program.cpp +++ b/render/Program.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "render/Program.hpp" diff --git a/render/Program.hpp b/render/Program.hpp index a496288a..a6caaa1b 100644 --- a/render/Program.hpp +++ b/render/Program.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/Rectangle.cpp b/render/Rectangle.cpp index e938c25c..e8b5d3e4 100644 --- a/render/Rectangle.cpp +++ b/render/Rectangle.cpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ // Declaration #include "render/Rectangle.hpp" diff --git a/render/Rectangle.hpp b/render/Rectangle.hpp index af7a65d1..09a9a41b 100644 --- a/render/Rectangle.hpp +++ b/render/Rectangle.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/Shader.cpp b/render/Shader.cpp index 2846e548..d83f32a8 100644 --- a/render/Shader.cpp +++ b/render/Shader.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/render/Shader.hpp b/render/Shader.hpp index 37c9961e..55ec2798 100644 --- a/render/Shader.hpp +++ b/render/Shader.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/Texture.cpp b/render/Texture.cpp index 0a00b004..e9080db4 100644 --- a/render/Texture.cpp +++ b/render/Texture.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/render/Texture.hpp b/render/Texture.hpp index f492c2a1..ded337d7 100644 --- a/render/Texture.hpp +++ b/render/Texture.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/VertexElement.hpp b/render/VertexElement.hpp index 2bae5d2f..d520df90 100644 --- a/render/VertexElement.hpp +++ b/render/VertexElement.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/VertexFormat.hpp b/render/VertexFormat.hpp index c361d43a..29dcda9e 100644 --- a/render/VertexFormat.hpp +++ b/render/VertexFormat.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/datatype.hpp b/render/datatype.hpp index 2927baf5..b401abb4 100644 --- a/render/datatype.hpp +++ b/render/datatype.hpp @@ -1,3 +1,27 @@ +/* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ +/* Department of Cybernetics */ +/* Faculty of Applied Sciences */ +/* University of West Bohemia in Pilsen */ +/* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/render/errors.cpp b/render/errors.cpp index 7ac6cdd1..b8317e41 100644 --- a/render/errors.cpp +++ b/render/errors.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Simulator diff --git a/render/errors.hpp b/render/errors.hpp index 83f4b120..7cda0e46 100644 --- a/render/errors.hpp +++ b/render/errors.hpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/CMakeLists.txt b/simulator/CMakeLists.txt index f5f31d67..061caa7c 100644 --- a/simulator/CMakeLists.txt +++ b/simulator/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Create project project(simulator CXX) diff --git a/simulator/Configuration.cpp b/simulator/Configuration.cpp index aa788f86..c28a3e0a 100644 --- a/simulator/Configuration.cpp +++ b/simulator/Configuration.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/simulator/Configuration.hpp b/simulator/Configuration.hpp index a0aab968..2bbc00b9 100644 --- a/simulator/Configuration.hpp +++ b/simulator/Configuration.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/LoaderManager.cpp b/simulator/LoaderManager.cpp index 68b6d613..74f72226 100644 --- a/simulator/LoaderManager.cpp +++ b/simulator/LoaderManager.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/simulator/LoaderManager.hpp b/simulator/LoaderManager.hpp index a1aa3bd1..71fb1ca9 100644 --- a/simulator/LoaderManager.hpp +++ b/simulator/LoaderManager.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/Module.hpp b/simulator/Module.hpp index 0ad0f763..cde8957d 100644 --- a/simulator/Module.hpp +++ b/simulator/Module.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/Object.cpp b/simulator/Object.cpp index e045d360..2b0a57a5 100644 --- a/simulator/Object.cpp +++ b/simulator/Object.cpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/simulator/Object.hpp b/simulator/Object.hpp index 7c931b55..cc37902e 100644 --- a/simulator/Object.hpp +++ b/simulator/Object.hpp @@ -1,9 +1,26 @@ /* ************************************************************************ */ +/* Georgiev Lab (c) 2015 */ +/* ************************************************************************ */ /* Department of Cybernetics */ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/Obstacle.cpp b/simulator/Obstacle.cpp index d01e06c2..ab3199bb 100644 --- a/simulator/Obstacle.cpp +++ b/simulator/Obstacle.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/simulator/Obstacle.hpp b/simulator/Obstacle.hpp index 97faf6dd..85c171e0 100644 --- a/simulator/Obstacle.hpp +++ b/simulator/Obstacle.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/Plugin.cpp b/simulator/Plugin.cpp index a9194d16..d0490199 100644 --- a/simulator/Plugin.cpp +++ b/simulator/Plugin.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/simulator/Plugin.hpp b/simulator/Plugin.hpp index 68dd9e77..3faf4494 100644 --- a/simulator/Plugin.hpp +++ b/simulator/Plugin.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/PluginApi.hpp b/simulator/PluginApi.hpp index 31985bb5..8d55509a 100644 --- a/simulator/PluginApi.hpp +++ b/simulator/PluginApi.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/PluginManager.cpp b/simulator/PluginManager.cpp index 1c2dabaf..f010d936 100644 --- a/simulator/PluginManager.cpp +++ b/simulator/PluginManager.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/simulator/PluginManager.hpp b/simulator/PluginManager.hpp index 0ce4a820..b335a6e9 100644 --- a/simulator/PluginManager.hpp +++ b/simulator/PluginManager.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/Program.hpp b/simulator/Program.hpp index cf750188..8c814c4a 100644 --- a/simulator/Program.hpp +++ b/simulator/Program.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/simulator/Shape.hpp b/simulator/Shape.hpp index 9c863cf8..4274536a 100644 --- a/simulator/Shape.hpp +++ b/simulator/Shape.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/ShapeToGrid.hpp b/simulator/ShapeToGrid.hpp index e73eb121..274f14e5 100644 --- a/simulator/ShapeToGrid.hpp +++ b/simulator/ShapeToGrid.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/Simulation.cpp b/simulator/Simulation.cpp index 077ea98f..76409110 100644 --- a/simulator/Simulation.cpp +++ b/simulator/Simulation.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/simulator/Simulation.hpp b/simulator/Simulation.hpp index 205ec03c..a136e82d 100644 --- a/simulator/Simulation.hpp +++ b/simulator/Simulation.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/SimulationListener.hpp b/simulator/SimulationListener.hpp index c3c54ddf..f1576f59 100644 --- a/simulator/SimulationListener.hpp +++ b/simulator/SimulationListener.hpp @@ -5,6 +5,23 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ +/* ************************************************************************ */ #pragma once diff --git a/simulator/SimulationLoader.cpp b/simulator/SimulationLoader.cpp index 8a258c2e..bc55127c 100644 --- a/simulator/SimulationLoader.cpp +++ b/simulator/SimulationLoader.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/simulator/SimulationLoader.hpp b/simulator/SimulationLoader.hpp index a1f5d2a5..1961e83b 100644 --- a/simulator/SimulationLoader.hpp +++ b/simulator/SimulationLoader.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/simulator/Simulator.cpp b/simulator/Simulator.cpp index 03048203..55942e10 100644 --- a/simulator/Simulator.cpp +++ b/simulator/Simulator.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // Declaration diff --git a/simulator/Simulator.hpp b/simulator/Simulator.hpp index 4ae251a8..616f64bc 100644 --- a/simulator/Simulator.hpp +++ b/simulator/Simulator.hpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ #pragma once diff --git a/tools/shader-convert/CMakeLists.txt b/tools/shader-convert/CMakeLists.txt index d74c4509..9baeb272 100644 --- a/tools/shader-convert/CMakeLists.txt +++ b/tools/shader-convert/CMakeLists.txt @@ -5,6 +5,23 @@ # Faculty of Applied Sciences # # University of West Bohemia in Pilsen # # ######################################################################### # +# # +# This file is part of CeCe. # +# # +# CeCe 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, or # +# (at your option) any later version. # +# # +# CeCe 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 CeCe. If not, see . # +# # +# ######################################################################### # # Create project project(tool-shader-convert CXX) diff --git a/tools/shader-convert/main.cpp b/tools/shader-convert/main.cpp index 11adc8bd..910e8dde 100644 --- a/tools/shader-convert/main.cpp +++ b/tools/shader-convert/main.cpp @@ -5,7 +5,22 @@ /* Faculty of Applied Sciences */ /* University of West Bohemia in Pilsen */ /* ************************************************************************ */ -/* Author: Jiří Fatka */ +/* */ +/* This file is part of CeCe. */ +/* */ +/* CeCe 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, or */ +/* (at your option) any later version. */ +/* */ +/* CeCe 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 CeCe. If not, see . */ +/* */ /* ************************************************************************ */ // C++