Skip to content

Commit

Permalink
Merge pull request #12 from paypr/mnorman-issue-11
Browse files Browse the repository at this point in the history
docs: [#11] update contract licenses
  • Loading branch information
payprmoney authored Oct 18, 2020
2 parents 4fb0360 + a62a0b5 commit efcbf83
Show file tree
Hide file tree
Showing 135 changed files with 3,212 additions and 76 deletions.
14 changes: 14 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Copyright (c) 2020 The Paypr Company

Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paypr Ethereum Contracts 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,10 @@ test on a semi-real test network.
```shell script
npx oz create
```

## License Information

[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)

Paypr Ethereum Contracts may be used in commercial projects and applications
with the purchase of a commercial license. See https://paypr.money/ to contact us.
6 changes: 6 additions & 0 deletions contracts/consumables/Paypr.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is NOT part of Paypr Ethereum Contracts and CANNOT be redistributed.
*/

// SPDX-License-Identifier: UNLICENSED

pragma solidity ^0.6.0;
Expand Down
21 changes: 20 additions & 1 deletion contracts/consumables/TestStableCoin.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/BaseContract.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
Expand Down
21 changes: 20 additions & 1 deletion contracts/core/BaseContractInterfaceSupport.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/Disableable.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/IBaseContract.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/TestBaseContract.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
Expand Down
21 changes: 20 additions & 1 deletion contracts/core/TestDisableable.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/access/ConfigurableRoles.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;
pragma experimental ABIEncoderV2;
Expand Down
21 changes: 20 additions & 1 deletion contracts/core/access/DelegatingRoles.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/access/IRoleDelegate.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/access/RoleDelegateInterfaceSupport.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/access/RoleSupport.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/access/Roles.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
21 changes: 20 additions & 1 deletion contracts/core/access/TestDelegatingRoles.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
// SPDX-License-Identifier: UNLICENSED
/*
* Copyright (c) 2020 The Paypr Company
*
* This file is part of Paypr Ethereum Contracts.
*
* Paypr Ethereum Contracts is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Paypr Ethereum Contracts 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Paypr Ethereum Contracts. If not, see <https://www.gnu.org/licenses/>.
*/

// SPDX-License-Identifier: GPL-3.0-only

pragma solidity ^0.6.0;

Expand Down
Loading

0 comments on commit efcbf83

Please sign in to comment.