diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/metaentry.c | 13 | ||||
-rw-r--r-- | src/metaentry.h | 13 | ||||
-rw-r--r-- | src/metastore.c | 13 | ||||
-rw-r--r-- | src/metastore.h | 13 | ||||
-rw-r--r-- | src/settings.h | 13 | ||||
-rw-r--r-- | src/utils.c | 13 | ||||
-rw-r--r-- | 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 <http://www.gnu.org/licenses/>. */ #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 <http://www.gnu.org/licenses/>. */ #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 <http://www.gnu.org/licenses/>. */ #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 <http://www.gnu.org/licenses/>. */ #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 <http://www.gnu.org/licenses/>. */ #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 <http://www.gnu.org/licenses/>. */ #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 <http://www.gnu.org/licenses/>. */ #ifndef UTILS_H |