Changing reference to sourceforge
authorKlaus Ethgen <Klaus@Ethgen.de>
Fri, 18 Sep 2015 17:49:43 +0000 (18:49 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Fri, 18 Sep 2015 17:49:43 +0000 (18:49 +0100)
Change sourceforge to geeqie.org.

CODING
README
configure.in
debian/control
debian/copyright
geeqie.spec.in
src/glua.h
src/lua.c
src/main.h

diff --git a/CODING b/CODING
index 2db8111..7750c14 100644 (file)
--- a/CODING
+++ b/CODING
@@ -10,7 +10,7 @@ GPL header, in every file, like this:
  */
 
 /*
- *  This file is a part of Geeqie project (http://geeqie.sourceforge.net/).
+ *  This file is a part of Geeqie project (http://www.geeqie.org/).
  *  Copyright (C) 2008 - 2012 The Geeqie Team
  *
  *  This program is free software; you can redistribute it and/or modify it
diff --git a/README b/README
index 935e0fe..b8a0051 100644 (file)
--- a/README
+++ b/README
@@ -22,10 +22,11 @@ Please report any crash or odd behavior to the bugtracker:
 https://sourceforge.net/tracker/?group_id=222125&atid=1054680
 
 For more info see:
-http://geeqie.sourceforge.net
+http://www.geeqie.org/
 
 Vladimir Nadvornik
 Petr Ostadal
+Klaus Ethgen
 
 Please send any question or suggestions to
 geeqie-devel@lists.sourceforge.net
index c5b726c..4bbbf2c 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.  -*- Autoconf
  -*-
 
-dnl This file is a part of Geeqie project (http://geeqie.sourceforge.net/).
+dnl This file is a part of Geeqie project (http://www.geeqie.org/).
 dnl Copyright (C) 2008 - 2012 The Geeqie Team
 dnl
 dnl This program is free software; you can redistribute it and/or modify
@@ -512,7 +512,7 @@ AH_TOP([
  */
 
 /*
- *  This file is a part of Geeqie project (http://geeqie.sourceforge.net/).
+ *  This file is a part of Geeqie project (http://www.geeqie.org/).
  *  Copyright (C) 2008 - 2012 The Geeqie Team
  *
  *  This program is free software; you can redistribute it and/or modify
index a113f0d..894ca00 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Klaus Ethgen <Klaus@Ethgen.de>
 Build-Depends: debhelper (>= 7), autotools-dev, libpng12-dev, libgtk2.0-dev (>= 2.4), liblcms1-dev, liblircclient-dev, libexiv2-dev, binutils (>= 2.17)
 Standards-Version: 3.7.3
-Homepage: http://geeqie.sourceforge.net/
+Homepage: http://www.geeqie.org/
 
 Package: geeqie
 Architecture: any
index ac68a9a..277837b 100644 (file)
@@ -1,7 +1,7 @@
 This package was debianized by Klaus Ethgen <Klaus@Ethgen.de> on
 Fri, 10 Apr 2009 18:52:22 +0100.
 
-It was downloaded from http://geeqie.sourceforge.net/
+It was downloaded from http://www.geeqie.org/
 
 Upstream Authors:
 
index bc5772a..c79f47a 100644 (file)
@@ -34,7 +34,7 @@ License:        GNU General Public License version 2 or later (GPL v2 or later)
 Group:          Productivity/Graphics/Viewers
 Source:         geeqie-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-URL:            http://geeqie.sourceforge.net/
+URL:            http://www.geeqie.org/
 #
 # these are requirements of the plugins
 Requires: exiv2 exiftran ImageMagick ufraw
index 410cfb6..a0e099f 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /*
- *  This file is a part of Geeqie project (http://geeqie.sourceforge.net/).
+ *  This file is a part of Geeqie project (http://www.geeqie.org/).
  *  Copyright (C) 2008 - 2010 The Geeqie Team
  *
  *  This program is free software; you can redistribute it and/or modify it
index 84f3ff5..95a5780 100644 (file)
--- a/src/lua.c
+++ b/src/lua.c
@@ -4,7 +4,7 @@
  */
 
 /*
- *  This file is a part of Geeqie project (http://geeqie.sourceforge.net/).
+ *  This file is a part of Geeqie project (http://www.geeqie.org/).
  *  Copyright (C) 2008 - 2010 The Geeqie Team
  *
  *  This program is free software; you can redistribute it and/or modify it
index b800477..4ae14db 100644 (file)
@@ -69,7 +69,7 @@
 
 #define GQ_APPNAME "Geeqie"
 #define GQ_APPNAME_LC "geeqie"
-#define GQ_WEBSITE "geeqie.sourceforge.net"
+#define GQ_WEBSITE "www.geeqie.org"
 #define GQ_EMAIL_ADDRESS "geeqie-devel@lists.sourceforge.net"
 
 #define GQ_RC_DIR              "." GQ_APPNAME_LC