summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-11-24 13:05:48 (EST)
committer P. J. McDermott <pj@pehjota.net>2018-11-24 13:05:48 (EST)
commit2ff8b0f214a6b5373696b3e97c7a09e3a439abdd (patch)
treeead7b2cb554e5424f035051ecd6fcb154a1ca25a
parent4a29c6082672f5d0a03d3982ca232d8fb4bf0ea4 (diff)
copyright: New file
-rw-r--r--copyright155
1 files changed, 155 insertions, 0 deletions
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..ac59ea1
--- /dev/null
+++ b/copyright
@@ -0,0 +1,155 @@
+Upstream Source
+===============
+
+In General
+----------
+
+Copyright (C) 2001-2013 Free Software Foundation, Inc.
+Copyright (C) 2001-2017 g10 Code GmbH
+
+This file is part of Assuan.
+
+Assuan is free software; you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as
+published by the Free Software Foundation; either version 2.1 of
+the License, or (at your option) any later version.
+
+Assuan 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this program; if not, see <http://www.gnu.org/licenses/>.
+SPDX-License-Identifier: LGPL-2.1+
+
+On this system, a copy of the GNU Lesser General Public License may be found at
+<file:///usr/share/common-licenses/LGPL-2.1>.
+
+src/conversion.c, src/debug.c
+-----------------------------
+
+Copyright (C) 2000 Werner Koch (dd9jn)
+Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009 g10 Code GmbH
+
+This file is part of Assuan.
+
+Assuan is free software; you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as
+published by the Free Software Foundation; either version 2.1 of
+the License, or (at your option) any later version.
+
+Assuan 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this program; if not, see <http://www.gnu.org/licenses/>.
+SPDX-License-Identifier: LGPL-2.1+
+
+On this system, a copy of the GNU Lesser General Public License may be found at
+<file:///usr/share/common-licenses/LGPL-2.1>.
+
+src/gpgcedev.c, src/gpgcedev.def, src/gpgcemgr.c
+------------------------------------------------
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+
+This file is part of Assuan.
+
+Assuan is free software; you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as
+published by the Free Software Foundation; either version 3 of
+the License, or (at your option) any later version.
+
+Assuan 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this program; if not, see <http://www.gnu.org/licenses/>.
+SPDX-License-Identifier: LGPL-3.0+
+
+On this system, a copy of the GNU Lesser General Public License may be found at
+<file:///usr/share/common-licenses/LGPL-3>.
+
+src/setenv.c, src/stpcpy.c
+--------------------------
+
+Copyright (C) 1992,1995-2002,2004 Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+
+The GNU C Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+The GNU C Library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with the GNU C Library; if not,
+see <http://www.gnu.org/licenses/>.
+SPDX-License-Identifier: LGPL-2.1+
+
+On this system, a copy of the GNU Lesser General Public License may be found at
+<file:///usr/share/common-licenses/LGPL-2.1>.
+
+libassuan-config.in
+-------------------
+
+ Copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc.
+
+This file is free software; as a special exception the author gives
+unlimited permission to copy and/or distribute it, with or without
+modifications, as long as this notice is preserved.
+
+This file is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+SPDX-License-Identifier: FSFULLR
+
+libassuan.m4
+------------
+
+Copyright (C) 2002, 2003, 2011 Free Software Foundation, Inc.
+
+This file is free software; as a special exception the author gives
+unlimited permission to copy and/or distribute it, with or without
+modifications, as long as this notice is preserved.
+
+This file is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+SPDX-License-Identifier: FSFULLR
+
+doc/assuan.texi, assuan.info
+----------------------------
+
+ Copyright (C) 2001-2013 Free Software Foundation, Inc.
+Copyright (C) 2001-2015 g10 Code GmbH
+
+ Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License as published by the
+Free Software Foundation; either version 3 of the License, or (at your
+option) any later version. The text of the license can be found in the
+section entitled "Copying".
+
+On this system, a copy of the GNU General Public License may be found at
+<file:///usr/share/common-licenses/GPL-3>.
+
+
+Distribution Packaging
+======================
+
+Copyright (C) 2014 Patrick "P. J." McDermott
+
+These files may be reproduced, distributed, modified, and otherwise dealt in
+under the terms of the Expat License.
+
+On this system, a copy of the Expat License may be found at
+<file:///usr/share/common-licenses/Expat>.