diff --git a/bin/pysapcar b/bin/pysapcar index 58d5807..3630117 100755 --- a/bin/pysapcar +++ b/bin/pysapcar @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/pysapgenpse b/bin/pysapgenpse index a7c9a47..76b4af5 100755 --- a/bin/pysapgenpse +++ b/bin/pysapgenpse @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/pysaphdbuserstore b/bin/pysaphdbuserstore index 919df39..5eb911d 100755 --- a/bin/pysaphdbuserstore +++ b/bin/pysaphdbuserstore @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2020 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/diag_capturer.py b/examples/diag_capturer.py index 14b56a7..091be12 100755 --- a/examples/diag_capturer.py +++ b/examples/diag_capturer.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/diag_dos_exploit.py b/examples/diag_dos_exploit.py index b76dc7b..d55a3e2 100755 --- a/examples/diag_dos_exploit.py +++ b/examples/diag_dos_exploit.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/diag_interceptor.py b/examples/diag_interceptor.py index fd15a90..3035d48 100755 --- a/examples/diag_interceptor.py +++ b/examples/diag_interceptor.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/diag_login_brute_force.py b/examples/diag_login_brute_force.py index 687ae3a..79ab4f2 100755 --- a/examples/diag_login_brute_force.py +++ b/examples/diag_login_brute_force.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/diag_login_screen_info.py b/examples/diag_login_screen_info.py index e107076..6286603 100755 --- a/examples/diag_login_screen_info.py +++ b/examples/diag_login_screen_info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/diag_render_login_screen.py b/examples/diag_render_login_screen.py index 6bb56b6..7da81dd 100755 --- a/examples/diag_render_login_screen.py +++ b/examples/diag_render_login_screen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/diag_rogue_server.py b/examples/diag_rogue_server.py index 8f49b85..7669228 100755 --- a/examples/diag_rogue_server.py +++ b/examples/diag_rogue_server.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/dlmanager_decrypt.py b/examples/dlmanager_decrypt.py index 8562a7b..48716fe 100755 --- a/examples/dlmanager_decrypt.py +++ b/examples/dlmanager_decrypt.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/dlmanager_infector.py b/examples/dlmanager_infector.py index b4458a4..2699634 100755 --- a/examples/dlmanager_infector.py +++ b/examples/dlmanager_infector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # The library was designed and developed by Martin Gallo from # the SecureAuth's Innovation Labs team. diff --git a/examples/enqueue_dos_exploit.py b/examples/enqueue_dos_exploit.py index bd5b592..6c747c5 100755 --- a/examples/enqueue_dos_exploit.py +++ b/examples/enqueue_dos_exploit.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/enqueue_monitor.py b/examples/enqueue_monitor.py index f6481e1..6b50880 100755 --- a/examples/enqueue_monitor.py +++ b/examples/enqueue_monitor.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/gw_monitor.py b/examples/gw_monitor.py index f2e6ff2..5762cbc 100755 --- a/examples/gw_monitor.py +++ b/examples/gw_monitor.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/hdb_auth.py b/examples/hdb_auth.py index 28517ac..cf7f90a 100755 --- a/examples/hdb_auth.py +++ b/examples/hdb_auth.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/hdb_discovery.py b/examples/hdb_discovery.py index d89c9de..412d752 100755 --- a/examples/hdb_discovery.py +++ b/examples/hdb_discovery.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/igs_http_imgconv.py b/examples/igs_http_imgconv.py index 7d529a7..f04e31a 100755 --- a/examples/igs_http_imgconv.py +++ b/examples/igs_http_imgconv.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/igs_http_xmlchart.py b/examples/igs_http_xmlchart.py index 36becbd..74aae93 100755 --- a/examples/igs_http_xmlchart.py +++ b/examples/igs_http_xmlchart.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # # This program is free software; you can redistribute it and/or diff --git a/examples/igs_http_zipper.py b/examples/igs_http_zipper.py index b4f4442..9e13c9b 100755 --- a/examples/igs_http_zipper.py +++ b/examples/igs_http_zipper.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/igs_rfc_zipper.py b/examples/igs_rfc_zipper.py index bdc5132..14ea60c 100755 --- a/examples/igs_rfc_zipper.py +++ b/examples/igs_rfc_zipper.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/ms_change_param.py b/examples/ms_change_param.py index 7e8dc6d..08158db 100755 --- a/examples/ms_change_param.py +++ b/examples/ms_change_param.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/ms_dos_exploit.py b/examples/ms_dos_exploit.py index fe2523a..44318a3 100755 --- a/examples/ms_dos_exploit.py +++ b/examples/ms_dos_exploit.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/ms_dump_info.py b/examples/ms_dump_info.py index 0409e19..d5c0dde 100755 --- a/examples/ms_dump_info.py +++ b/examples/ms_dump_info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/ms_dump_param.py b/examples/ms_dump_param.py index 9e0450c..9765ad8 100755 --- a/examples/ms_dump_param.py +++ b/examples/ms_dump_param.py @@ -2,7 +2,7 @@ # =========== # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/ms_impersonator.py b/examples/ms_impersonator.py index b088da9..ad03633 100755 --- a/examples/ms_impersonator.py +++ b/examples/ms_impersonator.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/ms_listener.py b/examples/ms_listener.py index fff3624..48de449 100755 --- a/examples/ms_listener.py +++ b/examples/ms_listener.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/ms_messager.py b/examples/ms_messager.py index 139bc49..b02b910 100755 --- a/examples/ms_messager.py +++ b/examples/ms_messager.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/ms_monitor.py b/examples/ms_monitor.py index 0702412..7c42fbf 100755 --- a/examples/ms_monitor.py +++ b/examples/ms_monitor.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/ms_observer.py b/examples/ms_observer.py index 46c194e..8cf9e39 100755 --- a/examples/ms_observer.py +++ b/examples/ms_observer.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/router_admin.py b/examples/router_admin.py index 1d821b9..7d4d252 100755 --- a/examples/router_admin.py +++ b/examples/router_admin.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/router_fingerprint.py b/examples/router_fingerprint.py index 9b0fc07..6983c7f 100755 --- a/examples/router_fingerprint.py +++ b/examples/router_fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/router_niping.py b/examples/router_niping.py index af3c354..5648276 100755 --- a/examples/router_niping.py +++ b/examples/router_niping.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/router_password_check.py b/examples/router_password_check.py index 122e7ee..05cd6c3 100755 --- a/examples/router_password_check.py +++ b/examples/router_password_check.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/router_portfw.py b/examples/router_portfw.py index 33e2f35..a99f13e 100755 --- a/examples/router_portfw.py +++ b/examples/router_portfw.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/examples/router_scanner.py b/examples/router_scanner.py index 8a5b869..d76abd1 100755 --- a/examples/router_scanner.py +++ b/examples/router_scanner.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/extra/parsesupportbits.py b/extra/parsesupportbits.py index f5bf24b..1e6ede6 100755 --- a/extra/parsesupportbits.py +++ b/extra/parsesupportbits.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/extra/pse2john.py b/extra/pse2john.py index 8ee6a22..ec89766 100755 --- a/extra/pse2john.py +++ b/extra/pse2john.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPCAR.py b/pysap/SAPCAR.py index 253c5b5..90906d3 100644 --- a/pysap/SAPCAR.py +++ b/pysap/SAPCAR.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPCredv2.py b/pysap/SAPCredv2.py index 92ced93..94769aa 100644 --- a/pysap/SAPCredv2.py +++ b/pysap/SAPCredv2.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPDiag.py b/pysap/SAPDiag.py index 9bba609..5a52e72 100644 --- a/pysap/SAPDiag.py +++ b/pysap/SAPDiag.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPDiagClient.py b/pysap/SAPDiagClient.py index 8146df1..cc0a112 100644 --- a/pysap/SAPDiagClient.py +++ b/pysap/SAPDiagClient.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPDiagItems.py b/pysap/SAPDiagItems.py index a9d61ab..eb16aa7 100644 --- a/pysap/SAPDiagItems.py +++ b/pysap/SAPDiagItems.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPEnqueue.py b/pysap/SAPEnqueue.py index 685ed33..541f76b 100644 --- a/pysap/SAPEnqueue.py +++ b/pysap/SAPEnqueue.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPHDB.py b/pysap/SAPHDB.py index 2831c32..93621f1 100644 --- a/pysap/SAPHDB.py +++ b/pysap/SAPHDB.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPIGS.py b/pysap/SAPIGS.py index ae153f6..f1ef299 100755 --- a/pysap/SAPIGS.py +++ b/pysap/SAPIGS.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPLPS.py b/pysap/SAPLPS.py index 10df79e..b7d6b93 100644 --- a/pysap/SAPLPS.py +++ b/pysap/SAPLPS.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPMS.py b/pysap/SAPMS.py index 78a51bf..5d634cf 100644 --- a/pysap/SAPMS.py +++ b/pysap/SAPMS.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPNI.py b/pysap/SAPNI.py index 71d70a8..11c4d1b 100644 --- a/pysap/SAPNI.py +++ b/pysap/SAPNI.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPPSE.py b/pysap/SAPPSE.py index 1d4e8a0..eb0541f 100644 --- a/pysap/SAPPSE.py +++ b/pysap/SAPPSE.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPRFC.py b/pysap/SAPRFC.py index 6bbb1d1..c35dc2d 100644 --- a/pysap/SAPRFC.py +++ b/pysap/SAPRFC.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPRouter.py b/pysap/SAPRouter.py index 4bc06f8..a0c0cb4 100644 --- a/pysap/SAPRouter.py +++ b/pysap/SAPRouter.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPSNC.py b/pysap/SAPSNC.py index caba4dd..7819b1d 100644 --- a/pysap/SAPSNC.py +++ b/pysap/SAPSNC.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/SAPSSFS.py b/pysap/SAPSSFS.py index 0bad4b7..c3af44f 100644 --- a/pysap/SAPSSFS.py +++ b/pysap/SAPSSFS.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2020 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/__init__.py b/pysap/__init__.py index 0a6d5ba..0c6f2c5 100644 --- a/pysap/__init__.py +++ b/pysap/__init__.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/utils/__init__.py b/pysap/utils/__init__.py index 798bb68..ebffcc0 100644 --- a/pysap/utils/__init__.py +++ b/pysap/utils/__init__.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/utils/console.py b/pysap/utils/console.py index c62a568..fa1ea63 100644 --- a/pysap/utils/console.py +++ b/pysap/utils/console.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/utils/crypto/__init__.py b/pysap/utils/crypto/__init__.py index 1ce8532..a42f435 100644 --- a/pysap/utils/crypto/__init__.py +++ b/pysap/utils/crypto/__init__.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/utils/crypto/rsec.py b/pysap/utils/crypto/rsec.py index c1f4ec9..c01f9af 100644 --- a/pysap/utils/crypto/rsec.py +++ b/pysap/utils/crypto/rsec.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysap/utils/fields.py b/pysap/utils/fields.py index 87d20ac..b38b085 100644 --- a/pysap/utils/fields.py +++ b/pysap/utils/fields.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pysapcompress/pysapcompress.cpp b/pysapcompress/pysapcompress.cpp index d2ca144..17707bc 100644 --- a/pysapcompress/pysapcompress.cpp +++ b/pysapcompress/pysapcompress.cpp @@ -1,7 +1,7 @@ /* # pysapcompress - SAP Compression library wrapper for Python # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/setup.py b/setup.py index a96688d..873f103 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/__init__.py b/tests/__init__.py index 4d4b1c3..ccbe1b2 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_crypto.py b/tests/test_crypto.py index 4bfbf71..406e0f3 100755 --- a/tests/test_crypto.py +++ b/tests/test_crypto.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_pysapcompress.py b/tests/test_pysapcompress.py index 43d7f35..c2ace8a 100755 --- a/tests/test_pysapcompress.py +++ b/tests/test_pysapcompress.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_sapcar.py b/tests/test_sapcar.py index b85e050..766fc2a 100755 --- a/tests/test_sapcar.py +++ b/tests/test_sapcar.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_sapcredv2.py b/tests/test_sapcredv2.py index 66acf80..e343e5a 100755 --- a/tests/test_sapcredv2.py +++ b/tests/test_sapcredv2.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_sapdiag.py b/tests/test_sapdiag.py index 834b532..74dd5cc 100755 --- a/tests/test_sapdiag.py +++ b/tests/test_sapdiag.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_saphdb.py b/tests/test_saphdb.py index cc374da..186da48 100755 --- a/tests/test_saphdb.py +++ b/tests/test_saphdb.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_sapni.py b/tests/test_sapni.py index 1771a87..f2acecb 100755 --- a/tests/test_sapni.py +++ b/tests/test_sapni.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_sappse.py b/tests/test_sappse.py index ce44c4f..17eb87b 100755 --- a/tests/test_sappse.py +++ b/tests/test_sappse.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_saprouter.py b/tests/test_saprouter.py index 86c40a4..806f02e 100755 --- a/tests/test_saprouter.py +++ b/tests/test_saprouter.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/test_sapssfs.py b/tests/test_sapssfs.py index f033802..84eff86 100755 --- a/tests/test_sapssfs.py +++ b/tests/test_sapssfs.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2020 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/tests/utils.py b/tests/utils.py index 3b63c0c..ec944fa 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,6 +1,6 @@ # pysap - Python library for crafting SAP's network protocols packets # -# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved. +# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License