Skip to content

Commit

Permalink
Removed some spurious licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
markgw committed Oct 7, 2020
1 parent 0db09d2 commit 43e08d7
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 54 deletions.
3 changes: 0 additions & 3 deletions src/python/pimlico/cli/fixlength.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# Licensed under the GNU LGPL v3.0 - https://www.gnu.org/licenses/lgpl-3.0.en.html

from __future__ import print_function
# This file is part of Pimlico
# Copyright (C) 2016 Mark Granroth-Wilding
# Licensed under the GNU GPL v3.0 - http://www.gnu.org/licenses/gpl-3.0.en.html
import copy

from pimlico.cli.recover import count_docs
Expand Down
6 changes: 0 additions & 6 deletions src/python/pimlico/cli/pimarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
from pimlico.core.modules.base import satisfies_typecheck
from pimlico.datatypes import GroupedCorpus
from pimlico.datatypes.base import DataNotReadyError
from pimlico.datatypes.corpora.data_points import RawDocumentType


# This file is part of Pimlico
# Copyright (C) 2016 Mark Granroth-Wilding
# Licensed under the GNU GPL v3.0 - http://www.gnu.org/licenses/gpl-3.0.en.html
from pimlico.utils.pimarc import PimarcWriter


Expand Down
3 changes: 0 additions & 3 deletions src/python/pimlico/cli/shell/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# Licensed under the GNU LGPL v3.0 - https://www.gnu.org/licenses/lgpl-3.0.en.html

from __future__ import print_function
# This file is part of Pimlico
# Copyright (C) 2016 Mark Granroth-Wilding
# Licensed under the GNU GPL v3.0 - http://www.gnu.org/licenses/gpl-3.0.en.html

from pimlico.cli.shell.base import DataShell, ShellError
from pimlico.cli.shell.commands import BASIC_SHELL_COMMANDS
Expand Down
3 changes: 0 additions & 3 deletions src/python/pimlico/cli/testemail.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# Licensed under the GNU LGPL v3.0 - https://www.gnu.org/licenses/lgpl-3.0.en.html

from __future__ import print_function
# This file is part of Pimlico
# Copyright (C) 2016 Mark Granroth-Wilding
# Licensed under the GNU GPL v3.0 - http://www.gnu.org/licenses/gpl-3.0.en.html

from pimlico.cli.subcommands import PimlicoCLISubcommand
from pimlico.utils.email import send_pimlico_email
Expand Down
3 changes: 0 additions & 3 deletions src/python/pimlico/core/dependencies/java.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# Licensed under the GNU LGPL v3.0 - https://www.gnu.org/licenses/lgpl-3.0.en.html

from __future__ import print_function
# This file is part of Pimlico
# Copyright (C) 2016 Mark Granroth-Wilding
# Licensed under the GNU GPL v3.0 - http://www.gnu.org/licenses/gpl-3.0.en.html

import shutil

Expand Down
3 changes: 0 additions & 3 deletions src/python/pimlico/old_datatypes/modules/r/script/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# Licensed under the GNU LGPL v3.0 - https://www.gnu.org/licenses/lgpl-3.0.en.html

from __future__ import print_function
# This file is part of Pimlico
# Copyright (C) 2016 Mark Granroth-Wilding
# Licensed under the GNU GPL v3.0 - http://www.gnu.org/licenses/gpl-3.0.en.html

import os
from subprocess import Popen, PIPE, STDOUT
Expand Down
30 changes: 0 additions & 30 deletions src/python/pimlico/utils/docs/rest.py.bak

This file was deleted.

6 changes: 3 additions & 3 deletions src/python/pimlico/utils/varint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of Pimlico
# Copyright (C) 2020 Mark Granroth-Wilding
# Licensed under the GNU LGPL v3.0 - https://www.gnu.org/licenses/lgpl-3.0.en.html
# This file is not part of Pimlico, but largely copied
# Copyright (C) 2016 Peter Ruibal
# Licensed under the MIT License

"""Varint encoder/decoder
Expand Down

0 comments on commit 43e08d7

Please sign in to comment.