commit 8b790e74399143b7a6e47432a015e5ea7dbcf2a8
Author: Oswald Buddenhagen <o...@kde.org>
Date:   Sun Apr 10 19:34:36 2011 +0200

    replace FSF address with something more ... contemporary

 debian/copyright     |    3 +--
 src/compat/config.c  |    3 +--
 src/compat/convert.c |    3 +--
 src/compat/isync.1   |    3 +--
 src/compat/isync.h   |    3 +--
 src/compat/main.c    |    3 +--
 src/compat/util.c    |    3 +--
 src/config.c         |    3 +--
 src/drv_imap.c       |    3 +--
 src/drv_maildir.c    |    3 +--
 src/isync.h          |    3 +--
 src/main.c           |    3 +--
 src/mbsync.1         |    3 +--
 src/mdconvert.1      |    3 +--
 src/mdconvert.c      |    3 +--
 src/run-tests.pl     |    3 +--
 src/socket.c         |    3 +--
 src/sync.c           |    3 +--
 src/util.c           |    3 +--
 19 files changed, 19 insertions(+), 38 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index ffc9010..c1bb05f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,8 +23,7 @@ Copyright:
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * As a special exception, isync may be linked with the OpenSSL library,
  * despite that library's more restrictive license.
diff --git a/src/compat/config.c b/src/compat/config.c
index 02115b9..d68f2c1 100644
--- a/src/compat/config.c
+++ b/src/compat/config.c
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "isync.h"
diff --git a/src/compat/convert.c b/src/compat/convert.c
index 3bd8879..19209aa 100644
--- a/src/compat/convert.c
+++ b/src/compat/convert.c
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "isync.h"
diff --git a/src/compat/isync.1 b/src/compat/isync.1
index 9c4f6dc..ff68b94 100644
--- a/src/compat/isync.1
+++ b/src/compat/isync.1
@@ -14,8 +14,7 @@
 \"  GNU General Public License for more details.
 \"
 \"  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
+\"  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 \"
 ..
 .TH isync 1 "2004 Mar 29"
diff --git a/src/compat/isync.h b/src/compat/isync.h
index 09ec283..a1aee3f 100644
--- a/src/compat/isync.h
+++ b/src/compat/isync.h
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
diff --git a/src/compat/main.c b/src/compat/main.c
index 10ade7f..83fff5a 100644
--- a/src/compat/main.c
+++ b/src/compat/main.c
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "isync.h"
diff --git a/src/compat/util.c b/src/compat/util.c
index 1cb0f79..cca2072 100644
--- a/src/compat/util.c
+++ b/src/compat/util.c
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "isync.h"
diff --git a/src/config.c b/src/config.c
index 658d7f8..e211ce2 100644
--- a/src/config.c
+++ b/src/config.c
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * As a special exception, mbsync may be linked with the OpenSSL library,
  * despite that library's more restrictive license.
diff --git a/src/drv_imap.c b/src/drv_imap.c
index 7982381..66f4d7c 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -15,8 +15,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * As a special exception, mbsync may be linked with the OpenSSL library,
  * despite that library's more restrictive license.
diff --git a/src/drv_maildir.c b/src/drv_maildir.c
index 74d7b9c..faf7ac2 100644
--- a/src/drv_maildir.c
+++ b/src/drv_maildir.c
@@ -15,8 +15,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * As a special exception, mbsync may be linked with the OpenSSL library,
  * despite that library's more restrictive license.
diff --git a/src/isync.h b/src/isync.h
index a60e468..2099692 100644
--- a/src/isync.h
+++ b/src/isync.h
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * As a special exception, mbsync may be linked with the OpenSSL library,
  * despite that library's more restrictive license.
diff --git a/src/main.c b/src/main.c
index 1535a30..85cbf34 100644
--- a/src/main.c
+++ b/src/main.c
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * As a special exception, mbsync may be linked with the OpenSSL library,
  * despite that library's more restrictive license.
diff --git a/src/mbsync.1 b/src/mbsync.1
index 3b2fa62..906dbca 100644
--- a/src/mbsync.1
+++ b/src/mbsync.1
@@ -15,8 +15,7 @@
 \"  GNU General Public License for more details.
 \"
 \"  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
+\"  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 \"
 \" As a special exception, mbsync may be linked with the OpenSSL library,
 \" despite that library's more restrictive license.
diff --git a/src/mdconvert.1 b/src/mdconvert.1
index 30ca7b6..17f0789 100644
--- a/src/mdconvert.1
+++ b/src/mdconvert.1
@@ -13,8 +13,7 @@
 \"  GNU General Public License for more details.
 \"
 \"  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
+\"  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ..
 .TH mdconvert 1 "2004 Mar 27"
 ..
diff --git a/src/mdconvert.c b/src/mdconvert.c
index 7dbfb48..2eefff6 100644
--- a/src/mdconvert.c
+++ b/src/mdconvert.c
@@ -13,8 +13,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
diff --git a/src/run-tests.pl b/src/run-tests.pl
index 842e6e6..9924f33 100755
--- a/src/run-tests.pl
+++ b/src/run-tests.pl
@@ -13,8 +13,7 @@
 # GNU General Public License for more details.
 #
 # 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
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
 use strict;
diff --git a/src/socket.c b/src/socket.c
index f9c8a05..e952957 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -15,8 +15,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * As a special exception, mbsync may be linked with the OpenSSL library,
  * despite that library's more restrictive license.
diff --git a/src/sync.c b/src/sync.c
index d9be535..d3fc974 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * As a special exception, mbsync may be linked with the OpenSSL library,
  * despite that library's more restrictive license.
diff --git a/src/util.c b/src/util.c
index d3c6804..09a1952 100644
--- a/src/util.c
+++ b/src/util.c
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * As a special exception, mbsync may be linked with the OpenSSL library,
  * despite that library's more restrictive license.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to