hadadrjt commited on
Commit
446e6d6
·
1 Parent(s): 1d7bea0

ai: Use SPDX copyright & licence headers.

Browse files

https://spdx.org/licenses/CC-BY-NC-SA-4.0.html

Files changed (1) hide show
  1. jarvis.py +2 -12
jarvis.py CHANGED
@@ -1,16 +1,6 @@
1
  #
2
- # Copyright (C) Hadad <[email protected]>
3
- # All rights reserved.
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