From c82461cf39f0b8b52589a046746d7a281c177998 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 6 Nov 2018 16:27:54 +0100 Subject: [PATCH] modified license on some shared files (gpl->lgpl) --- src/utils/conftree.cpp | 8 ++++---- src/utils/conftree.h | 8 ++++---- src/utils/execmd.cpp | 8 ++++---- src/utils/execmd.h | 8 ++++---- src/utils/log.h | 8 ++++---- src/utils/netcon.cpp | 8 ++++---- src/utils/netcon.h | 8 ++++---- src/utils/pathut.cpp | 8 ++++---- src/utils/pathut.h | 8 ++++---- src/utils/readfile.cpp | 8 ++++---- src/utils/readfile.h | 8 ++++---- 11 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/utils/conftree.cpp b/src/utils/conftree.cpp index 3e3f6f19..f6bd5da7 100644 --- a/src/utils/conftree.cpp +++ b/src/utils/conftree.cpp @@ -1,15 +1,15 @@ /* Copyright (C) 2003-2016 J.F.Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/conftree.h b/src/utils/conftree.h index 98c68ef7..6da1ff50 100644 --- a/src/utils/conftree.h +++ b/src/utils/conftree.h @@ -1,15 +1,15 @@ /* Copyright (C) 2006 J.F.Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/execmd.cpp b/src/utils/execmd.cpp index 3c4c63bb..482e5b49 100644 --- a/src/utils/execmd.cpp +++ b/src/utils/execmd.cpp @@ -1,15 +1,15 @@ /* Copyright (C) 2004-2018 J.F.Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/execmd.h b/src/utils/execmd.h index 852c9a19..1529d286 100644 --- a/src/utils/execmd.h +++ b/src/utils/execmd.h @@ -1,15 +1,15 @@ /* Copyright (C) 2004-2018 J.F.Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/log.h b/src/utils/log.h index bbef77b8..1fef9b06 100644 --- a/src/utils/log.h +++ b/src/utils/log.h @@ -1,15 +1,15 @@ /* Copyright (C) 2014 J.F.Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/netcon.cpp b/src/utils/netcon.cpp index 4ac3815d..6972781f 100644 --- a/src/utils/netcon.cpp +++ b/src/utils/netcon.cpp @@ -1,15 +1,15 @@ /* Copyright (C) 2002 J.F. Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/netcon.h b/src/utils/netcon.h index 7d52f3fc..450479b2 100644 --- a/src/utils/netcon.h +++ b/src/utils/netcon.h @@ -2,16 +2,16 @@ #define _NETCON_H_ /* Copyright (C) 2002 Jean-Francois Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/pathut.cpp b/src/utils/pathut.cpp index 56c3aa06..b32b7dc7 100644 --- a/src/utils/pathut.cpp +++ b/src/utils/pathut.cpp @@ -1,15 +1,15 @@ /* Copyright (C) 2004 J.F.Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/pathut.h b/src/utils/pathut.h index 1ab6b12f..3e6c73d0 100644 --- a/src/utils/pathut.h +++ b/src/utils/pathut.h @@ -1,15 +1,15 @@ /* Copyright (C) 2004 J.F.Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/readfile.cpp b/src/utils/readfile.cpp index 279f07f9..40ef31b3 100644 --- a/src/utils/readfile.cpp +++ b/src/utils/readfile.cpp @@ -1,15 +1,15 @@ /* Copyright (C) 2004 J.F.Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/src/utils/readfile.h b/src/utils/readfile.h index 3a3afb7f..83f19cbb 100644 --- a/src/utils/readfile.h +++ b/src/utils/readfile.h @@ -1,15 +1,15 @@ /* Copyright (C) 2004 J.F.Dockes * 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 2 of the License, or + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.