aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-03-26 16:01:46 -0500
committerTed Gould <ted@canonical.com>2009-03-26 16:01:46 -0500
commit1f7ae08ced7b7be7d852139e73dde71de68da2f7 (patch)
tree24d0a9eac1f11c9bd6cd4df7287e5efab2a8cd2e /src
parentf6bd9e6f57bb14d2bfbee3a184e54beb79269f77 (diff)
downloadlibayatana-indicator-1f7ae08ced7b7be7d852139e73dde71de68da2f7.tar.gz
libayatana-indicator-1f7ae08ced7b7be7d852139e73dde71de68da2f7.tar.bz2
libayatana-indicator-1f7ae08ced7b7be7d852139e73dde71de68da2f7.zip
Changing license in about box to make sense.
Diffstat (limited to 'src')
-rw-r--r--src/applet-main.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/applet-main.c b/src/applet-main.c
index 8de2358..0dbb665 100644
--- a/src/applet-main.c
+++ b/src/applet-main.c
@@ -126,16 +126,15 @@ about_cb (BonoboUIComponent *ui_container,
};
static gchar *license[] = {
- N_("The Indicator Applet 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 3 of the License."),
- N_("This program is distributed in the hope that it will be useful, "
- "but WITHOUT ANY WARRANTY; without even the implied warranties of "
- "MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR "
- "PURPOSE. See the GNU General Public License for more details."),
- N_("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 "),
+ N_("This program is free software: you can redistribute it and/or modify it "
+ "under the terms of the GNU General Public License version 3, as published "
+ "by the Free Software Foundation."),
+ N_("This program is distributed in the hope that it will be useful, but "
+ "WITHOUT ANY WARRANTY; without even the implied warranties of "
+ "MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR "
+ "PURPOSE. See the GNU General Public License for more details."),
+ N_("You should have received a copy of the GNU General Public License along "
+ "with this program. If not, see <http://www.gnu.org/licenses/>."),
NULL
};
gchar *license_i18n;