kych

OAuth 2.0 API for Swiyu to enable Taler integration of Swiyu for KYC (experimental)
Log | Files | Refs | README | LICENSE

copyright (5370B)


      1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
      2 Upstream-Name: KyCH
      3 Upstream-Contact: Christian Grothoff <grothoff@gnu.org>
      4 Source: https://git.taler.net/kych.git
      5 
      6 Files: *
      7 Copyright:
      8  (C) 2024-2026 Taler Systems SA
      9 License: AGPL-3+
     10 Comment:
     11  Stated by the COPYING file at the root of the source tree.  Note that the
     12  individual source files still carry no license headers of their own.
     13 
     14 Files: taler-config/*
     15 Copyright:
     16  (C) 2024-2026 Taler Systems SA
     17 License: AGPL-3+
     18 Comment:
     19  Vendored from https://git.taler.net/taler-rust.git; unlike the rest of the
     20  tree these files do carry their AGPL-3+ headers.  See taler-config/README for
     21  which upstream file each one came from.
     22 
     23 Files: kych_oauth2_gateway/oauth2_gatewaydb/versioning.sql
     24 Copyright:
     25  (C) 2010 Hubert depesz Lubaczewski
     26 License: BSD-3-clause
     27 
     28 Files: kych_oauth2_gateway/js/qrcode.min.js
     29 Copyright:
     30  (C) 2012 Sangmin Shim
     31 License: MIT
     32 Comment:
     33  UNVERIFIED -- needs confirmation before this package is uploaded anywhere.
     34  Upstream ships this file minified and with no copyright or license header of
     35  its own; the attribution above is inferred from the code shape, which matches
     36  davidshimjs/qrcodejs (MIT).  Either confirm it and ask upstream to restore the
     37  header, or replace the file with a packaged QR-code library.
     38 
     39 Files: debian/*
     40 Copyright:
     41  (C) 2026 Taler Systems SA
     42 License: GPL-3+
     43 
     44 License: AGPL-3+
     45  This program is free software: you can redistribute it and/or modify it
     46  under the terms of the GNU Affero General Public License as published by
     47  the Free Software Foundation, either version 3 of the License, or (at your
     48  option) any later version.
     49  .
     50  This program is distributed in the hope that it will be useful, but WITHOUT
     51  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     52  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
     53  License for more details.
     54  .
     55  You should have received a copy of the GNU Affero General Public License
     56  along with this program.  If not, see <http://www.gnu.org/licenses/>.
     57  .
     58  The complete text of the GNU Affero General Public License version 3
     59  can be found in the /usr/share/common-licenses/AGPL-3 file.
     60 
     61 License: GPL-3+
     62  This program is free software: you can redistribute it and/or modify it
     63  under the terms of the GNU General Public License as published by the Free
     64  Software Foundation, either version 3 of the License, or (at your option)
     65  any later version.
     66  .
     67  This program is distributed in the hope that it will be useful, but WITHOUT
     68  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     69  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
     70  more details.
     71  .
     72  The complete text of the GNU General Public License version 3
     73  can be found in the /usr/share/common-licenses/GPL-3 file.
     74 
     75 License: BSD-3-clause
     76  Redistribution and use in source and binary forms, with or without
     77  modification, are permitted provided that the following conditions
     78  are met:
     79  .
     80   * Redistributions of source code must retain the above copyright
     81     notice, this list of conditions and the following disclaimer.
     82   * Redistributions in binary form must reproduce the above copyright
     83     notice, this list of conditions and the following disclaimer in the
     84     documentation and/or other materials provided with the distribution.
     85   * Neither the name of Hubert depesz Lubaczewski's Organization nor the
     86     names of its contributors may be used to endorse or promote products
     87     derived from this software without specific prior written permission.
     88  .
     89  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
     90  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     91  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     92  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
     93  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     94  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     95  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     96  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     97  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     98  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     99  POSSIBILITY OF SUCH DAMAGE.
    100 
    101 License: MIT
    102  Permission is hereby granted, free of charge, to any person obtaining a
    103  copy of this software and associated documentation files (the "Software"),
    104  to deal in the Software without restriction, including without limitation
    105  the rights to use, copy, modify, merge, publish, distribute, sublicense,
    106  and/or sell copies of the Software, and to permit persons to whom the
    107  Software is furnished to do so, subject to the following conditions:
    108  .
    109  The above copyright notice and this permission notice shall be included in
    110  all copies or substantial portions of the Software.
    111  .
    112  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    113  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    114  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    115  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    116  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
    117  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    118  DEALINGS IN THE SOFTWARE.