updated license headers to 2020 by DvirDukhan · Pull Request #902 · RedisGraph/RedisGraph · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/GraphBLASExt/GxB_Delete.c
2 changes: 1 addition & 1 deletion src/GraphBLASExt/GxB_Delete.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/algorithms.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/all_paths.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/all_paths.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/bfs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/bfs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/detect_cycle.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/detect_cycle.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/dfs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/dfs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/longest_path.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/algorithms/longest_path.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/agg_ctx.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/agg_funcs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/agg_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/aggregate.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/aggregate.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/algebraic_expression.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/algebraic_expression/algebraic_expression.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/algebraic_expression/utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/arithmetic_expression.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/arithmetic_expression.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/arithmetic_op.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/arithmetic_op.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/boolean_funcs/boolean_funcs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/boolean_funcs/boolean_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/conditional_funcs/conditional_funcs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/conditional_funcs/conditional_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/entity_funcs/entity_funcs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/entity_funcs/entity_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/func_desc.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/func_desc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/funcs.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/list_funcs/list_funcs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/list_funcs/list_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/numeric_funcs/numeric_funcs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/numeric_funcs/numeric_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/path_funcs/path_funcs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/path_funcs/path_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/placeholder_funcs/placeholder_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/repository.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/repository.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/string_funcs/string_funcs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/string_funcs/string_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/time_funcs/time_funcs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/arithmetic/time_funcs/time_funcs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/ast/ast.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/ast/ast.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/ast/ast_annotations_ctx_collection.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Redis Labs Ltd. and Contributors
* Copyright 2018-2020 Redis Labs Ltd. and Contributors
*
* This file is available under the Redis Labs Source Available License Agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion src/ast/ast_annotations_ctx_collection.h
Loading