Skip to content

Commit 9176941

Browse files
committed
Adding copyright to .sql files
1 parent e2b618c commit 9176941

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

graphql_compiler/tests/test_data_tools/integration_data/create_orientdb_integration.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright 2018-present Kensho Technologies, LLC.
12
create vertex Animal set name = 'Animal 1', uuid = 'cfc6e625-8594-0927-468f-f53d864a7a50'
23
create vertex Animal set name = 'Animal 2', uuid = 'cfc6e625-8594-0927-468f-f53d864a7a51'
34
create vertex Animal set name = 'Animal 3', uuid = 'cfc6e625-8594-0927-468f-f53d864a7a52'

graphql_compiler/tests/test_data_tools/snapshot_data/commands.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright 2018-present Kensho Technologies, LLC.
12
# Auto-generated output from `generate_test_sql/__init__.py`.
23
# Do not edit directly!
34
# Generated on 2018-07-27T15:00:14.627230 from compiler version 1.7.0.

0 commit comments

Comments
 (0)