Skip to content

Commit fab2ff8

Browse files
authored
Merge pull request #77 from UncoderIO/gis-update-license
update-license-date
2 parents 6780712 + 9f2c7ce commit fab2ff8

File tree

19 files changed

+31
-34
lines changed

19 files changed

+31
-34
lines changed

uncoder-core/app/translator/core/mixins/operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Uncoder IO Commercial Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
66
This file is part of the Uncoder IO Commercial Edition ("CE") and is
77
licensed under the Uncoder IO Non-Commercial License (the "License");

uncoder-core/app/translator/core/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Uncoder IO Commercial Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
66
This file is part of the Uncoder IO Commercial Edition ("CE") and is
77
licensed under the Uncoder IO Non-Commercial License (the "License");

uncoder-core/app/translator/core/render.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Uncoder IO Community Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -16,7 +16,6 @@
1616
limitations under the License.
1717
-----------------------------------------------------------------
1818
"""
19-
2019
from abc import ABC, abstractmethod
2120
from collections.abc import Callable
2221
from typing import Optional, Union

uncoder-core/app/translator/core/render_cti.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Uncoder IO Community Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717
-----------------------------------------------------------------
1818
"""
1919

20+
2021
from app.translator.core.models.iocs import IocsChunkValue
2122

2223

uncoder-core/app/translator/core/str_value_manager.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
"""
2-
Uncoder IO Commercial Edition License
2+
Uncoder IO Community Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
6-
This file is part of the Uncoder IO Commercial Edition ("CE") and is
7-
licensed under the Uncoder IO Non-Commercial License (the "License");
6+
Licensed under the Apache License, Version 2.0 (the "License");
87
you may not use this file except in compliance with the License.
98
You may obtain a copy of the License at
109
11-
https://github.com/UncoderIO/UncoderIO/blob/main/LICENSE
10+
http://www.apache.org/licenses/LICENSE-2.0
1211
1312
Unless required by applicable law or agreed to in writing, software
1413
distributed under the License is distributed on an "AS IS" BASIS,
1514
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
1617
-----------------------------------------------------------------
1718
"""
18-
1919
from typing import ClassVar, Optional, TypeVar, Union
2020

2121
from app.translator.core.custom_types.values import ValueType

uncoder-core/app/translator/core/tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Uncoder IO Commercial Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
66
This file is part of the Uncoder IO Commercial Edition ("CE") and is
77
licensed under the Uncoder IO Non-Commercial License (the "License");

uncoder-core/app/translator/platforms/athena/parsers/athena.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Uncoder IO Commercial Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
66
This file is part of the Uncoder IO Commercial Edition ("CE") and is
77
licensed under the Uncoder IO Non-Commercial License (the "License");

uncoder-core/app/translator/platforms/athena/renders/athena.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Uncoder IO Community Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -16,7 +16,6 @@
1616
limitations under the License.
1717
-----------------------------------------------------------------
1818
"""
19-
2019
from typing import Union
2120

2221
from app.translator.const import DEFAULT_VALUE_TYPE

uncoder-core/app/translator/platforms/athena/renders/athena_cti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Uncoder IO Community Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

uncoder-core/app/translator/platforms/athena/tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Uncoder IO Commercial Edition License
33
-----------------------------------------------------------------
4-
Copyright (c) 2023 SOC Prime, Inc.
4+
Copyright (c) 2024 SOC Prime, Inc.
55
66
This file is part of the Uncoder IO Commercial Edition ("CE") and is
77
licensed under the Uncoder IO Non-Commercial License (the "License");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy