forked from julian-klode/dns66
-
Notifications
You must be signed in to change notification settings - Fork 0
/
copyright
68 lines (64 loc) · 3.2 KB
/
copyright
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: 2016 Julian Andres Klode <[email protected]>
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it 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.
.
This program 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 General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Files: app/src/main/java/org/jak_linux/dns66/vpn/*.java
Copyright: 2016 Julian Andres Klode <[email protected]>
2016 Daniel Brodie <[email protected]>
License: GPL-3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3.
Comment:
The code in this package is derived from dbrodie's code, located at:
https://github.com/dbrodie/AdBuster
Files: app/src/main/res/drawable/ic_add.xml
app/src/main/res/drawable/ic_dns_black_24dp.xml
app/src/main/res/drawable/ic_apps_black_24dp.xml
app/src/main/res/drawable/ic_check_box_black_24dp.xml
app/src/main/res/drawable/ic_check_box_outline_blank_black_24dp.xml
app/src/main/res/drawable/ic_delete_forever_white_24dp.xml
app/src/main/res/drawable/ic_done_white_24dp.xml
app/src/main/res/drawable/ic_error_black_24dp.xml
app/src/main/res/drawable/ic_expand_less_black_24dp.xml
app/src/main/res/drawable/ic_expand_more_black_24dp.xml
app/src/main/res/drawable/ic_menu_hosts*.xml
app/src/main/res/drawable/ic_menu_info.xml
app/src/main/res/drawable/ic_menu_start*.xml
app/src/main/res/drawable/ic_refresh.xml
app/src/main/res/drawable/ic_settings_black_24dp.xml
app/src/main/res/drawable/ic_state_deny.xml
app/src/main/res/drawable/ic_verified_user_black_24dp.xml
app/src/main/res/drawable/ic_warning.xml
Copyright: 2014-2016 Google
License: Apache-2.0
We have made these icons available for you to incorporate them into your
products under the Apache License Version 2.0. Feel free to remix and
re-share these icons and documentation in your products. We'd love
attribution in your app's about screen, but it's not required. The
only thing we ask is that you not re-sell these icons.
Comment:
These files come from Google's material design icon set. They were translated
from SVG to Android vector graphics and for some icons, the color has been
changed in the resulting file.
Files: app/src/main/res/drawable/ic_state_ignore.xml
app/src/main/res/drawable/ic_state_allow.xml
Copyright: 2014-2016 Google
2017 Julian Andres Klode
License: Apache-2.0
Works derived from the ic_security_black_24dp.svg by Google, licensed under the Apache license.
Comment:
Created by editing the svg with Inkscape, converting to xml via Android studio, and some manual
clean-up afterwards.