monetizeio / sqlalchemy-orm-tree

An implementation for SQLAlchemy-based applications of the nested-sets/modified-pre-order-tree-traversal technique for storing hierarchical data in a relational database.
Other
54 stars 10 forks source link

LICENSE #9

Closed tony closed 10 years ago

tony commented 10 years ago

License doesn't need to be included in every file, we can reference the LICENSE at the top of every file.

Adopt the LICENSE style of flask/werkzeug/jinja2 and requests.

tony commented 10 years ago

Fixed.