Skip to content

Update LICENSE #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

yulingtianxia
Copy link
Contributor

@yulingtianxia yulingtianxia commented Sep 19, 2019

Fix this issue: #271
Using BSD 3-Clause.

@davimacedo davimacedo requested a review from TomWFox September 20, 2019 17:37
@yulingtianxia
Copy link
Contributor Author

@TomWFox @phillwiggins Hi, we use Parse-SDK-Flutter in our app. We need show LICENSE of open source software we used. Could you help me?

@TomWFox
Copy link
Contributor

TomWFox commented Sep 23, 2019

@yulingtianxia As far as I'm concerned it is ultimately up to @phillwiggins what license he wants to use.

@phillwiggins
Copy link
Member

phillwiggins commented Sep 23, 2019 via email

@yulingtianxia
Copy link
Contributor Author

I'm really easy to be honest. I've not done much with licenses before... Any suggestions?

On Mon, 23 Sep 2019 at 13:38, Tom Fox @.***> wrote: @yulingtianxia https://github.com/yulingtianxia As far as I'm concerned it is ultimately up to @phillwiggins https://github.com/phillwiggins what license he wants to use. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#274?email_source=notifications&email_token=AB4CPXQPJAP36H5SVZ5OH7TQLC2DXA5CNFSM4IYJXEJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7KWVLY#issuecomment-534080175>, or mute the thread https://github.com/notifications/unsubscribe-auth/AB4CPXT3AZNLM2DPPCIIRXTQLC2DXANCNFSM4IYJXEJA .
-- Kind Regards Phill Wiggins [email protected]

Other repos in parse-community use BSD license, so I choose BSD 3-Clause. It's just a suggestion.

@phillwiggins
Copy link
Member

phillwiggins commented Sep 23, 2019 via email

@phillwiggins phillwiggins merged commit 110b3e2 into parse-community:release/1.0.25 Sep 23, 2019
@yulingtianxia
Copy link
Contributor Author

Added as suggested. It's currently on master branch.

Just as @TomWFox had said: "The copyright belongs to @phillwiggins." (Not Parse, LLC)
However, It's up to you.

@yulingtianxia yulingtianxia deleted the add_license branch September 24, 2019 08:17
phillwiggins added a commit that referenced this pull request Jan 11, 2020
* Release/1.0.25 - Updated versions

* Release/1.0.25 - ParseFile change

* Fix whereArrayContainsAll (#260)

* Bug fix: 'set' method should force update by default. If someone change a property of object from 'get' method and then 'set' it in ParseObject, it should be dirty. (#262)

* Fix About Retrieving Sessions (#263)

* ParseObject.update/ParseInstallation.create/ParseSession.installationId (#264)

* Fix About Retrieving Sessions

* parseObject.update/ParseInstallation.put/ParseSession.installation

* Refactored ParseUser.logout - resetting session id and deleting local data are now separate functions (#270)

* Update LICENSE (#274)

* Update LICENSE

* Update LICENSE

* Update LICENSE

* Fixed permission for ACL's getWriteAccess (#277)

* Update LICENSE

* Fixed permission for ACL's getWriteAccess

Fixes #275

* Optimize LiveQuery (#278)

* reconsitution

* reconnect when network state changed.

* reconnect when resume. (#279)

* Setting installationId in _Session object during sign-up (#293)

Excellent work!

* Release/1.0.25 - Add ParseUser update method

* Release/1.0.25 - Add ParseUser update method

* example app migration to use Sembast v2 (#294)

* Setting installationId in _Session object during sign-up

* example app migration to use Sembast v2

* cleanup and fixed a broken code (#295)

* Setting installationId in _Session object during sign-up

* example app migration to use Sembast v2

* updated .gitignore and cleaned unnecessary files in the repo

* fixed broken code after rebase

* updated .gitignore

* Release/1.0.25 - Update dependencies

Co-authored-by: 杨萧玉 <[email protected]>
Co-authored-by: kidder <[email protected]>
Co-authored-by: matskosan <[email protected]>
Co-authored-by: Artem Demyanov <[email protected]>
Co-authored-by: mregandla <[email protected]>
fischerscode pushed a commit to fischerscode/Parse-SDK-Flutter that referenced this pull request Sep 5, 2020
* Release/1.0.25 - Updated versions

* Release/1.0.25 - ParseFile change

* Fix whereArrayContainsAll (parse-community#260)

* Bug fix: 'set' method should force update by default. If someone change a property of object from 'get' method and then 'set' it in ParseObject, it should be dirty. (parse-community#262)

* Fix About Retrieving Sessions (parse-community#263)

* ParseObject.update/ParseInstallation.create/ParseSession.installationId (parse-community#264)

* Fix About Retrieving Sessions

* parseObject.update/ParseInstallation.put/ParseSession.installation

* Refactored ParseUser.logout - resetting session id and deleting local data are now separate functions (parse-community#270)

* Update LICENSE (parse-community#274)

* Update LICENSE

* Update LICENSE

* Update LICENSE

* Fixed permission for ACL's getWriteAccess (parse-community#277)

* Update LICENSE

* Fixed permission for ACL's getWriteAccess

Fixes parse-community#275

* Optimize LiveQuery (parse-community#278)

* reconsitution

* reconnect when network state changed.

* reconnect when resume. (parse-community#279)

* Setting installationId in _Session object during sign-up (parse-community#293)

Excellent work!

* Release/1.0.25 - Add ParseUser update method

* Release/1.0.25 - Add ParseUser update method

* example app migration to use Sembast v2 (parse-community#294)

* Setting installationId in _Session object during sign-up

* example app migration to use Sembast v2

* cleanup and fixed a broken code (parse-community#295)

* Setting installationId in _Session object during sign-up

* example app migration to use Sembast v2

* updated .gitignore and cleaned unnecessary files in the repo

* fixed broken code after rebase

* updated .gitignore

* Release/1.0.25 - Update dependencies

Co-authored-by: 杨萧玉 <[email protected]>
Co-authored-by: kidder <[email protected]>
Co-authored-by: matskosan <[email protected]>
Co-authored-by: Artem Demyanov <[email protected]>
Co-authored-by: mregandla <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants