fairDataSociety / fds.js

Ethereum Web3 Stack SDK Prototype
GNU Lesser General Public License v3.0
19 stars 13 forks source link

add license #21

Closed significance closed 5 years ago

significance commented 5 years ago

MIT?

tfius commented 5 years ago

I would go, let’s concur

Sent from my mobile device

On 26 Feb 2019, at 15:04, significance notifications@github.com wrote:

MIT?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

tfius commented 5 years ago

will take this

jmozah commented 5 years ago

This is an example header that should be used in go-fairnode For other projects.. just replace go-fairnode with the project name

// Copyright 2019 The Fair Data Society Authors
// This file is part of the go-fairnode library.
//
// The go-fairnode library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-fairnode library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
jmozah commented 5 years ago

Me and @tfius had a discussion and decided that we should go for LGPL license.. Above is an example that i will be using for fairnode.

tfius commented 5 years ago

Ok Also check headers in fds.js please

Sent from my mobile device

On 1 Mar 2019, at 16:26, Zahoor Mohamed notifications@github.com wrote:

This is an example header that should be used in go-fairnode For other projects.. just replace go-fairnode with the project name

// Copyright 2019 The Fair Data Society Authors // This file is part of the go-fairnode library. // // The go-fairnode library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // The go-fairnode library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see http://www.gnu.org/licenses/. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.