Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

License Information Not Included in Jar #6

Open
codebynight opened this issue Nov 1, 2012 · 2 comments
Open

License Information Not Included in Jar #6

codebynight opened this issue Nov 1, 2012 · 2 comments

Comments

@codebynight
Copy link

Hi Will,
I've been wondering how to handle the license information. Can you include it with Maven?
For example: http://jeffbadge.blogspot.com/2010/07/telling-maven-to-include-license-info.html.

Thanks!

@wg
Copy link
Owner

wg commented Nov 2, 2012

Hi, thanks for the suggestion! Including the license in the jar file does seem like a good idea, and I've neglected to put a NOTICE file which is needed for Colin's BSD-licensed scrypt code.

I'll take a look at how some other Java projects handle this and see what's generally accepted. The jar does currently include the .pom file which has a license section.

@codebynight
Copy link
Author

Will,
Thank you very much for writting the pure java version. I intend to use it
for a custom application which uses the spring framework. I'm not a career
programmmer, but i love programming. :)

I wrote a class to handle password encoding using this interface
http://static.springsource.org/spring-security/site/docs/3.1.x/apidocs/org/springframework/security/crypto/password/PasswordEncoder.html
.

And your scryptutil class and it works nicely!

The goal is to evetually use it as an Authenticationprovider:
http://static.springsource.org/spring-security/site/docs/3.0.x/apidocs/org/springframework/security/authentication/AuthenticationProvider.html

You could code these things and increase acceptance in the spring
community. ;)
I can send you what i wrote so far if you like. Its not very difficult to
create the password encoder class. About 10 minutes.

Thank you very much,
jose.

On Thursday, November 1, 2012, Will Glozer wrote:

Hi, thanks for the suggestion! Including the license in the jar file does
seem like a good idea, and I've neglected to put a NOTICE file which is
needed for Colin's BSD-licensed scrypt code.

I'll take a look at how some other Java projects handle this and see
what's generally accepted. The jar does currently include the .pom file
which has a license section.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-10000684.

Sent from Gmail Mobile

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants