isync

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

commit d228fae3944d72edca638e2b60e9f5d1c48d11bc
parent 7cd74a1179405bdfa627fb016b287095f7707aa0
Author: Michael Elkins <me@mutt.org>
Date:   Wed, 30 Oct 2002 02:31:20 +0000

Updated the copyright notice to allow an exception for linking with OpenSSL,
which has a non-GPL compatible license.

Diffstat:
Mconfig.c | 3+++
Mcram.c | 3+++
Mdotlock.c | 3+++
Mdotlock.h | 3+++
Mimap.c | 3+++
Misync.1 | 3+++
Misync.h | 3+++
Mlist.c | 3+++
Mmaildir.c | 3+++
Mmain.c | 3+++
Msync.c | 3+++
11 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/config.c b/config.c @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ #include <unistd.h> diff --git a/cram.c b/cram.c @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ #include <assert.h> diff --git a/dotlock.c b/dotlock.c @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ /* diff --git a/dotlock.h b/dotlock.h @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ int dotlock_lock (const char *, int *); diff --git a/imap.c b/imap.c @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ #include <assert.h> diff --git a/isync.1 b/isync.1 @@ -15,6 +15,9 @@ \" 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 +\" +\" As a special exception, isync may be linked with the OpenSSL library, +\" despite that library's more restrictive license. .. .TH isync 1 "2002 Oct 14" .. diff --git a/isync.h b/isync.h @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ #if HAVE_LIBDB diff --git a/list.c b/list.c @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ #include <ctype.h> diff --git a/maildir.c b/maildir.c @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ #include <limits.h> diff --git a/main.c b/main.c @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ #include <sys/types.h> diff --git a/sync.c b/sync.c @@ -16,6 +16,9 @@ * 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 + * + * As a special exception, isync may be linked with the OpenSSL library, + * despite that library's more restrictive license. */ #include <stdio.h>