mrszj / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Missing Apache license header in some source files #697

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
FYI, the Apache license header is missing from the following source files:

core/src/com/google/inject/internal/DelayedInitialize.java
core/src/com/google/inject/internal/Nullability.java
core/src/com/google/inject/spi/Toolable.java

extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProv
ideUtils.java
extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProv
iderWithDependencies.java

The header should be added to make it clear these files are licensed under the 
ASL.

Original issue reported on code.google.com by mccu...@gmail.com on 4 Apr 2012 at 10:32

GoogleCodeExporter commented 9 years ago
Updated patch to add missing source headers to latest code: 
https://code.google.com/r/mcculls-google-guice/source/detail?r=61c412b0e479c81e5
b89b8ed24973e162c1a12a9&name=Issue-697-AddMissingHeaders

Original comment by mccu...@gmail.com on 20 Jan 2014 at 12:12