ryanmaxwell / UIAlertView-Blocks

Category on UIAlertView to use inline block callbacks instead of delegate callbacks.
MIT License
425 stars 58 forks source link

Copyright info in source files does not match LICENSE file #7

Closed ghost closed 10 years ago

ghost commented 10 years ago

Your LICENSE file says your code is under MIT but your source files still use the autogenerated Xcode header that says "All rights reserved". Mostly just pointing it out so that all things are consistent. It could appear that your code is not actually licensed for use if one were to forget to bundle your LICENSE file (which I realize would necessarily violate the license text but such things do happen on accident).

ryanmaxwell commented 10 years ago

Good call. Have updated with license headers.