Skip to content

Commit 5ea7463

Browse files
Comment lines have been edited.
1 parent 6352f10 commit 5ea7463

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Basic_Maths/Basic_Maths.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
""" Copyright© 2023-2025 LinuxUsersLinuxMint
33
Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44
Basic_Maths All Rights Reserved under the GPL(General Public License).
5-
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6-
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
5+
Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6+
A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
77

88
from Basic_Maths.Lib.lib import *
99
from Basic_Maths.Lib.file import *

Basic_Maths/Lib/file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
""" Copyright© 2023-2025 LinuxUsersLinuxMint
33
Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44
Basic_Maths All Rights Reserved under the GPL(General Public License).
5-
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6-
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
5+
Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6+
A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
77

88
ON=0
99
OFF=1

Basic_Maths/Lib/lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
""" Copyright© 2023-2025 LinuxUsersLinuxMint
33
Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44
Basic_Maths All Rights Reserved under the GPL(General Public License).
5-
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6-
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
5+
Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6+
A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
77

88
from math import *
99
from PyAppDevKit.LibFunc.pyappdevkit import *

Basic_Maths/lib_ver_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
""" Copyright© 2023-2025 LinuxUsersLinuxMint
33
Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44
Basic_Maths All Rights Reserved under the GPL(General Public License).
5-
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6-
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
5+
Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6+
A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
77

88
PYTHON_LIB_NAME="Basic_Maths"
99
PYTHON_LIB_LICENCE="GPL2"

Basic_Maths/library_func.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
""" Copyright© 2023-2025 LinuxUsersLinuxMint
33
Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44
Basic_Maths All Rights Reserved under the GPL(General Public License).
5-
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6-
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
5+
Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6+
A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
77

88
from Basic_Maths.lib_ver_info import *
99

PyAppDevKit/LibFunc/pyappdevkit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
""" Copyright© 2023-2025 LinuxUsersLinuxMint
33
PyAppDevKit Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44
PyAppDevKit All Rights Reserved under the GPL(General Public License).
5-
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
6-
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
5+
Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
6+
A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
77

88
def time(number):
99
while number > 0:

PyAppDevKit/LibFunc/pyappdevkit_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
""" Copyright© 2023-2025 LinuxUsersLinuxMint
33
PyAppDevKit Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44
PyAppDevKit All Rights Reserved under the GPL(General Public License).
5-
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
6-
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
5+
Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
6+
A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
77

88
from LibFunc.pyappdevkit import *
99

0 commit comments

Comments
 (0)