From 25ee9f62371367887663f2fc6a43311cd92cba52 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 12 Oct 2014 14:47:18 +0200 Subject: [PATCH] update POM, add separate license file --- .gitignore | 11 ++++++----- LICENSE.txt | 20 ++++++++++++++++++++ pom.xml | 20 ++++++++++++++------ 3 files changed, 40 insertions(+), 11 deletions(-) create mode 100644 LICENSE.txt diff --git a/.gitignore b/.gitignore index 340d078..d31854d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -target/ -.idea/ -.settings/ +*.iml +.*.swp .checkstyle -.project .classpath -*.iml \ No newline at end of file +.idea/ +.project +.settings/ +target/ diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..298328a --- /dev/null +++ b/LICENSE.txt @@ -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. diff --git a/pom.xml b/pom.xml index 8d52dd0..7a04553 100644 --- a/pom.xml +++ b/pom.xml @@ -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. - -->4.0.0 + --> + 4.0.0 - de.communardo.jdi + info.dittberner bcsmime-demo - 0.1 + Demonstrate how to perform S/MIME encryption and decryption of mails using BouncyCastle + 0.2 jar bcsmime-demo - http://maven.apache.org + http://jan.dittberner.info/bcsmime-demo + + + + MIT + LICENSE.txt + repo + + UTF-8 @@ -70,8 +80,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1.7 1.7 false - -