Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 536f694

Browse files
Update License to 2019 (#57)
* bump license date to 2019 * bump grakn deps manually * remove external runner for grakn in test-integration, relying only on initialisation from within integration test
1 parent a731ace commit 536f694

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2018 Grakn Labs Ltd
3+
# Copyright (C) 2019 Grakn Labs Ltd
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Affero General Public License as
@@ -55,7 +55,6 @@ jobs:
5555
steps:
5656
- install-bazel-linux-rbe
5757
- checkout
58-
- run-grakn-server
5958
- run-bazel-rbe:
6059
command: bazel test //:test_integration --test_output=streamed
6160

BUILD

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

LICENSE

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 2018 Grakn Labs Ltd.
190+
Copyright 2019 Grakn Labs Ltd.
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.

WORKSPACE

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

dependencies/graknlabs/BUILD

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

dependencies/graknlabs/dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# GRAKN.AI - THE KNOWLEDGE GRAPH
3-
# Copyright (C) 2018 Grakn Labs Ltd
3+
# Copyright (C) 2019 Grakn Labs Ltd
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Affero General Public License as
@@ -22,7 +22,7 @@ def graknlabs_build_tools():
2222
git_repository(
2323
name = "graknlabs_build_tools",
2424
remote = "https://github.com/graknlabs/build-tools",
25-
commit = "2112c007d1f2341d7d73b0a101ea139eefff58a4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools
25+
commit = "3f58c66ed0cc8a061da69a8c81a4c5dfd85342a3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools
2626
)
2727

2828
def graknlabs_grakn_core():

deployment.properties

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

0 commit comments

Comments
 (0)