Skip to content

Commit a7334b1

Browse files
committed
chore(license): delete references to LGPLv3
1 parent 3664a0a commit a7334b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+223
-223
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Documentation
66

7-
- Add a flowchart for `cafe_bot.py`
7+
- Add a flowchart for `cafe_bot.py` ([3664a0ad9f51c434c00fd6e4cf2d603e6953b530](https://github.com/hearot/pyrubrum/commit/3664a0ad9f51c434c00fd6e4cf2d603e6953b530))
88
- Add a simple glossary ([0000e5ecc76f27f66833a28ef67836b5a338a353](https://github.com/hearot/pyrubrum/commit/0000e5ecc76f27f66833a28ef67836b5a338a353))
99
- Add a simple quickstart menu ([3b4e5c7581ec4457bc8427068524954ec4920418](https://github.com/hearot/pyrubrum/commit/3b4e5c7581ec4457bc8427068524954ec4920418))
1010
- Add docstrings to `command_filter` and `deep_link_filter` ([b61629afa1d85f80fea4ec5030ab756d47714fea](https://github.com/hearot/pyrubrum/commit/b61629afa1d85f80fea4ec5030ab756d47714fea))
@@ -18,6 +18,7 @@
1818

1919
### Other changes
2020

21+
- Delete references to LGPLv3
2122
- Update version to 0.1a1.dev7 ([f9190b87c11822203511b8784e5f4248313a59e4](https://github.com/hearot/pyrubrum/commit/f9190b87c11822203511b8784e5f4248313a59e4))
2223

2324
### ‼️ Breaking changes

FEATURES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Documentation
22

3-
- Add a flowchart for `cafe_bot.py`
3+
- Add a flowchart for `cafe_bot.py` ([3664a0ad9f51c434c00fd6e4cf2d603e6953b530](https://github.com/hearot/pyrubrum/commit/3664a0ad9f51c434c00fd6e4cf2d603e6953b530))
44
- Add a simple glossary ([0000e5ecc76f27f66833a28ef67836b5a338a353](https://github.com/hearot/pyrubrum/commit/0000e5ecc76f27f66833a28ef67836b5a338a353))
55
- Add a simple quickstart menu ([3b4e5c7581ec4457bc8427068524954ec4920418](https://github.com/hearot/pyrubrum/commit/3b4e5c7581ec4457bc8427068524954ec4920418))
66
- Add docstrings to `command_filter` and `deep_link_filter` ([b61629afa1d85f80fea4ec5030ab756d47714fea](https://github.com/hearot/pyrubrum/commit/b61629afa1d85f80fea4ec5030ab756d47714fea))
@@ -14,6 +14,7 @@
1414

1515
### Other changes
1616

17+
- Delete references to LGPLv3
1718
- Update version to 0.1a1.dev7 ([f9190b87c11822203511b8784e5f4248313a59e4](https://github.com/hearot/pyrubrum/commit/f9190b87c11822203511b8784e5f4248313a59e4))
1819

1920
### ‼️ Breaking changes

LICENSE

+4-4
Original file line numberDiff line numberDiff line change
@@ -635,17 +635,17 @@ the "copyright" line and a pointer to where the full notice is found.
635635
Copyright (C) 2020 Hearot <https://github.com/hearot>
636636

637637
Pyrubrum is free software: you can redistribute it and/or modify
638-
it under the terms of the GNU Lesser General Public License as published
638+
it under the terms of the GNU General Public License as published
639639
by the Free Software Foundation, either version 3 of the License, or
640640
(at your option) any later version.
641641

642642
Pyrubrum is distributed in the hope that it will be useful,
643643
but WITHOUT ANY WARRANTY; without even the implied warranty of
644644
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645-
GNU Lesser General Public License for more details.
645+
GNU General Public License for more details.
646646

647-
You should have received a copy of the GNU Lesser General Public License
648-
along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
647+
You should have received a copy of the GNU General Public License
648+
along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
649649

650650
Also add information on how to contact you by electronic and paper mail.
651651

NOTICE

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
Pyrubrum - An intuitive framework for creating Telegram bots
22
Copyright (C) 2020 Hearot <https://github.com/hearot>
33

4-
This file is part of Pyrubrum.
5-
64
Pyrubrum is free software: you can redistribute it and/or modify
7-
it under the terms of the GNU Lesser General Public License as published
8-
by the Free Software Foundation, either version 3 of the License, or
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
97
(at your option) any later version.
108

119
Pyrubrum is distributed in the hope that it will be useful,
1210
but WITHOUT ANY WARRANTY; without even the implied warranty of
1311
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
GNU Lesser General Public License for more details.
12+
GNU General Public License for more details.
1513

16-
You should have received a copy of the GNU Lesser General Public License
17-
along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
14+
You should have received a copy of the GNU General Public License
15+
along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.

changelog_generator.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
# This file is part of Pyrubrum.
77
#
88
# Pyrubrum is free software: you can redistribute it and/or modify
9-
# it under the terms of the GNU Lesser General Public License as published
10-
# by the Free Software Foundation, either version 3 of the License, or
9+
# it under the terms of the GNU General Public License as published by
10+
# the Free Software Foundation, either version 3 of the License, or
1111
# (at your option) any later version.
1212
#
1313
# Pyrubrum is distributed in the hope that it will be useful,
1414
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
# GNU Lesser General Public License for more details.
16+
# GNU General Public License for more details.
1717
#
18-
# You should have received a copy of the GNU Lesser General Public License
19-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
18+
# You should have received a copy of the GNU General Public License
19+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
2020

2121
import os
2222
import re

docs_updater.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
# This file is part of Pyrubrum.
77
#
88
# Pyrubrum is free software: you can redistribute it and/or modify
9-
# it under the terms of the GNU Lesser General Public License as published
10-
# by the Free Software Foundation, either version 3 of the License, or
9+
# it under the terms of the GNU General Public License as published by
10+
# the Free Software Foundation, either version 3 of the License, or
1111
# (at your option) any later version.
1212
#
1313
# Pyrubrum is distributed in the hope that it will be useful,
1414
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
# GNU Lesser General Public License for more details.
16+
# GNU General Public License for more details.
1717
#
18-
# You should have received a copy of the GNU Lesser General Public License
19-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
18+
# You should have received a copy of the GNU General Public License
19+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
2020

2121
import inspect
2222
import os

examples/cafe_bot.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from typing import List
2020
from typing import Set

examples/calendar_bot.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from calendar import monthrange
2020
from datetime import datetime

examples/hitchhiker_bot.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from environs import Env
2020
from pyrogram import Client

examples/sample_bot.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from typing import Set
2020

pyrubrum/__init__.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
__author__ = "Hearot"
2020
__author_email__ = "[email protected]"

pyrubrum/database/__init__.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from .base_database import BaseDatabase # noqa
2020
from .dict_database import DictDatabase # noqa

pyrubrum/database/base_database.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from abc import ABC
2020
from abc import abstractmethod

pyrubrum/database/dict_database.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from typing import Optional
2020

pyrubrum/database/errors/__init__.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from .delete_error import DeleteError # noqa
2020
from .error import DatabaseError # noqa

pyrubrum/database/errors/delete_error.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from .error import DatabaseError
2020

pyrubrum/database/errors/error.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919

2020
class DatabaseError(Exception):

pyrubrum/database/errors/expire_error.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# This file is part of Pyrubrum.
55
#
66
# Pyrubrum is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
1111
# Pyrubrum is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
14+
# GNU General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrubrum. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU General Public License
17+
# along with Pyrubrum. If not, see <https://www.gnu.org/licenses/>.
1818

1919
from .error import DatabaseError
2020

0 commit comments

Comments
 (0)