* Lawrence Rosen: > https://arstechnica.com/tech-policy/2020/01/oracle-copied-amazons-api-was-th > at-copyright-infringement/
There is actually something that looks like a machine-readable interface description in the source code published by Amazon under the Apache license: <https://github.com/aws/aws-sdk-java-v2/blob/master/services/s3/src/main/resources/codegen-resources/service-2.json> I have not tried to use this description to implement the API, but the idea for such descriptions is that both the client and server implementations are automatically checked for conformance to the specified interface. Therefore, it seems to me that a key assumption of the article is on rather shaky grounds. _______________________________________________ License-discuss mailing list [email protected] http://lists.opensource.org/mailman/listinfo/license-discuss_lists.opensource.org
