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

Commit 297df8e

Browse files
authored
Bump year in license headers to 2021 (#149)
## What is the goal of this PR? License headers are currently out of date (2020) for a while. This PR replaces 2020 with 2021 across all the files. ## What are the changes implemented in this PR? * Replace `2020` with `2021` in source files
1 parent 60e324d commit 297df8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 2020 Grakn Labs.
190+
Copyright 2021 Grakn Labs.
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.

dependencies/graknlabs/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def graknlabs_dependencies():
2323
git_repository(
2424
name = "graknlabs_dependencies",
2525
remote = "https://github.com/graknlabs/dependencies",
26-
commit = "b6ddf3ee17d91df9bbed294392d0adba5737da44", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
26+
commit = "f40b54f36acc91f1ef089058773ec0304dc38ce8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
2727
)
2828

2929
def graknlabs_common():

0 commit comments

Comments
 (0)