Closed mparry closed 2 years ago
It looks like @mparry hasn't signed our Contributor License Agreement, yet.
The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen licence. Wikipedia
You can read and sign our full Contributor License Agreement here.
Once you've signed reply with [clabot:check]
to prove it.
Appreciation of efforts,
clabot
@edenhill, may I ask you to take a look, please?
We signed a group CLA some time ago - see my other PR #16 - but it didn't seem to work. Not sure what to try next!
[clabot:check]
Thank you!
... while retaining backwards compatibility with released versions. However, the trade-off is that C++11 is now required.
(An alternative would be to switch to explicitly saying
shared_ptr
instead ofauto_ptr
, but C++11 seems like a reasonable requirement to impose, given that the underlying Avro library has already done so.)