From 529cf96db4402e05d21c6efd222fce350e541fe3 Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Mon, 5 Aug 2019 17:05:32 +0200
Subject: [PATCH] MAINT: Refactoring for new upstream repository

---
 .docker/Dockerfile | 2 +-
 README.md          | 4 ++--
 tests/test_misc.py | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index 54ba9cb..d968162 100644
--- a/.docker/Dockerfile
+++ b/.docker/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:latest
 RUN apt-get update && \
 	 apt-get install tox curl python3-pip git python-autopep8 -y
 COPY .docker/wait-for-it.sh /wait-for-it.sh
-RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
+RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
    cd caosdb-pylib && pip3 install .
 COPY . /git
 RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git 
diff --git a/README.md b/README.md
index 2ec3b58..ab14be7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![pipeline status](https://gitlab.gwdg.de/bmp-caosdb/caosdb-pyinttest/badges/dev/pipeline.svg?job=codestyle)](https://gitlab.gwdg.de/bmp-caosdb/caosdb-pyinttest/commits/dev) codestyle
+[![pipeline status](https://gitlab.com/caosdb/caosdb-pyinttest/badges/dev/pipeline.svg?job=codestyle)](https://gitlab.com/caosdb/caosdb-pyinttest/commits/dev) codestyle
 
 # Welcome
 
@@ -9,7 +9,7 @@ CaosDB project.
 # Further Reading
 
 Please refer to the [official gitlab repository of the CaosDB
-project](https://gitlab.gwdg.de/bmp-caosdb/caosdb) for more information.
+project](https://gitlab.com/caosdb/caosdb) for more information.
 
 # License
 
diff --git a/tests/test_misc.py b/tests/test_misc.py
index 7757d0f..d928f8f 100644
--- a/tests/test_misc.py
+++ b/tests/test_misc.py
@@ -21,6 +21,7 @@
 #
 # ** end header
 #
+# Copyright (c) 2019 IndiScale GmbH
 """Created on 23.07.2015.
 
 @author: tf
-- 
GitLab