summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 14:48:11 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 14:48:11 +0000
commit24195d0013f81933578afa14a44a10e4b75817dd (patch)
tree9cc32bcd841f0a0c3e741a5358c711ce568c2072 /configure.ac
parent4a0a99970b10058d977f8201bcd55f773b3950ec (diff)
a few more appindicator fixes and reindent trg-main-window.c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3a2d7e5..7a30dec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,22 @@
+dnl
+dnl transmission-remote-gtk - A GTK RPC client to Transmission
+dnl Copyright (C) 2011 Alan Fitton
+
+dnl This program is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2 of the License, or
+dnl (at your option) any later version.
+
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+dnl GNU General Public License for more details.
+
+dnl You should have received a copy of the GNU General Public License along
+dnl with this program; if not, write to the Free Software Foundation, Inc.,
+dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+dnl
+
AC_PREREQ(2.63)
AC_INIT(transmission-remote-gtk, 0.8, alan@eth0.org.uk)