chore(script/check_md_links.py): add copyright
This commit is contained in:
parent
ff1352fcf2
commit
e6895e3619
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue