isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit d4c786823dbcb4cd24adda7b470a7c46a3c799b6
parent 4e849196b8bfe28123e6653befa00ced3fc12b0f
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun, 10 Apr 2011 19:34:36 +0200

replace FSF address with something more ... contemporary

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

diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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.