Skip to content

Commit

Permalink
Switch to AGPL
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrangedk committed Jul 1, 2019
1 parent 5ebac89 commit 070212c
Show file tree
Hide file tree
Showing 20 changed files with 942 additions and 446 deletions.
816 changes: 656 additions & 160 deletions LICENSE

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions bls/bls.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <http:https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https:https://www.gnu.org/licenses/>.
@file bls.cpp
@author Oleh Nikolaiev
@date 2018
@file bls.cpp
@author Oleh Nikolaiev
@date 2018
*/


Expand Down
30 changes: 15 additions & 15 deletions bls/bls.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <http:https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https:https://www.gnu.org/licenses/>.
@file bls.h
@author Oleh Nikolaiev
@date 2018
@file bls.h
@author Oleh Nikolaiev
@date 2018
*/


Expand Down
30 changes: 15 additions & 15 deletions dkg/dkg.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <http:https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https:https://www.gnu.org/licenses/>.
@file dkg.cpp
@author Oleh Nikolaiev
@date 2018
@file dkg.cpp
@author Oleh Nikolaiev
@date 2018
*/


Expand Down
30 changes: 15 additions & 15 deletions dkg/dkg.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <http:https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https:https://www.gnu.org/licenses/>.
@file dkg.h
@author Oleh Nikolaiev
@date 2018
@file dkg.h
@author Oleh Nikolaiev
@date 2018
*/


Expand Down
30 changes: 15 additions & 15 deletions dkg/dkg_te.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https://www.gnu.org/licenses/>.
@file dkg_te.cpp
@author Oleh Nikolaiev
@date 2019
@file dkg_te.cpp
@author Oleh Nikolaiev
@date 2019
*/

#include <dkg/dkg_te.h>
Expand Down
30 changes: 15 additions & 15 deletions dkg/dkg_te.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https://www.gnu.org/licenses/>.
@file dkg_te.h
@author Oleh Nikolaiev
@date 2019
@file dkg_te.h
@author Oleh Nikolaiev
@date 2019
*/

#pragma once
Expand Down
30 changes: 15 additions & 15 deletions test/unit_tests_bls.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https://www.gnu.org/licenses/>.
@file unit_tests_bls.cpp
@author Oleh Nikolaiev
@date 2019
@file unit_tests_bls.cpp
@author Oleh Nikolaiev
@date 2019
*/


Expand Down
30 changes: 15 additions & 15 deletions test/unit_tests_dkg.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <http:https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https:https://www.gnu.org/licenses/>.
@file unit_tests_dkg.cpp
@author Oleh Nikolaiev
@date 2019
@file unit_tests_dkg.cpp
@author Oleh Nikolaiev
@date 2019
*/


Expand Down
30 changes: 15 additions & 15 deletions test/unit_tests_dkg_te.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <http:https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https:https://www.gnu.org/licenses/>.
@file unit_tests_dkg_te.cpp
@author Oleh Nikolaiev
@date 2019
@file unit_tests_dkg_te.cpp
@author Oleh Nikolaiev
@date 2019
*/

#include <dkg/dkg_te.h>
Expand Down
30 changes: 15 additions & 15 deletions test/unit_tests_te.cpp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*
Copyright (C) 2018-2019 SKALE Labs
Copyright (C) 2018-2019 SKALE Labs
This file is part of libBLS.
This file is part of libBLS.
libBLS 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.
libBLS is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libBLS 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.
libBLS 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 Affero General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libBLS. If not, see <https://www.gnu.org/licenses/>.
You should have received a copy of the GNU Affero General Public License
along with libBLS. If not, see <https://www.gnu.org/licenses/>.
@file unit_tests_te.cpp
@author Oleh Nikolaiev
@date 2019
@file unit_tests_te.cpp
@author Oleh Nikolaiev
@date 2019
*/


Expand Down
Loading

0 comments on commit 070212c

Please sign in to comment.