rails / arel

A Relational Algebra
2.06k stars 390 forks source link

Documentation #540

Closed rodrigoscna closed 3 years ago

rodrigoscna commented 3 years ago

Hello everyone.

I'm building a rewrite of Arel in TypeScript (and later on, a rewrite of ActiveModel and ActiveRecord), and I'd like to know if I can reuse the documentation of this version in my README.md (with proper adaptations).

Thanks in advance!

rafaelfranca commented 3 years ago

Yes you can. All code and documentation here is based on the MIT license. You only need to make sure you follow what the MIT license says to do when you derive work.