Fix copyright and an out of date link

Update copyright from "2019, Brendan Higgins" to "2019 Google LLC".
Also, update a link that points to an old upstream branch.

Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Change-Id: I5c16f47ec395fa2b9d812f15d37a7b7b9a4210f9
diff --git a/conf.py b/conf.py
index c9b54ae..48fd591 100644
--- a/conf.py
+++ b/conf.py
@@ -34,7 +34,7 @@
 # -- Project information -----------------------------------------------------
 
 project = 'KUnit'
-copyright = '2019, Brendan Higgins'
+copyright = '2019 Google LLC'
 author = 'Brendan Higgins'
 
 # The short X.Y version
diff --git a/index.rst b/index.rst
index de13716..a613894 100644
--- a/index.rst
+++ b/index.rst
@@ -76,7 +76,7 @@
 Where do I get it?
 ==================
 
-- Upstream: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=next
+- Upstream: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=test
 - Stable: https://kunit.googlesource.com/linux/+/kunit/alpha/master
 
 Not sure which one you want? Take a look at :doc:`usage/index`.