Tagged Questions
7
votes
1answer
102 views
MIT licence copyright notice for derived works
We're thinking of using some open-source MIT-licensed software in one of our web projects (a jQuery datetime plugin).
The first line of the MIT licence is:
Copyright (c) [year] [copyright ...
5
votes
2answers
237 views
How do I deal with a MIT project with no included copyright notice?
There's a (possibly abandoned) library I'm using in my project. Its Google Code project page mentions it's MIT licensed. Nowhere in the code itself, nor any of the included files, is there a ...
10
votes
5answers
447 views
Can I use MIT license to give some of my previous written code to employer so that I protect myself and don't lose my copyright?
My situation:
I have written a framework before I started my new job. I own the copyright.
It has a bunch of boilerplate logic inside of it, like any piece of software. (duh!)
I don't want to use ...
2
votes
2answers
282 views
how to properly credit authors of MIT license program
Although I have found similar questions on this site they were not what I was looking for.
I have modified the source code of an MIT licensed project, and I have added new classes to it as well. ...
0
votes
3answers
160 views
Can I distribute a software with the following permission notice
I've recently written a piece of software (without any other contributors) for a company which I part own. I was wondering if I could distribute it with the following permission notice, which is a ...
9
votes
5answers
733 views
How to manage a copyright notice in an open source project?
I'm working on, and adding to, a GitHub-hosted project that includes this LICENCE.md (apparently the MIT licence verbatim):
Copyright (c) 2012 [Acme Corp]
Permission is hereby granted, free of ...
8
votes
2answers
401 views
MIT and copyright
I am contributing to a library that is licensed under the MIT license.
In the license and in each class file it has a comment at the top saying:
Copyright (c) 2011 Joe Bloggs ...
2
votes
1answer
198 views
Copyleft Licenses - Need to attribute?
I'm currently evaluating which license to use for my next OS project, and things are getting more and more interesting after I decided that I really want to understand what the licenses mean.
Up ...