From 2acafadc37b292b44ca36325a76b3f507116922b Mon Sep 17 00:00:00 2001 From: kekeimiku Date: Thu, 16 May 2024 23:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 16 ++++++++++++++++ libptrscan/ptrscan.py | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..3b373f2 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,16 @@ + This program is offered under a commercial and under the AGPL license. + For commercial licensing, contact us at kk . For AGPL licensing, see below. + + AGPL licensing: + This program 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. + + This program 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 Affero General Public License + along with this program. If not, see . \ No newline at end of file diff --git a/libptrscan/ptrscan.py b/libptrscan/ptrscan.py index f5f5278..372ed83 100644 --- a/libptrscan/ptrscan.py +++ b/libptrscan/ptrscan.py @@ -1,3 +1,22 @@ +""" + This program is offered under a commercial and under the AGPL license. + For commercial licensing, contact us at kk . For AGPL licensing, see below. + + AGPL licensing: + This program 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. + + This program 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 Affero General Public License + along with this program. If not, see . +""" + from ctypes import * from typing import Optional, List, Tuple