1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Hadrons: license text update

This commit is contained in:
Antonin Portelli 2016-02-25 12:07:21 +00:00
parent 92f666905f
commit fdd0848593
16 changed files with 416 additions and 288 deletions

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Application.cc, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Application.cc
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#include <Hadrons/Application.hpp> #include <Hadrons/Application.hpp>
#include <Hadrons/Graph.hpp> #include <Hadrons/Graph.hpp>

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Application.hpp, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Application.hpp
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#ifndef Hadrons_Application_hpp_ #ifndef Hadrons_Application_hpp_
#define Hadrons_Application_hpp_ #define Hadrons_Application_hpp_

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* CMeson.cc, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/CMeson.cc
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#include <Hadrons/CMeson.hpp> #include <Hadrons/CMeson.hpp>

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* CMeson.hpp, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/CMeson.hpp
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#ifndef Hadrons_CMeson_hpp_ #ifndef Hadrons_CMeson_hpp_
#define Hadrons_CMeson_hpp_ #define Hadrons_CMeson_hpp_

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Environment.cc, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Environment.cc
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#include <Hadrons/Environment.hpp> #include <Hadrons/Environment.hpp>

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Environment.hpp, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Environment.hpp
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#ifndef Hadrons_Environment_hpp_ #ifndef Hadrons_Environment_hpp_
#define Hadrons_Environment_hpp_ #define Hadrons_Environment_hpp_

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Application.cc, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Global.cc
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#include <Hadrons/Global.hpp> #include <Hadrons/Global.hpp>

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Globals.hpp, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Global.hpp
*
* LatCore is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* LatCore is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with LatCore. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#ifndef Hadrons_Global_hpp_ #ifndef Hadrons_Global_hpp_
#define Hadrons_Global_hpp_ #define Hadrons_Global_hpp_

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Graph.hpp, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Graph.hpp
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#ifndef Hadrons_Graph_hpp_ #ifndef Hadrons_Graph_hpp_
#define Hadrons_Graph_hpp_ #define Hadrons_Graph_hpp_

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Hadrons.cc, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Hadrons.cc
*
* LatCore is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* LatCore is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with LatCore. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#include <Hadrons/Application.hpp> #include <Hadrons/Application.hpp>

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* MQuark.cc, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/MQuark.cc
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#include <Hadrons/MQuark.hpp> #include <Hadrons/MQuark.hpp>

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* MQuark.hpp, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/MQuark.hpp
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#ifndef Hadrons_MQuark_hpp_ #ifndef Hadrons_MQuark_hpp_
#define Hadrons_MQuark_hpp_ #define Hadrons_MQuark_hpp_

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Module.cc, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Module.cc
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#include <Hadrons/Module.hpp> #include <Hadrons/Module.hpp>

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* Module.hpp, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/Module.hpp
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#ifndef Hadrons_Module_hpp_ #ifndef Hadrons_Module_hpp_
#define Hadrons_Module_hpp_ #define Hadrons_Module_hpp_

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* ModuleFactory.cc, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/ModuleFactory.cc
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#include <Hadrons/ModuleFactory.hpp> #include <Hadrons/ModuleFactory.hpp>

View File

@ -1,21 +1,29 @@
/* /*******************************************************************************
* ModuleFactory.hpp, part of Grid Grid physics library, www.github.com/paboyle/Grid
*
* Copyright (C) 2015 Antonin Portelli Source file: programs/Hadrons/ModuleFactory.hpp
*
* Grid is free software: you can redistribute it and/or modify Copyright (C) 2015
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or Author: Antonin Portelli <antonin.portelli@me.com>
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* Grid is distributed in the hope that it will be useful, it under the terms of the GNU General Public License as published by
* but WITHOUT ANY WARRANTY; without even the implied warranty of the Free Software Foundation; either version 2 of the License, or
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the (at your option) any later version.
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with Grid. If not, see <http://www.gnu.org/licenses/>. MERCHANTABILITY or FITNESS FOR A PARTICULAR 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
See the full license in the file "LICENSE" in the top level distribution
directory.
*******************************************************************************/
#ifndef Hadrons_ModuleFactory_hpp_ #ifndef Hadrons_ModuleFactory_hpp_
#define Hadrons_ModuleFactory_hpp_ #define Hadrons_ModuleFactory_hpp_