fix(script/check_md_links.py): author name
This commit is contained in:
parent
e6895e3619
commit
f38af35e06
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue