diff --git a/AUTHORS b/AUTHORS index 45ed0d7..f38ebf7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,17 @@ -LINBIT Information Technologies GmbH -Clifford Wolf +Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + http://www.linbit.com -With contributions from: +Original csync2 author, no longer involved with the project: + 2004, 2005 Clifford Wolf -Lars Ellenberg -Johannes Thoma -Dennis Schafroth +Most development 1.34 to 2.0 + 2010 Johannes Thoma + +Coordination, fixes and maintenance: + Lars Ellenberg + +Major contributions: + 2010 Dennis Schafroth + 2008 Art -kwaak- van Breemen + + And others; for details see the git log. diff --git a/Makefile.am b/Makefile.am index 4ca7374..e6da3d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # csync2 - cluster synchronization tool, 2nd generation -# LINBIT Information Technologies GmbH -# Copyright (C) 2004, 2005 Clifford Wolf +# Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH +# http://www.linbit.com; see also AUTHORS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,7 +14,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # sbin_PROGRAMS = csync2 diff --git a/README b/README index 24bec9b..b20da9f 100644 --- a/README +++ b/README @@ -19,8 +19,8 @@ Copyright ========= csync2 - cluster synchronization tool, 2nd generation -LINBIT Information Technologies GmbH -Copyright (C) 2004, 2005 Clifford Wolf +Copyright 2004 - 2013 LINBIT Information Technologies GmbH +http://www.linbit.com; see also AUTHORS This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,7 +34,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Documentation @@ -42,19 +42,15 @@ Documentation The latest version of the csync2 documentation can be found online at - http://www.clifford.at/papers/2005/csync2/paper.pdf - -and is mirrored at - http://oss.linbit.com/csync2/paper.pdf You should definitely read the documentation before trying to setup csync2. The TeX source of the paper (as well as some slides for csync2 presentations) -can be found at . +can be found at http://git.linbit.com/csync2.git/doc/csync2_paper.tex -The csync2 releases also have a copy of the 'paper.pdf' file bundled in the -csync2 source tarball. +The csync2 releases also have a copy of the 'paper.pdf' file +(and the TeX source) bundled in the csync2 source tarball. More Documentation diff --git a/action.c b/action.c index 9ac8126..8a6a1c6 100644 --- a/action.c +++ b/action.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/autogen.sh b/autogen.sh index 85663ac..43ab158 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,8 @@ #!/bin/bash -x # # csync2 - cluster synchronization tool, 2nd generation -# LINBIT Information Technologies GmbH -# Copyright (C) 2004, 2005 Clifford Wolf +# Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH +# http://www.linbit.com; see also AUTHORS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA aclocal autoheader diff --git a/cfgfile_parser.y b/cfgfile_parser.y index 7f493ab..eacad90 100644 --- a/cfgfile_parser.y +++ b/cfgfile_parser.y @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ %{ diff --git a/cfgfile_scanner.l b/cfgfile_scanner.l index 5e93f7c..7b4fdc8 100644 --- a/cfgfile_scanner.l +++ b/cfgfile_scanner.l @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ %{ diff --git a/check.c b/check.c index c5b9f32..da45451 100644 --- a/check.c +++ b/check.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/checktxt.c b/checktxt.c index 0c066dc..22dbd96 100644 --- a/checktxt.c +++ b/checktxt.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/configure.ac b/configure.ac index 8989a33..0259508 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # csync2 - cluster synchronization tool, 2nd generation -# LINBIT Information Technologies GmbH -# Copyright (C) 2004, 2005 Clifford Wolf +# Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH +# http://www.linbit.com; see also AUTHORS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,7 +14,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # Process this file with autoconf to produce a configure script. AC_INIT(csync2, 2.0rc1, csync2@lists.linbit.com) diff --git a/conn.c b/conn.c index 3bf4376..a158a2a 100644 --- a/conn.c +++ b/conn.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/csync2.c b/csync2.c index a68aa0f..e49ab05 100644 --- a/csync2.c +++ b/csync2.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" @@ -98,10 +98,9 @@ void help(char *cmd) printf( "\n" PACKAGE_STRING " - cluster synchronization tool, 2nd generation\n" -"LINBIT Information Technologies GmbH \n" -"Copyright (C) 2004, 2005 Clifford Wolf \n" -"Copyright (C) 2010 Dennis Schafroth \n" -"Copyright (C) 2010 Johannes Thoma \n" +"Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH\n" +" http://www.linbit.com\n" +"See also: http://git.linbit.com/csync2.git/?a=blob;f=AUTHORS\n" "\n" "Version: " CSYNC2_VERSION "\n" "\n" diff --git a/csync2.h b/csync2.h index f4a3c6c..a2848f9 100644 --- a/csync2.h +++ b/csync2.h @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef CSYNC2_H diff --git a/csync2.spec b/csync2.spec index 5d342dc..9f52f7a 100644 --- a/csync2.spec +++ b/csync2.spec @@ -1,6 +1,6 @@ # csync2 - cluster synchronization tool, 2nd generation -# LINBIT Information Technologies GmbH -# Copyright (C) 2004, 2005 Clifford Wolf +# Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH +# http://www.linbit.com; see also AUTHORS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,7 +14,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # spec file for package csync2 (Version 2.0) @@ -43,12 +43,6 @@ multiple hosts in a cluster in sync. Csync2 can handle complex setups with much more than just 2 hosts, handle file deletions and can detect conflicts. It is expedient for HA-clusters, HPC-clusters, COWs and server farms. - - -Authors: --------- - Clifford Wolf - %prep %setup %{?suse_update_config:%{suse_update_config}} diff --git a/csync2_locheck.sh b/csync2_locheck.sh index c5da2ab..bec0430 100644 --- a/csync2_locheck.sh +++ b/csync2_locheck.sh @@ -3,8 +3,8 @@ # Example /root/.bash_logout file for csync2. # # csync2 - cluster synchronization tool, 2nd generation -# LINBIT Information Technologies GmbH -# Copyright (C) 2004, 2005 Clifford Wolf +# Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH +# http://www.linbit.com; see also AUTHORS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # csync2 -cr / diff --git a/cygwin/buildit.sh b/cygwin/buildit.sh index e6fd1bd..7d828c2 100755 --- a/cygwin/buildit.sh +++ b/cygwin/buildit.sh @@ -1,8 +1,8 @@ #!/bin/bash -ex # # csync2 - cluster synchronization tool, 2nd generation -# LINBIT Information Technologies GmbH -# Copyright (C) 2004, 2005 Clifford Wolf +# Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH +# http://www.linbit.com; see also AUTHORS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA TRGDIR=/cygdrive/c/csync2 diff --git a/cygwin/cs2hintd.c b/cygwin/cs2hintd.c index f59f88c..4e5f4f9 100644 --- a/cygwin/cs2hintd.c +++ b/cygwin/cs2hintd.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2005 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/cygwin/cs2hintd_fseh.cs b/cygwin/cs2hintd_fseh.cs index fbf9edb..6dbb471 100644 --- a/cygwin/cs2hintd_fseh.cs +++ b/cygwin/cs2hintd_fseh.cs @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2005 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ using System; diff --git a/cygwin/cs2monitor.c b/cygwin/cs2monitor.c index 0732890..9740891 100644 --- a/cygwin/cs2monitor.c +++ b/cygwin/cs2monitor.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/cygwin/readme_pkg.txt b/cygwin/readme_pkg.txt index 60c738f..a24e690 100644 --- a/cygwin/readme_pkg.txt +++ b/cygwin/readme_pkg.txt @@ -2,10 +2,10 @@ Csync2 for Win32 (cygwin) ========================= -The Csync2 homepage can be reached at . +The Csync2 homepage can be reached at http://oss.linbit.com/. - LINBIT Information Technologies GmbH - Copyright (C) 2004, 2005 Clifford Wolf + Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + http://www.linbit.com; see also AUTHORS This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/daemon.c b/daemon.c index fbf411b..3f1f555 100644 --- a/daemon.c +++ b/daemon.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/db.c b/db.c index 68848b3..e402273 100644 --- a/db.c +++ b/db.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/db_mysql.c b/db_mysql.c index ead82ec..34a6fbd 100644 --- a/db_mysql.c +++ b/db_mysql.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2010 Dennis Schafroth > * Copyright (C) 2010 Johannes Thoma + * Copyright (C) 2010 - 2013 LINBIT Information Technologies GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/db_postgres.c b/db_postgres.c index 22be465..071ccaf 100644 --- a/db_postgres.c +++ b/db_postgres.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2010 Dennis Schafroth * Copyright (C) 2010 Johannes Thoma + * Copyright (C) 2010 - 2013 LINBIT Information Technologies GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/db_sqlite.c b/db_sqlite.c index f330b5b..9f27dcf 100644 --- a/db_sqlite.c +++ b/db_sqlite.c @@ -1,6 +1,7 @@ /* - * Copyright (C) 2010 Dennis Schafroth > + * Copyright (C) 2010 Dennis Schafroth * Copyright (C) 2010 Johannes Thoma + * Copyright (C) 2010 - 2013 LINBIT Information Technologies GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/db_sqlite2.c b/db_sqlite2.c index 3132993..ba8ad64 100644 --- a/db_sqlite2.c +++ b/db_sqlite2.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2010 Dennis Schafroth > * Copyright (C) 2010 Johannes Thoma + * Copyright (C) 2010 - 2013 LINBIT Information Technologies GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "db_api.h" diff --git a/debian/copyright b/debian/copyright index b8e07ed..64683cb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,23 +1,15 @@ -This is csync2, written by Cliffor Wolf , -Debian Package maintained by Philipp Richter -on Fri, 26 Mar 2004, 2005 15:03:45 +0100. +This package was first debianized by Philipp Richter +on Fri, 26 Mar 2004 15:03:45 +0100. -Copyright (C) 2004, 2005 Clifford Wolf +Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH +http://www.linbit.com; see also AUTHORS - This program is free software; you can redistribute it and/or modify +License: + + Csync2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. - On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/cron.d b/debian/cron.d index a943f5d..0e00673 100644 --- a/debian/cron.d +++ b/debian/cron.d @@ -2,8 +2,8 @@ # Test if this synchronization pair is in sync. # # csync2 - cluster synchronization tool, 2nd generation -# LINBIT Information Technologies GmbH -# Copyright (C) 2004, 2005 Clifford Wolf +# Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH +# http://www.linbit.com; see also AUTHORS # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # # 0 4 * * * root csync2 -cr / ; csync2 -T diff --git a/doc/csync2_paper.tex b/doc/csync2_paper.tex index 95c5c23..1f54dd2 100644 --- a/doc/csync2_paper.tex +++ b/doc/csync2_paper.tex @@ -562,7 +562,7 @@ \section{Running \csync2} csync2 1.26 - cluster synchronization tool, 2nd generation -LINBIT Information Technologies GmbH +LINBIT Information Technologies GmbH This program is free software under the terms of the GNU GPL. diff --git a/error.c b/error.c index 82f2f3f..8c8215f 100644 --- a/error.c +++ b/error.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/getrealfn.c b/getrealfn.c index b2bc0b7..87307d6 100644 --- a/getrealfn.c +++ b/getrealfn.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/groups.c b/groups.c index 511586e..2ee70bc 100644 --- a/groups.c +++ b/groups.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/prefixsubst.c b/prefixsubst.c index d003bb5..e30e74b 100644 --- a/prefixsubst.c +++ b/prefixsubst.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2005 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/rsync.c b/rsync.c index dd056d0..20e08b0 100644 --- a/rsync.c +++ b/rsync.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/update.c b/update.c index 7542dae..0b77494 100644 --- a/update.c +++ b/update.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005, 2006 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h" diff --git a/urlencode.c b/urlencode.c index 63cf385..669d9b0 100644 --- a/urlencode.c +++ b/urlencode.c @@ -1,7 +1,7 @@ /* * csync2 - cluster synchronization tool, 2nd generation - * LINBIT Information Technologies GmbH - * Copyright (C) 2004, 2005 Clifford Wolf + * Copyright (C) 2004 - 2013 LINBIT Information Technologies GmbH + * http://www.linbit.com; see also AUTHORS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "csync2.h"