diff --git a/LICENSE b/LICENSE index 2225de2..001657d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/chatgpt_pyapi/__init__.py b/chatgpt_pyapi/__init__.py index e637a93..ee0da21 100644 --- a/chatgpt_pyapi/__init__.py +++ b/chatgpt_pyapi/__init__.py @@ -1,3 +1,4 @@ +# Copyright (c) 2023 Julian Müller (ChaoticByte) from json import dumps, loads from urllib import request as http_request diff --git a/example.py b/example.py index cec1e9c..d7f5a38 100755 --- a/example.py +++ b/example.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# Copyright (c) 2023 Julian Müller (ChaoticByte) + from os import environ from chatgpt_pyapi import ChatGPT