From d57c0fe577820c52317d65c752235e511badf6de Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 15 Nov 2013 14:55:45 -0600 Subject: Weird comment bug where 'lesser' ended up someplaces it didn't belong --- config.h.in | 4 ++-- src/bus-watch-namespace.c | 15 +++++++-------- src/bus-watch-namespace.h | 15 +++++++-------- src/media-player-list.vala | 4 ++-- src/media-player.vala | 4 ++-- src/service.vala | 4 ++-- src/sound-menu.vala | 4 ++-- src/volume-control.vala | 4 ++-- vapi/bus-watcher.vapi | 8 ++++---- 9 files changed, 30 insertions(+), 32 deletions(-) diff --git a/config.h.in b/config.h.in index af72a99..c51c213 100644 --- a/config.h.in +++ b/config.h.in @@ -8,9 +8,9 @@ * 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 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 this program. If not, see . * * Author: Pete Woods diff --git a/src/bus-watch-namespace.c b/src/bus-watch-namespace.c index f20905c..ad4e7ad 100644 --- a/src/bus-watch-namespace.c +++ b/src/bus-watch-namespace.c @@ -2,16 +2,15 @@ * Copyright 2013 Canonical Ltd. * * This program 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; either version 2 of the - * License, or (at your option) any later version. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 3. * - * 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 - * Lesser 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 Lesser General Public License + * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Author: Lars Uebernickel diff --git a/src/bus-watch-namespace.h b/src/bus-watch-namespace.h index 215f6be..cbd3fbc 100644 --- a/src/bus-watch-namespace.h +++ b/src/bus-watch-namespace.h @@ -2,16 +2,15 @@ * Copyright 2013 Canonical Ltd. * * This program 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; either version 2 of the - * License, or (at your option) any later version. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 3. * - * 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 - * Lesser 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 Lesser General Public License + * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Author: Lars Uebernickel diff --git a/src/media-player-list.vala b/src/media-player-list.vala index 75c7bb4..5a12e32 100644 --- a/src/media-player-list.vala +++ b/src/media-player-list.vala @@ -8,9 +8,9 @@ * 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 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 this program. If not, see . * * Authors: diff --git a/src/media-player.vala b/src/media-player.vala index bdcea35..da68ac1 100644 --- a/src/media-player.vala +++ b/src/media-player.vala @@ -8,9 +8,9 @@ * 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 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 this program. If not, see . * * Authors: diff --git a/src/service.vala b/src/service.vala index 14d4893..5e7120c 100644 --- a/src/service.vala +++ b/src/service.vala @@ -8,9 +8,9 @@ * 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 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 this program. If not, see . * * Authors: diff --git a/src/sound-menu.vala b/src/sound-menu.vala index 5a10596..480e1cf 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -8,9 +8,9 @@ * 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 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 this program. If not, see . * * Authors: diff --git a/src/volume-control.vala b/src/volume-control.vala index c6db38c..e994922 100644 --- a/src/volume-control.vala +++ b/src/volume-control.vala @@ -8,9 +8,9 @@ * 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 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 this program. If not, see . * * Authors: diff --git a/vapi/bus-watcher.vapi b/vapi/bus-watcher.vapi index 60dacff..8634e25 100644 --- a/vapi/bus-watcher.vapi +++ b/vapi/bus-watcher.vapi @@ -2,15 +2,15 @@ * Copyright 2013 Canonical Ltd. * * This program 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; version 3. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 3. * * 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 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 this program. If not, see . * * Authors: -- cgit v1.2.3