update POM, add separate license file

This commit is contained in:
Jan Dittberner 2014-10-12 14:47:18 +02:00
parent 8800020856
commit 25ee9f6237
3 changed files with 40 additions and 11 deletions

11
.gitignore vendored
View File

@ -1,7 +1,8 @@
target/
.idea/
.settings/
*.iml
.*.swp
.checkstyle
.project
.classpath
*.iml
.idea/
.project
.settings/
target/

20
LICENSE.txt Normal file
View File

@ -0,0 +1,20 @@
Copyright (c) 2011-2014 Jan Dittberner
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

20
pom.xml
View File

@ -21,15 +21,25 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--><modelVersion>4.0.0</modelVersion>
-->
<modelVersion>4.0.0</modelVersion>
<groupId>de.communardo.jdi</groupId>
<groupId>info.dittberner</groupId>
<artifactId>bcsmime-demo</artifactId>
<version>0.1</version>
<description>Demonstrate how to perform S/MIME encryption and decryption of mails using BouncyCastle</description>
<version>0.2</version>
<packaging>jar</packaging>
<name>bcsmime-demo</name>
<url>http://maven.apache.org</url>
<url>http://jan.dittberner.info/bcsmime-demo</url>
<licenses>
<license>
<name>MIT</name>
<url>LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -70,8 +80,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<source>1.7</source>
<target>1.7</target>
<showDeprecation>false</showDeprecation>
<!--<encoding>UTF-8</encoding>-->
</configuration>
</plugin>
</plugins>