Skip to content

Commit

Permalink
Adding copyright lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Amartya Shankha Biswas committed Jul 12, 2018
1 parent 00d7eed commit 17272df
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions graphql_compiler/scripts/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright 2017-present Kensho Technologies, LLC.
1 change: 1 addition & 0 deletions graphql_compiler/scripts/generate_test_sql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2017-present Kensho Technologies, LLC.
import datetime
import os
import random
Expand Down
1 change: 1 addition & 0 deletions graphql_compiler/scripts/generate_test_sql/animals.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2017-present Kensho Technologies, LLC.
import random

from .species import SPECIES_LIST
Expand Down
1 change: 1 addition & 0 deletions graphql_compiler/scripts/generate_test_sql/species.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2017-present Kensho Technologies, LLC.
from .utils import create_vertex_statement, get_random_limbs, get_uuid


Expand Down
1 change: 1 addition & 0 deletions graphql_compiler/scripts/generate_test_sql/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2017-present Kensho Technologies, LLC.
import datetime
import random
from uuid import UUID
Expand Down
2 changes: 2 additions & 0 deletions graphql_compiler/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2018-present Kensho Technologies, LLC.

import time

import pytest
Expand Down
1 change: 1 addition & 0 deletions graphql_compiler/tests/snapshot_tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright 2018-present Kensho Technologies, LLC.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright 2018-present Kensho Technologies, LLC.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018-present Kensho Technologies, LLC.
# -*- coding: utf-8 -*-
# snapshottest: v1 - https://goo.gl/zC4yUc
from __future__ import unicode_literals
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017 Kensho Technologies, LLC.
# Copyright 2018-present Kensho Technologies, LLC.
from collections import Counter

import pytest
Expand Down
1 change: 1 addition & 0 deletions graphql_compiler/tests/test_data_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright 2018-present Kensho Technologies, LLC.
1 change: 1 addition & 0 deletions graphql_compiler/tests/test_data_tools/animal_tool.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018-present Kensho Technologies, LLC.
from glob import glob
from os import path

Expand Down
1 change: 1 addition & 0 deletions graphql_compiler/tests/test_data_tools/graph.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018-present Kensho Technologies, LLC.
from pyorient import OrientDB
from pyorient.constants import DB_TYPE_GRAPH
from pyorient.ogm import Config, Graph
Expand Down
1 change: 1 addition & 0 deletions graphql_compiler/tests/test_data_tools/schema.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2018-present Kensho Technologies, LLC.
from glob import glob
from os import path

Expand Down

0 comments on commit 17272df

Please sign in to comment.