From 6b5187c17eee387a61ac81fd73695989dd5873b9 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Sun, 10 Mar 2019 22:22:10 +0800 Subject: [PATCH] Correct licence header Signed-off-by: Alex Chen --- .../matrix-org/dendrite/clientapi/routing/getevent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/getevent.go b/src/github.com/matrix-org/dendrite/clientapi/routing/getevent.go index fe838905f..5d86dc258 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/getevent.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/getevent.go @@ -1,4 +1,4 @@ -// Copyright 2017 Vector Creations Ltd +// Copyright 2019 Alex Chen // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.