Skip to content

Commit

Permalink
Remove lines from the preamble that should have been removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Nov 21, 2017
1 parent 2aac6d4 commit 330919f
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion cloudabi.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

| # Nuxi CloudABI
|
Expand Down
1 change: 0 additions & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

from contextlib import redirect_stdout
import io
Expand Down
1 change: 0 additions & 1 deletion generator/abi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

from .itf import read_itf
from .layout import Layout
Expand Down
1 change: 0 additions & 1 deletion generator/asm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

from .abi import *
from .generator import *
Expand Down
1 change: 0 additions & 1 deletion generator/c.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

from .abi import *
from .generator import *
Expand Down
1 change: 0 additions & 1 deletion generator/generator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

from .abi import *

Expand Down
1 change: 0 additions & 1 deletion generator/itf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

# 'Indented Tree Format': An extremely simple text format to describe a tree
# using indentation. Every non-empty line represents a node, with the
Expand Down
1 change: 0 additions & 1 deletion generator/layout.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.


class Layout:
Expand Down
1 change: 0 additions & 1 deletion generator/markdown.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

import re

Expand Down
1 change: 0 additions & 1 deletion generator/parser.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

from .itf import read_itf, Node
from .abi import *
Expand Down
1 change: 0 additions & 1 deletion generator/syscalls_master.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2016 Nuxi (https://nuxi.nl/) and contributors.
#
# SPDX-License-Identifier: BSD-2-Clause
# See the LICENSE and CONTRIBUTORS files for details.

from .abi import *
from .generator import *
Expand Down

0 comments on commit 330919f

Please sign in to comment.