From efc10689720f8254ce946856c67a62bcf2f0bb48 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sat, 20 Apr 2024 10:11:27 +0200 Subject: [PATCH] - Fix file headers. --- demo/smdemo0.c | 37 ++++++++++++++++++++----------------- demo/smdemo0_rcv.c | 13 ++++++------- demo/smdemo0_snd.c | 13 ++++++------- include/shmem.h | 4 ++-- lib/libshmem.c | 4 ++-- lib/libshmem.h | 4 ++-- util/smadmin.c | 39 +++++++++++++++++++-------------------- 7 files changed, 57 insertions(+), 57 deletions(-) diff --git a/demo/smdemo0.c b/demo/smdemo0.c index db6c430..91fd1b0 100644 --- a/demo/smdemo0.c +++ b/demo/smdemo0.c @@ -2,26 +2,29 @@ /* smdemo0.c */ /*----------------------------------------------------------------------------*/ -/*---------------------------------------------------------------------------------*/ -/* This file is part of LibShMem */ -/* */ -/* LibShMem is free software; you can redistribute it and/or modify */ -/* it under the terms of the GNU Lesser General Public Licence as published by */ -/* the Free Software Foundation; either version 2.1 of the License, or */ -/* (at your option) any later version. */ -/* */ -/* LibShMem is distributed in the hope that it will be useful, */ -/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ -/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ -/* GNU Lesser General Public License for more details. */ -/* */ -/* You should have received a copy of the GNU Lesser General Public License */ -/* along with LibShMem; if not, write to the Free Software */ -/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/*---------------------------------------------------------------------------------*/ +/*----------------------------------------------------------------------------*/ +/* This file is part of LibShMem. */ +/* */ +/* LibShMem is free software: you can redistribute it and/or modify it */ +/* under the terms of the GNU General Public License as published by */ +/* the Free Software Foundation, either version 3 of the License, or */ +/* (at your option) any later version. */ +/* */ +/* LibShMem is distributed in the hope that it will be useful, */ +/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ +/* GNU General Public License for more details. */ +/* */ +/* You should have received a copy of the GNU General Public License */ +/* along with LibShMem. If not, see . */ +/*----------------------------------------------------------------------------*/ +/*----------------------------------------------------------------------------*/ +/* Includes */ +/*----------------------------------------------------------------------------*/ + #include #include #include diff --git a/demo/smdemo0_rcv.c b/demo/smdemo0_rcv.c index 2ba52e9..4f49e9b 100644 --- a/demo/smdemo0_rcv.c +++ b/demo/smdemo0_rcv.c @@ -3,21 +3,20 @@ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ -/* This file is part of LibShMem */ +/* This file is part of LibShMem. */ /* */ /* LibShMem 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 */ +/* under the terms of the GNU General Public License as published by */ +/* the Free Software Foundation, either version 3 of the License, or */ /* (at your option) any later version. */ /* */ /* LibShMem is distributed in the hope that it will be useful, */ /* but WITHOUT ANY WARRANTY; without even the implied warranty of */ /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ -/* GNU Lesser General Public License for more details. */ +/* GNU General Public License for more details. */ /* */ -/* You should have received a copy of the GNU Lesser General Public */ -/* License along with Drummer. If not, see */ -/* . */ +/* You should have received a copy of the GNU General Public License */ +/* along with LibShMem. If not, see . */ /*----------------------------------------------------------------------------*/ diff --git a/demo/smdemo0_snd.c b/demo/smdemo0_snd.c index fdbab9e..9d2833e 100644 --- a/demo/smdemo0_snd.c +++ b/demo/smdemo0_snd.c @@ -3,21 +3,20 @@ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ -/* This file is part of LibShMem */ +/* This file is part of LibShMem. */ /* */ /* LibShMem 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 */ +/* under the terms of the GNU General Public License as published by */ +/* the Free Software Foundation, either version 3 of the License, or */ /* (at your option) any later version. */ /* */ /* LibShMem is distributed in the hope that it will be useful, */ /* but WITHOUT ANY WARRANTY; without even the implied warranty of */ /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ -/* GNU Lesser General Public License for more details. */ +/* GNU General Public License for more details. */ /* */ -/* You should have received a copy of the GNU Lesser General Public */ -/* License along with Drummer. If not, see */ -/* . */ +/* You should have received a copy of the GNU General Public License */ +/* along with LibShMem. If not, see . */ /*----------------------------------------------------------------------------*/ diff --git a/include/shmem.h b/include/shmem.h index 35af4a7..62e1030 100644 --- a/include/shmem.h +++ b/include/shmem.h @@ -3,7 +3,7 @@ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ -/* This file is part of LibShMem */ +/* This file is part of LibShMem. */ /* */ /* LibShMem is free software: you can redistribute it and/or modify it */ /* under the terms of the GNU Lesser General Public License as published */ @@ -16,7 +16,7 @@ /* GNU Lesser General Public License for more details. */ /* */ /* You should have received a copy of the GNU Lesser General Public */ -/* License along with Drummer. If not, see */ +/* License along with LibShMem. If not, see */ /* . */ /*----------------------------------------------------------------------------*/ diff --git a/lib/libshmem.c b/lib/libshmem.c index a5b9d0d..ba21e0f 100644 --- a/lib/libshmem.c +++ b/lib/libshmem.c @@ -3,7 +3,7 @@ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ -/* This file is part of LibShMem */ +/* This file is part of LibShMem. */ /* */ /* LibShMem is free software: you can redistribute it and/or modify it */ /* under the terms of the GNU Lesser General Public License as published */ @@ -16,7 +16,7 @@ /* GNU Lesser General Public License for more details. */ /* */ /* You should have received a copy of the GNU Lesser General Public */ -/* License along with Drummer. If not, see */ +/* License along with LibShMem. If not, see */ /* . */ /*----------------------------------------------------------------------------*/ diff --git a/lib/libshmem.h b/lib/libshmem.h index 092feab..66cd36a 100644 --- a/lib/libshmem.h +++ b/lib/libshmem.h @@ -3,7 +3,7 @@ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ -/* This file is part of LibShMem */ +/* This file is part of LibShMem. */ /* */ /* LibShMem is free software: you can redistribute it and/or modify it */ /* under the terms of the GNU Lesser General Public License as published */ @@ -16,7 +16,7 @@ /* GNU Lesser General Public License for more details. */ /* */ /* You should have received a copy of the GNU Lesser General Public */ -/* License along with Drummer. If not, see */ +/* License along with LibShMem. If not, see */ /* . */ /*----------------------------------------------------------------------------*/ diff --git a/util/smadmin.c b/util/smadmin.c index 461242c..f2523bf 100644 --- a/util/smadmin.c +++ b/util/smadmin.c @@ -1,24 +1,23 @@ -/*---------------------------------------------------------------------------------*/ -/* smadmin.c */ -/*---------------------------------------------------------------------------------*/ +/*----------------------------------------------------------------------------*/ +/* smadmin.c */ +/*----------------------------------------------------------------------------*/ -/*---------------------------------------------------------------------------------*/ -/* This file is part of LibShMem */ -/* */ -/* LibShMem is free software; you can redistribute it and/or modify */ -/* it under the terms of the GNU Lesser General Public Licence as published by */ -/* the Free Software Foundation; either version 2.1 of the License, or */ -/* (at your option) any later version. */ -/* */ -/* LibShMem is distributed in the hope that it will be useful, */ -/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ -/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ -/* GNU Lesser General Public License for more details. */ -/* */ -/* You should have received a copy of the GNU Lesser General Public License */ -/* along with LibShMem; if not, write to the Free Software */ -/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/*---------------------------------------------------------------------------------*/ +/*----------------------------------------------------------------------------*/ +/* This file is part of LibShMem. */ +/* */ +/* LibShMem is free software: you can redistribute it and/or modify it */ +/* under the terms of the GNU General Public License as published by */ +/* the Free Software Foundation, either version 3 of the License, or */ +/* (at your option) any later version. */ +/* */ +/* LibShMem is distributed in the hope that it will be useful, */ +/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ +/* GNU General Public License for more details. */ +/* */ +/* You should have received a copy of the GNU General Public License */ +/* along with LibShMem. If not, see . */ +/*----------------------------------------------------------------------------*/