Skip to content

Commit 80a5ead

Browse files
committed
Add source code encoding and newline with hash before license
Signed-off-by: Daniel Lim Wee Soong <[email protected]>
1 parent d74fdc3 commit 80a5ead

12 files changed

+24
-12
lines changed

tests/test_v2x.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/lib/argparse_extra.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/lib/asserts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/lib/mux.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/mux_gen.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/vlog_to_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/vlog_to_pbtype.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/xmlinc/xmlinc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/yosys/json.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/yosys/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

v2x/yosys/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
2+
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2020 The SymbiFlow Authors.
45
#
56
# Use of this source code is governed by a ISC-style

0 commit comments

Comments
 (0)