- Fix file headers.
This commit is contained in:
parent
8a783e09e9
commit
efc1068972
@ -2,26 +2,29 @@
|
|||||||
/* smdemo0.c */
|
/* smdemo0.c */
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
/* This file is part of LibShMem */
|
/* This file is part of LibShMem. */
|
||||||
/* */
|
/* */
|
||||||
/* LibShMem is free software; you can redistribute it and/or modify */
|
/* LibShMem is free software: you can redistribute it and/or modify it */
|
||||||
/* it under the terms of the GNU Lesser General Public Licence as published by */
|
/* under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation; either version 2.1 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
/* (at your option) any later version. */
|
/* (at your option) any later version. */
|
||||||
/* */
|
/* */
|
||||||
/* LibShMem is distributed in the hope that it will be useful, */
|
/* LibShMem is distributed in the hope that it will be useful, */
|
||||||
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
||||||
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
/* 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 */
|
/* You should have received a copy of the GNU General Public License */
|
||||||
/* along with LibShMem; if not, write to the Free Software */
|
/* along with LibShMem. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
/*----------------------------------------------------------------------------*/
|
||||||
/*---------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*----------------------------------------------------------------------------*/
|
||||||
|
/* Includes */
|
||||||
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -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 */
|
/* LibShMem is free software: you can redistribute it and/or modify it */
|
||||||
/* under the terms of the GNU Lesser General Public License as published */
|
/* under the terms of the GNU General Public License as published by */
|
||||||
/* by the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
/* (at your option) any later version. */
|
/* (at your option) any later version. */
|
||||||
/* */
|
/* */
|
||||||
/* LibShMem is distributed in the hope that it will be useful, */
|
/* LibShMem is distributed in the hope that it will be useful, */
|
||||||
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
||||||
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
/* 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 */
|
/* You should have received a copy of the GNU General Public License */
|
||||||
/* License along with Drummer. If not, see */
|
/* along with LibShMem. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
/* <https://www.gnu.org/licenses/>. */
|
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -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 */
|
/* LibShMem is free software: you can redistribute it and/or modify it */
|
||||||
/* under the terms of the GNU Lesser General Public License as published */
|
/* under the terms of the GNU General Public License as published by */
|
||||||
/* by the Free Software Foundation, either version 3 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
/* (at your option) any later version. */
|
/* (at your option) any later version. */
|
||||||
/* */
|
/* */
|
||||||
/* LibShMem is distributed in the hope that it will be useful, */
|
/* LibShMem is distributed in the hope that it will be useful, */
|
||||||
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
||||||
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
/* 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 */
|
/* You should have received a copy of the GNU General Public License */
|
||||||
/* License along with Drummer. If not, see */
|
/* along with LibShMem. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
/* <https://www.gnu.org/licenses/>. */
|
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -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 */
|
/* LibShMem is free software: you can redistribute it and/or modify it */
|
||||||
/* under the terms of the GNU Lesser General Public License as published */
|
/* under the terms of the GNU Lesser General Public License as published */
|
||||||
@ -16,7 +16,7 @@
|
|||||||
/* GNU Lesser General Public License for more details. */
|
/* GNU Lesser General Public License for more details. */
|
||||||
/* */
|
/* */
|
||||||
/* You should have received a copy of the GNU Lesser General Public */
|
/* 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 */
|
||||||
/* <https://www.gnu.org/licenses/>. */
|
/* <https://www.gnu.org/licenses/>. */
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
@ -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 */
|
/* LibShMem is free software: you can redistribute it and/or modify it */
|
||||||
/* under the terms of the GNU Lesser General Public License as published */
|
/* under the terms of the GNU Lesser General Public License as published */
|
||||||
@ -16,7 +16,7 @@
|
|||||||
/* GNU Lesser General Public License for more details. */
|
/* GNU Lesser General Public License for more details. */
|
||||||
/* */
|
/* */
|
||||||
/* You should have received a copy of the GNU Lesser General Public */
|
/* 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 */
|
||||||
/* <https://www.gnu.org/licenses/>. */
|
/* <https://www.gnu.org/licenses/>. */
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
@ -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 */
|
/* LibShMem is free software: you can redistribute it and/or modify it */
|
||||||
/* under the terms of the GNU Lesser General Public License as published */
|
/* under the terms of the GNU Lesser General Public License as published */
|
||||||
@ -16,7 +16,7 @@
|
|||||||
/* GNU Lesser General Public License for more details. */
|
/* GNU Lesser General Public License for more details. */
|
||||||
/* */
|
/* */
|
||||||
/* You should have received a copy of the GNU Lesser General Public */
|
/* 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 */
|
||||||
/* <https://www.gnu.org/licenses/>. */
|
/* <https://www.gnu.org/licenses/>. */
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
@ -1,24 +1,23 @@
|
|||||||
/*---------------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
/* smadmin.c */
|
/* smadmin.c */
|
||||||
/*---------------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
/* This file is part of LibShMem */
|
/* This file is part of LibShMem. */
|
||||||
/* */
|
/* */
|
||||||
/* LibShMem is free software; you can redistribute it and/or modify */
|
/* LibShMem is free software: you can redistribute it and/or modify it */
|
||||||
/* it under the terms of the GNU Lesser General Public Licence as published by */
|
/* under the terms of the GNU General Public License as published by */
|
||||||
/* the Free Software Foundation; either version 2.1 of the License, or */
|
/* the Free Software Foundation, either version 3 of the License, or */
|
||||||
/* (at your option) any later version. */
|
/* (at your option) any later version. */
|
||||||
/* */
|
/* */
|
||||||
/* LibShMem is distributed in the hope that it will be useful, */
|
/* LibShMem is distributed in the hope that it will be useful, */
|
||||||
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
||||||
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
/* 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 */
|
/* You should have received a copy of the GNU General Public License */
|
||||||
/* along with LibShMem; if not, write to the Free Software */
|
/* along with LibShMem. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
/*----------------------------------------------------------------------------*/
|
||||||
/*---------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user