Skip to content

Commit 32c55fc

Browse files
authored
Update copyright headers to 2020 (#23)
## What is the goal of this PR? In order for build not to break after typedb/typedb-dependencies#122, copyright headers need to be updated. ## What are the changes implemented in this PR? Update copyright headers to match new format
1 parent b185d3d commit 32c55fc

File tree

19 files changed

+20
-39
lines changed

19 files changed

+20
-39
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#
2-
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2019 Grakn Labs Ltd
2+
# Copyright (C) 2020 Grakn Labs
43
#
54
# This program is free software: you can redistribute it and/or modify
65
# it under the terms of the GNU Affero General Public License as

BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#
2-
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2019 Grakn Labs Ltd
2+
# Copyright (C) 2020 Grakn Labs
43
#
54
# This program is free software: you can redistribute it and/or modify
65
# it under the terms of the GNU Affero General Public License as

WORKSPACE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#
2-
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2019 Grakn Labs Ltd
2+
# Copyright (C) 2020 Grakn Labs
43
#
54
# This program is free software: you can redistribute it and/or modify
65
# it under the terms of the GNU Affero General Public License as

dependencies/graknlabs/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#
2-
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2019 Grakn Labs Ltd
2+
# Copyright (C) 2020 Grakn Labs
43
#
54
# This program is free software: you can redistribute it and/or modify
65
# it under the terms of the GNU Affero General Public License as

dependencies/graknlabs/dependencies.bzl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#
2-
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2019 Grakn Labs Ltd
2+
# Copyright (C) 2020 Grakn Labs
43
#
54
# This program is free software: you can redistribute it and/or modify
65
# it under the terms of the GNU Affero General Public License as
@@ -22,5 +21,5 @@ def graknlabs_build_tools():
2221
git_repository(
2322
name = "graknlabs_build_tools",
2423
remote = "https://github.com/graknlabs/build-tools",
25-
commit = "b731eae85c90128878de58848a1cd8fe516ce58e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools
24+
commit = "470ef85d8a87e4b60cf35b15ca2a6ed84c50f552", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools
2625
)

dependencies/maven/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#
2-
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2019 Grakn Labs Ltd
2+
# Copyright (C) 2020 Grakn Labs
43
#
54
# This program is free software: you can redistribute it and/or modify
65
# it under the terms of the GNU Affero General Public License as

dependencies/maven/dependencies.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#
2-
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2019 Grakn Labs Ltd
2+
# Copyright (C) 2020 Grakn Labs
43
#
54
# This program is free software: you can redistribute it and/or modify
65
# it under the terms of the GNU Affero General Public License as

dependencies/maven/update.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# GRAKN.AI - THE KNOWLEDGE GRAPH
4-
# Copyright (C) 2019 Grakn Labs Ltd
3+
# Copyright (C) 2020 Grakn Labs
54
#
65
# This program is free software: you can redistribute it and/or modify
76
# it under the terms of the GNU Affero General Public License as

deployment.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#
2-
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2019 Grakn Labs Ltd
2+
# Copyright (C) 2020 Grakn Labs
43
#
54
# This program is free software: you can redistribute it and/or modify
65
# it under the terms of the GNU Affero General Public License as

grpc/java/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#
2-
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2019 Grakn Labs Ltd
2+
# Copyright (C) 2020 Grakn Labs
43
#
54
# This program is free software: you can redistribute it and/or modify
65
# it under the terms of the GNU Affero General Public License as

0 commit comments

Comments
 (0)