rambler-digital-solutions / rambler-it-ios

open source VIPER application
MIT License
333 stars 57 forks source link

Licensing #1

Closed Brain89 closed 8 years ago

Brain89 commented 8 years ago

I'm a little bit confused about licensing this (and others) our open source project. Will we provide any? P.S. Github rules to clarify https://help.github.com/articles/open-source-licensing/ P.P.S. And what about this?

//
//  ApplicationConfigurator.h
//  Conferences
//
//  Created by Karpushin Artem on 04/10/15.
//  Copyright © 2015 Rambler. All rights reserved.
//
etolstoy commented 8 years ago

We need @mogol in this thread.

I think of MIT as the simplest license available.

And headers are an important topic - we should choose one consistent style for our open-source products. Do you have any suggestions?

mogol commented 8 years ago

Lets use MIT. Add license and change headers to http://opensource.org/licenses/MIT

Brain89 commented 8 years ago

I agree MIT license would be the most appropriate choice. It is short and simple.

Brain89 commented 8 years ago

I created PtR https://github.com/rambler-ios/RamblerConferences/pull/3

Brain89 commented 8 years ago

@ArtemAK have a look at PtR 3

Brain89 commented 8 years ago

@igrekde could you review this PtR?

etolstoy commented 8 years ago

@Brain89 Thanks for you contribution, the PR is merged!