From f38af35e0616f89c6e9d7e3eb1d48e47ee666efe Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Tue, 23 Feb 2016 20:17:03 -0500 Subject: [PATCH] fix(script/check_md_links.py): author name --- script/check_md_links.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/check_md_links.py b/script/check_md_links.py index 79cc8bd01..2d81c1b66 100755 --- a/script/check_md_links.py +++ b/script/check_md_links.py @@ -1,10 +1,10 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (c) 2016 Ulrik Buchholtz. All rights reserved. +# Copyright (c) 2016 Sebastian Ullrich. All rights reserved. # Released under Apache 2.0 license as described in the file LICENSE. # -# Author: Ulrik Buchholtz +# Author: Sebastian Ullrich # # Python 2/3 compatibility from __future__ import print_function