Get rid of old license text in code files
This commit is contained in:
parent
4ad40ae885
commit
425d4b67e0
|
@ -1,21 +1,4 @@
|
||||||
"""
|
"""A CPSMS gateway."""
|
||||||
Copyright 2010-2021 Mikkel Munch Mortensen <3xm@detfalskested.dk>.
|
|
||||||
|
|
||||||
This file is part of SMS Gateway.
|
|
||||||
|
|
||||||
SMS Gateway 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.
|
|
||||||
|
|
||||||
SMS Gateway 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 SMS Gateway. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import base64
|
import base64
|
||||||
import getopt
|
import getopt
|
||||||
|
|
19
examples.py
19
examples.py
|
@ -1,21 +1,4 @@
|
||||||
"""
|
"""Examples for using the CPSMS gateway package."""
|
||||||
Copyright 2010-2021 Mikkel Munch Mortensen <3xm@detfalskested.dk>.
|
|
||||||
|
|
||||||
This file is part of SMS Gateway.
|
|
||||||
|
|
||||||
SMS Gateway 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.
|
|
||||||
|
|
||||||
SMS Gateway 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 SMS Gateway. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
"""
|
|
||||||
|
|
||||||
import cpsms
|
import cpsms
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue