Skip to content

Commit

Permalink
Remove MPL2.0 notices in sources (now ISC)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 5, 2017
1 parent 5f88ec9 commit 87e92df
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 54 deletions.
6 changes: 0 additions & 6 deletions src/shellman/__main__.py
@@ -1,11 +1,5 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2015 Timothée Mazzucotelli
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

"""
Entrypoint module, in case you use `python -mshellman`.
Expand Down
6 changes: 0 additions & 6 deletions src/shellman/cli.py
@@ -1,11 +1,5 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2015 Timothée Mazzucotelli
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

"""
Module that contains the command line app.
Expand Down
6 changes: 0 additions & 6 deletions src/shellman/doc.py
@@ -1,11 +1,5 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2015 Timothée Mazzucotelli
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

"""
Doc module.
Expand Down
6 changes: 0 additions & 6 deletions src/shellman/formatter/__init__.py
@@ -1,11 +1,5 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2015 Timothée Mazzucotelli
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

"""
Formatter module.
Expand Down
6 changes: 0 additions & 6 deletions src/shellman/formatter/base.py
@@ -1,11 +1,5 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2015 Timothée Mazzucotelli
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

"""
Base formatter module.
Expand Down
6 changes: 0 additions & 6 deletions src/shellman/formatter/man.py
@@ -1,11 +1,5 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2015 Timothée Mazzucotelli
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

"""
Man formatter module.
Expand Down
6 changes: 0 additions & 6 deletions src/shellman/formatter/markdown.py
@@ -1,11 +1,5 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2015 Timothée Mazzucotelli
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

"""
Markdown formatter module.
Expand Down
6 changes: 0 additions & 6 deletions src/shellman/formatter/text.py
@@ -1,11 +1,5 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2015 Timothée Mazzucotelli
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

"""
Text formatter module.
Expand Down
6 changes: 0 additions & 6 deletions src/shellman/tag.py
@@ -1,11 +1,5 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2015 Timothée Mazzucotelli
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

"""
Tag module.
Expand Down

0 comments on commit 87e92df

Please sign in to comment.