zhouweidong / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

Please add Copyright Statements to Source Files #168

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The files 

java/core/consumer/src/main/java/net/oauth/client/ExcerptInputStream.java
java/core/commons/src/main/java/net/oauth/ParameterStyle.java

Are missing copyright statements - this looks like a simple oversight and it is 
pretty easy, 
looking at the files that depend on the above files and the other files in the 
directory to figure 
out what the copyright should be.  Here are my suggestions:

ExcerptInputStream.java:

This file is only used in src/java/net/oauth/http/HttpMessage.java which is 
Copyright 2008 
Netflix, Inc.   Also all of the files in the same directory 
src/java/net/oauth/client are Copyright 
2008 Netflix, Inc.  It is reasonable to assume that ExcerptInputStream also 
carries the same 
copyright. 

ParameterStyle.java

This file is directly related to the OAuthMessage.java which is copyright 2007, 
2008 Netflix - so 
it is reasonable that this file would have the same copyright.

Thanks.

Original issue reported on code.google.com by drchuck on 25 May 2010 at 9:19

GoogleCodeExporter commented 8 years ago
Sorry this was a duplicate.  Please close.  /Chuck

Original comment by drchuck on 25 May 2010 at 9:21

GoogleCodeExporter commented 8 years ago

Original comment by jmkrist...@gmail.com on 29 May 2010 at 3:13