chore(bin/linja): add copyright
This commit is contained in:
parent
9a4472cff5
commit
888b651d0a
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
||||||
|
# Released under Apache 2.0 license as described in the file LICENSE.
|
||||||
|
#
|
||||||
|
# Author: Soonho Kong
|
||||||
|
#
|
||||||
import fnmatch
|
import fnmatch
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
|
|
Loading…
Reference in a new issue