From 2ff8b0f214a6b5373696b3e97c7a09e3a439abdd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 24 Nov 2018 13:05:48 -0500 Subject: copyright: New file --- 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 . +SPDX-License-Identifier: LGPL-2.1+ + +On this system, a copy of the GNU Lesser General Public License may be found at +. + +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 . +SPDX-License-Identifier: LGPL-2.1+ + +On this system, a copy of the GNU Lesser General Public License may be found at +. + +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 . +SPDX-License-Identifier: LGPL-3.0+ + +On this system, a copy of the GNU Lesser General Public License may be found at +. + +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 . +SPDX-License-Identifier: LGPL-2.1+ + +On this system, a copy of the GNU Lesser General Public License may be found at +. + +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 +. + + +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 +. -- cgit v0.9.1