Open GoogleCodeExporter opened 9 years ago
I can fix md5.h, but the other files do have licenses; what is the criteria
that licensecheck uses?
Breakpad_exc_* are autogenerated RPC stubs. I can certainly add a BSD lciense
to them, but if you have any
recommendations on what the appropriate protocol is, that'd be helpful.
Otherwise I'll follow up with Danny B.
Original comment by neal...@gmail.com
on 8 Jan 2010 at 10:59
You can "apt-get install licensecheck" and run it as above to doublecheck.
I think you can put a BSD license on the generated ones as well as some text
like the
following:
if ($licensetext =~ /(All changes made in this file will be lost|DO NOT
(EDIT|delete this file)|Generated by)/i) {
$license = "GENERATED FILE";
}
Original comment by evan@chromium.org
on 8 Jan 2010 at 11:07
Original comment by phajdan.jr@chromium.org
on 26 Sep 2011 at 9:16
Original comment by phajdan.jr@chromium.org
on 26 Sep 2011 at 9:53
Original comment by phajdan.jr@chromium.org
on 28 Sep 2011 at 6:01
Issue 450 has been merged into this issue.
Original comment by ted.mielczarek
on 11 Oct 2011 at 4:17
Original comment by phajdan.jr@chromium.org
on 16 Oct 2012 at 9:33
Original issue reported on code.google.com by
evan@chromium.org
on 28 Dec 2009 at 11:01