Skip to content

Commit

Permalink
fix(chore): Change remaining Copyright year (#8455)
Browse files Browse the repository at this point in the history
## Problem
 
There are still some Copyright to update

## Solution
 
 Change remaining Copyright year
  • Loading branch information
MichelDiz authored Nov 30, 2022
1 parent 7d7c02f commit a4729b3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Dgraph Licensing

Copyright 2016-2019 Dgraph Labs, Inc.
Copyright 2016-2022 Dgraph Labs, Inc.

Source code in this repository is variously licensed under the Apache Public
License 2.0 (APL) and the Dgraph Community License (DCL). A copy of each license
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2018 Dgraph Labs, Inc. and Contributors
# Copyright 2022 Dgraph Labs, Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion compose/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2019 Dgraph Labs, Inc. and Contributors
# Copyright 2022 Dgraph Labs, Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion contrib/scripts/license.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

notice = """
/*
* Copyright 2018 Dgraph Labs, Inc. and Contributors
* Copyright 2022 Dgraph Labs, Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion contrib/scripts/license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for f in $files; do
# Start from year.
year=$(git log --format=%aD $f | tail -1 | awk '{print $4}')
if [ "$year" != "2018" ]; then
sed -i "s/Copyright 2018 Dgraph/Copyright $year-2018 Dgraph/g" $f
sed -i "s/Copyright 2022 Dgraph/Copyright $year-2022 Dgraph/g" $f
fi

# Format it.
Expand Down
2 changes: 1 addition & 1 deletion contrib/tlstest/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017-2018 Dgraph Labs, Inc. and Contributors
# Copyright 2017-2022 Dgraph Labs, Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion dgraph/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2018 Dgraph Labs, Inc. and Contributors
# Copyright 2022 Dgraph Labs, Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion protos/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2018 Dgraph Labs, Inc. and Contributors
# Copyright 2022 Dgraph Labs, Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion protos/depcheck.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright 2019-2021 Dgraph Labs, Inc. and Contributors
# Copyright 2019-2022 Dgraph Labs, Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion t/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2018 Dgraph Labs, Inc. and Contributors
# Copyright 2022 Dgraph Labs, Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit a4729b3

Please sign in to comment.