Skip to content

Commit b426670

Browse files
committed
Add License
1 parent 6690eb6 commit b426670

17 files changed

Lines changed: 262 additions & 26 deletions

uiflow2/libs/Button.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
'''
2+
Copyright 2025 Isao Hara, RT Corporation.
3+
4+
Licensed under the Apache License, Version 2.0 (the “License”);
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an “AS IS” BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
'''
117
import M5
218
import time
319

uiflow2/libs/Chatgpt.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
#
2-
#
1+
'''
2+
Copyright 2025 Isao Hara, RT Corporation.
3+
4+
Licensed under the Apache License, Version 2.0 (the “License”);
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an “AS IS” BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
'''
317
import os
418
from M5 import *
519
import requests2

uiflow2/libs/DynamixelDriver.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
'''
22
Dynamixel motor driver
3+
4+
Copyright 2025 Isao Hara, RT Corporation.
5+
6+
Licensed under the Apache License, Version 2.0 (the “License”);
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an “AS IS” BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
318
'''
419
import machine
520
from machine import UART

uiflow2/libs/Face.py

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
"""
1+
'''
22
file FaceClass
3-
time 2025-06-28
4-
author
5-
email
6-
license MIT License
7-
"""
3+
4+
Copyright 2025 Isao Hara, RT Corporation.
5+
6+
Licensed under the Apache License, Version 2.0 (the “License”);
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an “AS IS” BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
18+
'''
819

920
from M5 import *
1021
import random

uiflow2/libs/Gasr.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
#
2-
# Google Speech-to-Text
1+
'''
2+
Copyright 2025 Isao Hara, RT Corporation.
3+
4+
Licensed under the Apache License, Version 2.0 (the “License”);
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an “AS IS” BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
'''
317
import sys, os
418
from M5 import Mic
519
import time

uiflow2/libs/Gemini.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
#
2-
#
1+
'''
2+
Copyright 2025 Isao Hara, RT Corporation.
3+
4+
Licensed under the Apache License, Version 2.0 (the “License”);
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an “AS IS” BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
'''
317
import os
418
from M5 import *
519
import requests2

uiflow2/libs/Gtts.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
'''
2-
Google Text-to-Speech
2+
Copyright 2025 Isao Hara, RT Corporation.
3+
4+
Licensed under the Apache License, Version 2.0 (the “License”);
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an “AS IS” BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
316
'''
417
from M5 import *
518
import requests2

uiflow2/libs/LmStudio.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
#
2-
#
1+
'''
2+
Copyright 2025 Isao Hara, RT Corporation.
3+
4+
Licensed under the Apache License, Version 2.0 (the “License”);
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an “AS IS” BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
'''
317
import os
418
from M5 import *
519
import requests2

uiflow2/libs/MeloTts.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
'''
2-
Melo TTS on LLM-Module
2+
Copyright 2025 Isao Hara, RT Corporation.
3+
4+
Licensed under the Apache License, Version 2.0 (the “License”);
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an “AS IS” BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
316
'''
417
import os, sys, io
518
import M5

uiflow2/libs/SG90Driver.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
'''
2-
SG90 compatible motor dirver
2+
Copyright 2025 Isao Hara, RT Corporation.
3+
4+
Licensed under the Apache License, Version 2.0 (the “License”);
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an “AS IS” BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
316
'''
417
from M5 import *
518
import machine

0 commit comments

Comments
 (0)