ai: Use SPDX copyright & licence headers.
Browse fileshttps://spdx.org/licenses/CC-BY-NC-SA-4.0.html
jarvis.py
CHANGED
@@ -1,16 +1,6 @@
|
|
1 |
#
|
2 |
-
#
|
3 |
-
#
|
4 |
-
#
|
5 |
-
# This code is made available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License.
|
6 |
-
# You are free to share and adapt the code for non-commercial purposes, as long as you provide appropriate credit,
|
7 |
-
# do not use it for commercial purposes, and distribute your contributions under the same license.
|
8 |
-
#
|
9 |
-
# Contributions can be made by directly submitting pull requests.
|
10 |
-
#
|
11 |
-
# For inquiries or permission requests, please contact [email protected].
|
12 |
-
#
|
13 |
-
# License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
|
14 |
#
|
15 |
|
16 |
import gradio as gr
|
|
|
1 |
#
|
2 |
+
# SPDX-FileCopyrightText: Hadad <[email protected]>
|
3 |
+
# SPDX-License-Identifier: CC-BY-NC-SA-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
#
|
5 |
|
6 |
import gradio as gr
|