-
Notifications
You must be signed in to change notification settings - Fork 2
/
pom.xml
67 lines (67 loc) · 2.51 KB
/
pom.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>aar</packaging>
<groupId>org.greatfire</groupId>
<artifactId>IEnvoyProxy</artifactId>
<version>3.0.0</version>
<name>IEnvoyProxy</name>
<description>This is a fork of IPtProxy (https://github.com/tladesignz/IPtProxy) modified to include Go projects used by Envoy (https://github.com/greatfire/envoy)
currently this includes: Lyrebird, Snowflake, V2Ray and Hysteria2.</description>
<url>https://greatfire.org</url>
<licenses>
<license>
<name>GPLv3-or-later</name>
<url>https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/-/blob/main/LICENSE-GPL3.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>MIT</name>
<url>https://github.com/tladesignz/IPtProxy/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
<license>
<name>BSD-3-clause</name>
<url>https://gitlab.com/yawning/obfs4/-/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
<license>
<name>BSD-3-clause</name>
<url>https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
<license>
<name>BSD-2-clause</name>
<url>https://raw.githubusercontent.com/Yawning/obfs4/master/LICENSE</url>
<distribution>repo</distribution>
</license>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/v2fly/v2ray-core/master/LICENSE</url>
<distribution>repo</distribution>
</license>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/apernet/hysteria/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>greatfire</id>
<name>GreatFire</name>
<email>[email protected]</email>
</developer>
<developer>
<id>guardianproject</id>
<name>Guardian Project</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/stevenmcdonald/IEnvoyProxy.git</connection>
<url>https://github.com/stevenmcdonald/IEnvoyProxy</url>
</scm>
</project>