From c0382f1bcb9165dc193e57c88ea2fc3f9ecca116 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sat, 3 Feb 2018 13:48:14 +0100 Subject: Slightly reformat and modernize GPLv2 only license notices. Reformat second paragraph for better look. It had awkward line wrap. Modernize third paragraph. No need to send letters to FSF in Boston. --- src/metaentry.c | 13 ++++++------- src/metaentry.h | 13 ++++++------- src/metastore.c | 13 ++++++------- src/metastore.h | 13 ++++++------- src/settings.h | 13 ++++++------- src/utils.c | 13 ++++++------- src/utils.h | 13 ++++++------- 7 files changed, 42 insertions(+), 49 deletions(-) diff --git a/src/metaentry.c b/src/metaentry.c index 72a9103..f7ba477 100644 --- a/src/metaentry.c +++ b/src/metaentry.c @@ -7,14 +7,13 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; only version 2 of the License is applicable. * - * 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. + * 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 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #define _GNU_SOURCE diff --git a/src/metaentry.h b/src/metaentry.h index dedf5d6..cbc99d6 100644 --- a/src/metaentry.h +++ b/src/metaentry.h @@ -7,14 +7,13 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; only version 2 of the License is applicable. * - * 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. + * 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 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #ifndef METAENTRY_H diff --git a/src/metastore.c b/src/metastore.c index e95a0d5..0e321bb 100644 --- a/src/metastore.c +++ b/src/metastore.c @@ -7,14 +7,13 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; only version 2 of the License is applicable. * - * 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. + * 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 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #define _BSD_SOURCE diff --git a/src/metastore.h b/src/metastore.h index 1e1e436..27f80b6 100644 --- a/src/metastore.h +++ b/src/metastore.h @@ -7,14 +7,13 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; only version 2 of the License is applicable. * - * 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. + * 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 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #ifndef METASTORE_H diff --git a/src/settings.h b/src/settings.h index a9ef996..262a39c 100644 --- a/src/settings.h +++ b/src/settings.h @@ -5,14 +5,13 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; only version 2 of the License is applicable. * - * 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. + * 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 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #ifndef SETTINGS_H diff --git a/src/utils.c b/src/utils.c index 0485216..274af67 100644 --- a/src/utils.c +++ b/src/utils.c @@ -7,14 +7,13 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; only version 2 of the License is applicable. * - * 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. + * 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 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #define _BSD_SOURCE diff --git a/src/utils.h b/src/utils.h index b6e5958..332a315 100644 --- a/src/utils.h +++ b/src/utils.h @@ -7,14 +7,13 @@ * under the terms of the GNU General Public License as published by the * Free Software Foundation; only version 2 of the License is applicable. * - * 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. + * 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 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #ifndef UTILS_H -- cgit v1.2.1