gekitz / UIDevice-with-UniqueIdentifier-for-iOS-5

Brings back the unique identifier support under iOS 5, it uses the device's mac address in combination with the bundle identifier to generate a new hashed unique identifier.
MIT License
1.24k stars 226 forks source link

License #4

Closed jbtule closed 12 years ago

jbtule commented 13 years ago

An old 4-clause BSD license really? I'm going to add to my marketing material "This product includes tracking software developed by the Georg Kitz" :-P

gekitz commented 12 years ago

I will change the license asap ;) Had no time to look up and pick the right one ;)

markrickert commented 12 years ago

Georg,

Did you decide not to change the license? I personally love the idea of this library as an alternative to [UIDevice currentDevice] uniqueIdentifier] , but won't use it in production apps unless the license changes.

I prefer (in order):

Looks like this issue was closed without the license file ever changing. https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5/commits/master/license

Thanks, -Mark

gekitz commented 12 years ago

I simply forgot to update it ;) Just check out the latest commit. Changed the license to MIT.

Cheers, Georg