diff --git a/LICENSE b/LICENSE index a9e8715..331f6c9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, Redis Labs Modules +Copyright (c) 2018, Redis Modules All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 950940d..2005f19 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Codecov](https://codecov.io/gh/RedisGraph/redisgraph-bulk-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisGraph/redisgraph-bulk-loader) # redisgraph-bulk-loader -[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redislabs.com/c/modules/redisgraph) +[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redis.com/c/modules/redisgraph) [![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/gWBRT6P) A Python utility for building RedisGraph databases from CSV inputs @@ -14,7 +14,7 @@ A Python utility for building RedisGraph databases from CSV inputs The bulk loader utility requires a Python 3 interpreter. A Redis server with the [RedisGraph](https://github.com/RedisLabsModules/RedisGraph) module must be running. Installation instructions may be found at: -https://oss.redislabs.com/redisgraph/ +https://oss.redis.com/redisgraph/ ## Installation The bulk loader can be installed using pip: diff --git a/pyproject.toml b/pyproject.toml index f19c9f8..f83f9b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "redisgraph-bulk-loader" version = "0.9.14" description = "RedisGraph Bulk Import Tool" -authors = ["RedisLabs "] +authors = ["Redis Inc "] license = "BSD-3-Clause" readme = "README.md"