Skip to content

Commit d68cc65

Browse files
authored
SNOW-761991 Update license to 2023 (#398)
1 parent c14e817 commit d68cc65

37 files changed

+37
-37
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright (c) 2012-2022 Snowflake Computing, Inc.
190+
Copyright (c) 2012-2023 Snowflake Computing, Inc.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

license_header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
Copyright (c) 2012-2022 Snowflake Computing Inc. All rights reserved.
2+
Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2022 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
import os

src/snowflake/sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2022 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
import sys

src/snowflake/sqlalchemy/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2022 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44
from .version import VERSION
55

src/snowflake/sqlalchemy/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2022 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
import operator

src/snowflake/sqlalchemy/custom_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2022 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
from collections.abc import Sequence

src/snowflake/sqlalchemy/custom_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2022 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
import sqlalchemy.types as sqltypes

src/snowflake/sqlalchemy/provision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2022 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44
from sqlalchemy.testing.provision import set_default_schema_on_connection
55

src/snowflake/sqlalchemy/requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2012-2022 Snowflake Computing Inc. All rights reserved.
2+
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
33
#
44

55
from sqlalchemy.testing import exclusions

0 commit comments

Comments
 (0)