-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update copyright notices, point to AUTHORS file, fix FSF address
- Loading branch information
Showing
36 changed files
with
125 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
Clifford Wolf <[email protected]> | ||
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 <[email protected]> | ||
|
||
Lars Ellenberg <[email protected]> | ||
Johannes Thoma <[email protected]> | ||
Dennis Schafroth <[email protected]> | ||
Most development 1.34 to 2.0 | ||
2010 Johannes Thoma <[email protected]> | ||
|
||
Coordination, fixes and maintenance: | ||
Lars Ellenberg <[email protected]> | ||
|
||
Major contributions: | ||
2010 Dennis Schafroth <[email protected]> | ||
2008 Art -kwaak- van Breemen <[email protected]> | ||
|
||
And others; for details see the git log. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# csync2 - cluster synchronization tool, 2nd generation | ||
# LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
# Copyright (C) 2004, 2005 Clifford Wolf <[email protected]> | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ Copyright | |
========= | ||
|
||
csync2 - cluster synchronization tool, 2nd generation | ||
LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
Copyright (C) 2004, 2005 Clifford Wolf <[email protected]> | ||
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,27 +34,23 @@ 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 | ||
============= | ||
|
||
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 <http://www.clifford.at/papers/2005/csync2/>. | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2004, 2005 Clifford Wolf <[email protected]> | ||
* 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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/bin/bash -x | ||
# | ||
# csync2 - cluster synchronization tool, 2nd generation | ||
# LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
# Copyright (C) 2004, 2005 Clifford Wolf <[email protected]> | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2004, 2005, 2006 Clifford Wolf <[email protected]> | ||
* 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 | ||
*/ | ||
|
||
%{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2004, 2005, 2006 Clifford Wolf <[email protected]> | ||
* 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 | ||
*/ | ||
|
||
%{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2004, 2005, 2006 Clifford Wolf <[email protected]> | ||
* 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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2004, 2005 Clifford Wolf <[email protected]> | ||
* 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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# csync2 - cluster synchronization tool, 2nd generation | ||
# LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
# Copyright (C) 2004, 2005 Clifford Wolf <[email protected]> | ||
# 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, [email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2004, 2005, 2006 Clifford Wolf <[email protected]> | ||
* 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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2004, 2005, 2006 Clifford Wolf <[email protected]> | ||
* 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 <http://www.linbit.com>\n" | ||
"Copyright (C) 2004, 2005 Clifford Wolf <[email protected]>\n" | ||
"Copyright (C) 2010 Dennis Schafroth <[email protected]>\n" | ||
"Copyright (C) 2010 Johannes Thoma <[email protected]>\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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2004, 2005, 2006 Clifford Wolf <[email protected]> | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# csync2 - cluster synchronization tool, 2nd generation | ||
# LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
# Copyright (C) 2004, 2005 Clifford Wolf <[email protected]> | ||
# 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 <[email protected]> | ||
|
||
%prep | ||
%setup | ||
%{?suse_update_config:%{suse_update_config}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
# Example /root/.bash_logout file for csync2. | ||
# | ||
# csync2 - cluster synchronization tool, 2nd generation | ||
# LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
# Copyright (C) 2004, 2005 Clifford Wolf <[email protected]> | ||
# 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 / | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/bin/bash -ex | ||
# | ||
# csync2 - cluster synchronization tool, 2nd generation | ||
# LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
# Copyright (C) 2004, 2005 Clifford Wolf <[email protected]> | ||
# 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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2005 Clifford Wolf <[email protected]> | ||
* 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 <ctype.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* csync2 - cluster synchronization tool, 2nd generation | ||
* LINBIT Information Technologies GmbH <http://www.linbit.com> | ||
* Copyright (C) 2005 Clifford Wolf <[email protected]> | ||
* 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; | ||
|
Oops, something went wrong.