From 6fcb84cddb6311e6feacd65eed4f05f29cf25fc7 Mon Sep 17 00:00:00 2001 From: Pedro Gonnet <pedro.gonnet@durham.ac.uk> Date: Wed, 29 Aug 2012 15:57:51 +0000 Subject: [PATCH] add copyright and license information. Former-commit-id: 3cdda52fb08617c6235e6f22f013e7b0953d127d --- Makefile | 20 ++++++++++++++++++++ lock.h | 20 ++++++++++++++++++++ runner.c | 18 ++++++++++++++++++ runner.h | 20 ++++++++++++++++++++ space.c | 18 ++++++++++++++++++ space.h | 20 ++++++++++++++++++++ test.c | 19 +++++++++++++++++++ 7 files changed, 135 insertions(+) diff --git a/Makefile b/Makefile index 287b44282f..b3059f6569 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,23 @@ +#******************************************************************************* +# This file is part of GadgetSMP. +# Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser 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 Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +#******************************************************************************/ + + CC=gcc FC=gfortran diff --git a/lock.h b/lock.h index 4357ec0c9a..f79583c90f 100644 --- a/lock.h +++ b/lock.h @@ -1,3 +1,23 @@ +/******************************************************************************* + * This file is part of GadgetSMP. + * Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + ******************************************************************************/ + + /* Get the inlining right. */ #ifndef INLINE diff --git a/runner.c b/runner.c index f6dea73e23..ca8ae48f62 100644 --- a/runner.c +++ b/runner.c @@ -1,3 +1,21 @@ +/******************************************************************************* + * This file is part of GadgetSMP. + * Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + ******************************************************************************/ /* Some standard headers. */ diff --git a/runner.h b/runner.h index 5f233ada75..259b901477 100644 --- a/runner.h +++ b/runner.h @@ -1,3 +1,23 @@ +/******************************************************************************* + * This file is part of GadgetSMP. + * Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + ******************************************************************************/ + + /* Some constants. */ #define runner_policy_none 0 diff --git a/space.c b/space.c index afed2e76a7..899066cd7b 100644 --- a/space.c +++ b/space.c @@ -1,3 +1,21 @@ +/******************************************************************************* + * This file is part of GadgetSMP. + * Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + ******************************************************************************/ /* Some standard headers. */ diff --git a/space.h b/space.h index a75e5e7ebe..e7d8d12472 100644 --- a/space.h +++ b/space.h @@ -1,3 +1,23 @@ +/******************************************************************************* + * This file is part of GadgetSMP. + * Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + ******************************************************************************/ + + /* Some constants. */ diff --git a/test.c b/test.c index f22ed69dae..1a1a3a024d 100644 --- a/test.c +++ b/test.c @@ -1,3 +1,22 @@ +/******************************************************************************* + * This file is part of GadgetSMP. + * Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + ******************************************************************************/ + /* Some standard headers. */ #include <stdio.h> -- GitLab