Updated License

This commit is contained in:
Julian Müller (ChaoticByte) 2023-03-09 16:55:18 +01:00
parent b5a5920722
commit b0f6ee2336
3 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2023 Julian Müller Copyright (c) 2023 Julian Müller (ChaoticByte)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -1,3 +1,4 @@
# Copyright (c) 2023 Julian Müller (ChaoticByte)
from json import dumps, loads from json import dumps, loads
from urllib import request as http_request from urllib import request as http_request

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Copyright (c) 2023 Julian Müller (ChaoticByte)
from os import environ from os import environ
from chatgpt_pyapi import ChatGPT from chatgpt_pyapi import ChatGPT