otac0n / WebGitNet

WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
zlib License
133 stars 62 forks source link

Suggest copyright line modification #71

Closed gregsohl closed 11 years ago

gregsohl commented 11 years ago

The current copyright line on the site says:

Copyright © 2013 John Gietzen. All rights reserved.

I'm wondering if the "All rights reserved." part conflicts with your license specification? Perhaps a "Licensing information" link to the License.txt file on GitHub would be a better fit.

otac0n commented 11 years ago

Copyright & Licensing are different concerns.

You copyright the code, and release it under a permissive license.

otac0n commented 11 years ago

I will revise this to be a little more clear.

gregsohl commented 11 years ago

I agree and wondered if it was your intent to indicate such. Just a question that someone else here raised when they saw the text in the page footer.

otac0n commented 11 years ago

I have a commit for this, but I'm having trouble pushing.

otac0n commented 11 years ago

Alright, it looks like it finally pushed successfully. Wanna take a look at it? Note: you have to "publish" the app for the link to work.