-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicensing.pom
More file actions
27 lines (27 loc) · 1.15 KB
/
licensing.pom
File metadata and controls
27 lines (27 loc) · 1.15 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.vuzix</groupId>
<artifactId>licensing</artifactId>
<version>1.6</version>
<packaging>aar</packaging>
<url>https://github.com/Vuzix/licensing</url>
<inceptionYear>2020</inceptionYear>
<organization>
<name>Vuzix Corporation</name>
<url>https://www.vuzix.com</url>
</organization>
<licenses>
<license>
<name>VUZIX® SOFTWARE DEVELOPMENT KIT LICENSE AND CONFIDENTIALITY AGREEMENT</name>
<url>https://www.vuzix.com/pages/vuzix%C2%AE-software-development-kit-license-and-confidentiality-agreement</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git://github.com/Vuzix/licensing.git</connection>
<developerConnection>scm:git://github.com/Vuzix/licensing.git</developerConnection>
<url>git://github.com/Vuzix/licensing</url>
</scm>
<dependencies/>
</project>