Skip to content

Commit a350470

Browse files
committed
Add Copyright text to hook-fosslight_dependency.py file
Signed-off-by: Jaekwon Bang <[email protected]>
1 parent 430476f commit a350470

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hooks/hook-fosslight_dependency.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
# Copyright (c) 2021 LG Electronics Inc.
4+
# SPDX-License-Identifier: Apache-2.0
15
from PyInstaller.utils.hooks import collect_all
26

37
datas, binaries, hiddenimports = collect_all('fosslight_dependency')

0 commit comments

Comments
 (0)