Subversion Repositories vgwhois

Rev

Rev 5 | Rev 14 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 daniel-mar 1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
Source: https://whois.viathinksoft.de/gwhois_fork/
11 daniel-mar 3
Comment: VGWhoIs (ViaThinkSoft Global WhoIs) is a fork of the package gwhois by Juliane Holzt; https://julijane.de/gwhois/
5 daniel-mar 4
 
5
Files: *
6
Copyright: 1998-2012, Juliane Holzt <debian@julijane.de> and contributors
7
                      Lutz Donnerhacke <Lutz.Donnerhacke@Jena.Thur.De> (Previous Co-Author)
8
           2010-2019, Daniel Marschall <daniel-marschall@viathinksoft.de>
9
License: GPL-2
10
 
11
Files: maintenance/*
12
       shared/*
13
       install.sh
14
       uninstall.sh
15
       update.sh
16
Copyright: 2010-2019, Daniel Marschall <daniel-marschall@viathinksoft.de>
17
License: GPL-2
18
 
19
Files: shared/php_includes/ipv4_functions.inc.php
20
       shared/php_includes/ipv6_functions.inc.php
21
       shared/php_includes/grep_functions.inc.php
22
Copyright: 2012-2019, Daniel Marschall <daniel-marschall@viathinksoft.de>
23
License: Apache-2.0
24
 
25
Files: shared/php_includes/idna_convert.class.php
26
Copyright: 2004-2014, phlyLabs Berlin, http://phlylabs.de
27
License: LGPL-2.1
28
 
29
License: GPL-2
30
 This program is free software; you can redistribute it and/or modify
31
 it under the terms of the GNU General Public License as published by
32
 the Free Software Foundation; version 2 only.
33
 .
34
 This program is distributed in the hope that it will be useful,
35
 but WITHOUT ANY WARRANTY; without even the implied warranty of
36
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
37
 GNU General Public License for more details.
38
 .
39
 You should have received a copy of the GNU General Public License
40
 along with this program; if not, write to the Free Software Foundation,
41
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
42
 .
43
 On any Debian system, you can find the complete text of the GNU GPL
44
 (GNU General Public License) in the file /usr/share/common-licenses/GPL-2
45
 
46
License: LGPL-2.1
47
 This library is free software; you can redistribute it and/or modify
48
 it under the terms of the GNU Lesser General Public License as
49
 published by the Free Software Foundation; either version 2.1 of the
50
 License, or (at your option) any later version.
51
 .
52
 This library is distributed in the hope that it will be useful, but
53
 WITHOUT ANY WARRANTY; without even the implied warranty of
54
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
55
 Lesser General Public License for more details.
56
 .
57
 You should have received a copy of the GNU Lesser General Public
58
 License along with this program; if not, write to the Free Software
59
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
60
 USA.
61
 .
62
 On any Debian system, you can find the complete text of the GNU LGPL
63
 (GNU Lesser General Public License) in the file /usr/share/common-licenses/LGPL-2.1
64
 
65
License: Apache-2.0
66
 Licensed under the Apache License, Version 2.0 (the "License");
67
 you may not use this file except in compliance with the License.
68
 You may obtain a copy of the License at
69
 .
70
      http://www.apache.org/licenses/LICENSE-2.0
71
 .
72
 Unless required by applicable law or agreed to in writing, software
73
 distributed under the License is distributed on an "AS IS" BASIS,
74
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75
 See the License for the specific language governing permissions and
76
 limitations under the License.