From 36846c1f974fb2850ff85047318b120c184b8ce1 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 14 Apr 2014 08:41:02 +0200 Subject: Bug #727237 - Correct LGPL license information in sources I also added license information to source files where it was missing and changed the way the license block is organized. All the sources' license information comments follow the same pattern: /* [ Optional short file description ] * * [ Optional copyright notices] * * License information block * * [ Optional 'Authors:' section ] */ The LGPL is references consistently now; source files with main() function, like tests or D-Bus services, use 'program' in the license information block, while the other sources use 'library' word. --- modules/cache-reaper/e-cache-reaper-utils.c | 6 +++--- modules/cache-reaper/e-cache-reaper-utils.h | 6 +++--- modules/cache-reaper/module-cache-reaper.c | 6 +++--- modules/gnome-online-accounts/e-goa-client.c | 6 +++--- modules/gnome-online-accounts/e-goa-client.h | 6 +++--- modules/gnome-online-accounts/e-goa-password-based.c | 6 +++--- modules/gnome-online-accounts/e-goa-password-based.h | 6 +++--- modules/gnome-online-accounts/goaewsclient.c | 8 ++++---- modules/gnome-online-accounts/goaewsclient.h | 8 ++++---- modules/gnome-online-accounts/module-gnome-online-accounts.c | 6 +++--- modules/google-backend/module-google-backend.c | 6 +++--- modules/outlook-backend/module-outlook-backend.c | 6 +++--- modules/owncloud-backend/module-owncloud-backend.c | 6 +++--- modules/owncloud-backend/owncloud-utils.c | 6 +++--- modules/owncloud-backend/owncloud-utils.h | 6 +++--- modules/secret-monitor/module-secret-monitor.c | 6 +++--- modules/trust-prompt/module-trust-prompt.c | 6 +++--- modules/trust-prompt/trust-prompt-gtk.c | 6 +++--- modules/trust-prompt/trust-prompt.h | 6 +++--- modules/ubuntu-online-accounts/e-signon-session-password.c | 6 +++--- modules/ubuntu-online-accounts/e-signon-session-password.h | 6 +++--- modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c | 6 +++--- modules/ubuntu-online-accounts/uoa-utils.c | 6 +++--- modules/ubuntu-online-accounts/uoa-utils.h | 6 +++--- modules/yahoo-backend/module-yahoo-backend.c | 6 +++--- 25 files changed, 77 insertions(+), 77 deletions(-) (limited to 'modules') diff --git a/modules/cache-reaper/e-cache-reaper-utils.c b/modules/cache-reaper/e-cache-reaper-utils.c index 03b23ca7a..954d7d1d9 100644 --- a/modules/cache-reaper/e-cache-reaper-utils.c +++ b/modules/cache-reaper/e-cache-reaper-utils.c @@ -1,17 +1,17 @@ /* * e-cache-reaper-utils.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/cache-reaper/e-cache-reaper-utils.h b/modules/cache-reaper/e-cache-reaper-utils.h index 0de94f9e0..01ca3691b 100644 --- a/modules/cache-reaper/e-cache-reaper-utils.h +++ b/modules/cache-reaper/e-cache-reaper-utils.h @@ -1,17 +1,17 @@ /* * e-cache-reaper-utils.h * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/cache-reaper/module-cache-reaper.c b/modules/cache-reaper/module-cache-reaper.c index b95b94dda..4f776c19c 100644 --- a/modules/cache-reaper/module-cache-reaper.c +++ b/modules/cache-reaper/module-cache-reaper.c @@ -1,17 +1,17 @@ /* * module-cache-reaper.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/gnome-online-accounts/e-goa-client.c b/modules/gnome-online-accounts/e-goa-client.c index a6cf7d5f0..efc3fc1ba 100644 --- a/modules/gnome-online-accounts/e-goa-client.c +++ b/modules/gnome-online-accounts/e-goa-client.c @@ -1,17 +1,17 @@ /* * e-goa-client.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/gnome-online-accounts/e-goa-client.h b/modules/gnome-online-accounts/e-goa-client.h index f22c39ab4..9896effdd 100644 --- a/modules/gnome-online-accounts/e-goa-client.h +++ b/modules/gnome-online-accounts/e-goa-client.h @@ -1,17 +1,17 @@ /* * e-goa-client.h * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/gnome-online-accounts/e-goa-password-based.c b/modules/gnome-online-accounts/e-goa-password-based.c index dd7a75f9f..30714b0fc 100644 --- a/modules/gnome-online-accounts/e-goa-password-based.c +++ b/modules/gnome-online-accounts/e-goa-password-based.c @@ -1,17 +1,17 @@ /* * e-goa-password-based.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/gnome-online-accounts/e-goa-password-based.h b/modules/gnome-online-accounts/e-goa-password-based.h index 3e29590f9..40720fe98 100644 --- a/modules/gnome-online-accounts/e-goa-password-based.h +++ b/modules/gnome-online-accounts/e-goa-password-based.h @@ -1,17 +1,17 @@ /* * e-goa-password-based.h * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/gnome-online-accounts/goaewsclient.c b/modules/gnome-online-accounts/goaewsclient.c index 98eede243..ef1ecbb72 100644 --- a/modules/gnome-online-accounts/goaewsclient.c +++ b/modules/gnome-online-accounts/goaewsclient.c @@ -2,19 +2,19 @@ /* * Copyright (C) 2012 Red Hat, Inc. * - * This library is free software; you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * - * Author: Debarshi Ray + * Authors: Debarshi Ray */ /* Based on code by the Evolution team. diff --git a/modules/gnome-online-accounts/goaewsclient.h b/modules/gnome-online-accounts/goaewsclient.h index 76f5c1515..f943aec2d 100644 --- a/modules/gnome-online-accounts/goaewsclient.h +++ b/modules/gnome-online-accounts/goaewsclient.h @@ -2,19 +2,19 @@ /* * Copyright (C) 2012 Red Hat, Inc. * - * This library is free software; you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * - * Author: Debarshi Ray + * Authors: Debarshi Ray */ /* XXX This is a rather hacked up version of GoaEwsClient from diff --git a/modules/gnome-online-accounts/module-gnome-online-accounts.c b/modules/gnome-online-accounts/module-gnome-online-accounts.c index 973d1820f..17524a110 100644 --- a/modules/gnome-online-accounts/module-gnome-online-accounts.c +++ b/modules/gnome-online-accounts/module-gnome-online-accounts.c @@ -1,17 +1,17 @@ /* * module-gnome-online-accounts.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/google-backend/module-google-backend.c b/modules/google-backend/module-google-backend.c index 0e2911ef4..f8796ae98 100644 --- a/modules/google-backend/module-google-backend.c +++ b/modules/google-backend/module-google-backend.c @@ -1,17 +1,17 @@ /* * module-google-backend.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/outlook-backend/module-outlook-backend.c b/modules/outlook-backend/module-outlook-backend.c index 04e83bb96..a868fe11f 100644 --- a/modules/outlook-backend/module-outlook-backend.c +++ b/modules/outlook-backend/module-outlook-backend.c @@ -1,17 +1,17 @@ /* * module-outlook-backend.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/owncloud-backend/module-owncloud-backend.c b/modules/owncloud-backend/module-owncloud-backend.c index 38b588858..0ee215b66 100644 --- a/modules/owncloud-backend/module-owncloud-backend.c +++ b/modules/owncloud-backend/module-owncloud-backend.c @@ -1,17 +1,17 @@ /* * module-owncloud-backend.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/owncloud-backend/owncloud-utils.c b/modules/owncloud-backend/owncloud-utils.c index d89d1d21d..915c54e91 100644 --- a/modules/owncloud-backend/owncloud-utils.c +++ b/modules/owncloud-backend/owncloud-utils.c @@ -1,17 +1,17 @@ /* * owncloud-utils.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/owncloud-backend/owncloud-utils.h b/modules/owncloud-backend/owncloud-utils.h index 6c84c07be..00bea1873 100644 --- a/modules/owncloud-backend/owncloud-utils.h +++ b/modules/owncloud-backend/owncloud-utils.h @@ -1,17 +1,17 @@ /* * owncloud-utils.h * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/secret-monitor/module-secret-monitor.c b/modules/secret-monitor/module-secret-monitor.c index fa1113fd7..2dcdcfc9a 100644 --- a/modules/secret-monitor/module-secret-monitor.c +++ b/modules/secret-monitor/module-secret-monitor.c @@ -1,17 +1,17 @@ /* * module-secret-monitor.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/trust-prompt/module-trust-prompt.c b/modules/trust-prompt/module-trust-prompt.c index c41d108e7..6d3cc17e4 100644 --- a/modules/trust-prompt/module-trust-prompt.c +++ b/modules/trust-prompt/module-trust-prompt.c @@ -1,17 +1,17 @@ /* * module-trust-prompt.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/trust-prompt/trust-prompt-gtk.c b/modules/trust-prompt/trust-prompt-gtk.c index 9fe9c355c..ec8d82f28 100644 --- a/modules/trust-prompt/trust-prompt-gtk.c +++ b/modules/trust-prompt/trust-prompt-gtk.c @@ -1,17 +1,17 @@ /* * trust-prompt-gtk.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/trust-prompt/trust-prompt.h b/modules/trust-prompt/trust-prompt.h index a3c9c0bf0..da6b690e3 100644 --- a/modules/trust-prompt/trust-prompt.h +++ b/modules/trust-prompt/trust-prompt.h @@ -1,17 +1,17 @@ /* * trust-prompt.h * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/ubuntu-online-accounts/e-signon-session-password.c b/modules/ubuntu-online-accounts/e-signon-session-password.c index 3475b0250..5e3cac84f 100644 --- a/modules/ubuntu-online-accounts/e-signon-session-password.c +++ b/modules/ubuntu-online-accounts/e-signon-session-password.c @@ -1,17 +1,17 @@ /* * e-signon-session-password.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/ubuntu-online-accounts/e-signon-session-password.h b/modules/ubuntu-online-accounts/e-signon-session-password.h index c50a559a7..fec717945 100644 --- a/modules/ubuntu-online-accounts/e-signon-session-password.h +++ b/modules/ubuntu-online-accounts/e-signon-session-password.h @@ -1,17 +1,17 @@ /* * e-signon-session-password.h * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c b/modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c index 3e1614600..6d41e7296 100644 --- a/modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c +++ b/modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c @@ -1,17 +1,17 @@ /* * module-ubuntu-online-accounts.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/ubuntu-online-accounts/uoa-utils.c b/modules/ubuntu-online-accounts/uoa-utils.c index d0e2350ed..59676b101 100644 --- a/modules/ubuntu-online-accounts/uoa-utils.c +++ b/modules/ubuntu-online-accounts/uoa-utils.c @@ -1,17 +1,17 @@ /* * uoa-utils.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/ubuntu-online-accounts/uoa-utils.h b/modules/ubuntu-online-accounts/uoa-utils.h index 11c5a9e76..bfe3c173f 100644 --- a/modules/ubuntu-online-accounts/uoa-utils.h +++ b/modules/ubuntu-online-accounts/uoa-utils.h @@ -1,17 +1,17 @@ /* * uoa-utils.h * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ diff --git a/modules/yahoo-backend/module-yahoo-backend.c b/modules/yahoo-backend/module-yahoo-backend.c index 521fbc602..5bd3aa401 100644 --- a/modules/yahoo-backend/module-yahoo-backend.c +++ b/modules/yahoo-backend/module-yahoo-backend.c @@ -1,17 +1,17 @@ /* * module-yahoo-backend.c * - * This library is free software you can redistribute it and/or modify it + * This library 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. * * This library 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 + * 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 this library; if not, see . + * along with this library. If not, see . * */ -- cgit v1.2.1