diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-12 11:25:05 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-12 11:25:05 +0200 |
commit | ab7fd0a903bca7a23c9ce4dfbc47830f0456fd55 (patch) | |
tree | 3b6326326194de08f631c512316d15238c374eeb /vdr.c | |
parent | 8edb431b2c4268e71c041e9d864d221544d4fffd (diff) | |
download | vdr-ab7fd0a903bca7a23c9ce4dfbc47830f0456fd55.tar.gz vdr-ab7fd0a903bca7a23c9ce4dfbc47830f0456fd55.tar.bz2 |
Fixed the link to the GPL2 at http://www.gnu.org in vdr.c
Diffstat (limited to 'vdr.c')
-rw-r--r-- | vdr.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,13 +16,13 @@ * 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 - * Or, point your browser to http://www.gnu.org/copyleft/gpl.html + * Or, point your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * * The author can be reached at kls@cadsoft.de * * The project's page is at http://www.cadsoft.de/vdr * - * $Id: vdr.c 1.295 2007/08/05 09:53:20 kls Exp $ + * $Id: vdr.c 1.296 2007/08/12 11:22:04 kls Exp $ */ #include <getopt.h> |