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