Skip to content

Commit

Permalink
Clean up copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 28, 2024
1 parent ad35248 commit a0d85cb
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 125 deletions.
2 changes: 0 additions & 2 deletions pysqa/ext/modular.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8
# Copyright (c) Jan Janssen
from typing import Optional

import pandas
Expand Down
3 changes: 0 additions & 3 deletions pysqa/ext/remote.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# coding: utf-8
# Copyright (c) Jan Janssen

import getpass
import json
import os
Expand Down
11 changes: 0 additions & 11 deletions pysqa/queueadapter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# coding: utf-8
# Copyright (c) Jan Janssen

import os
from typing import List, Optional

Expand All @@ -11,14 +8,6 @@
from pysqa.utils.config import read_config
from pysqa.utils.execute import execute_command

__author__ = "Jan Janssen"
__copyright__ = "Copyright 2019, Jan Janssen"
__version__ = "0.0.3"
__maintainer__ = "Jan Janssen"
__email__ = "janssen@mpie.de"
__status__ = "production"
__date__ = "Feb 9, 2019"


class QueueAdapter(object):
"""
Expand Down
3 changes: 0 additions & 3 deletions pysqa/utils/basic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# coding: utf-8
# Copyright (c) Jan Janssen

import getpass
import importlib
import os
Expand Down
1 change: 0 additions & 1 deletion pysqa/wrapper/flux.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
import pandas
from flux.job import JobID

Expand Down
15 changes: 0 additions & 15 deletions pysqa/wrapper/generic.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
# coding: utf-8
# Copyright (c) Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department
# Distributed under the terms of "New BSD License", see the LICENSE file.

from abc import ABC, abstractmethod

import pandas

__author__ = "Niklas Siemer"
__copyright__ = (
"Copyright 2022, Max-Planck-Institut für Eisenforschung GmbH - "
"Computational Materials Design (CM) Department"
)
__version__ = "1.0"
__maintainer__ = "Niklas Siemer"
__email__ = "siemer@mpie.de"
__status__ = "production"
__date__ = "Aug 15, 2022"


class SchedulerCommands(ABC):
@property
Expand Down
15 changes: 0 additions & 15 deletions pysqa/wrapper/gent.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
# coding: utf-8
# Copyright (c) Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department
# Distributed under the terms of "New BSD License", see the LICENSE file.

import pandas

from pysqa.wrapper.slurm import SlurmCommands

__author__ = "Jan Janssen"
__copyright__ = (
"Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - "
"Computational Materials Design (CM) Department"
)
__version__ = "1.0"
__maintainer__ = "Jan Janssen"
__email__ = "janssen@mpie.de"
__status__ = "development"
__date__ = "Feb 9, 2019"


class GentCommands(SlurmCommands):
@staticmethod
Expand Down
15 changes: 0 additions & 15 deletions pysqa/wrapper/lsf.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
# coding: utf-8
# Copyright (c) Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department
# Distributed under the terms of "New BSD License", see the LICENSE file.

import pandas

from pysqa.wrapper.generic import SchedulerCommands

__author__ = "Jan Janssen"
__copyright__ = (
"Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - "
"Computational Materials Design (CM) Department"
)
__version__ = "1.0"
__maintainer__ = "Jan Janssen"
__email__ = "janssen@mpie.de"
__status__ = "development"
__date__ = "Feb 9, 2019"


class LsfCommands(SchedulerCommands):
@property
Expand Down
15 changes: 0 additions & 15 deletions pysqa/wrapper/moab.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
# coding: utf-8
# Copyright (c) Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department
# Distributed under the terms of "New BSD License", see the LICENSE file.

from pysqa.wrapper.generic import SchedulerCommands

__author__ = "Jan Janssen"
__copyright__ = (
"Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - "
"Computational Materials Design (CM) Department"
)
__version__ = "1.0"
__maintainer__ = "Jan Janssen"
__email__ = "janssen@mpie.de"
__status__ = "development"
__date__ = "Feb 9, 2019"


class MoabCommands(SchedulerCommands):
@property
Expand Down
15 changes: 0 additions & 15 deletions pysqa/wrapper/sge.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
# coding: utf-8
# Copyright (c) Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department
# Distributed under the terms of "New BSD License", see the LICENSE file.

import defusedxml.ElementTree as ETree
import pandas

from pysqa.wrapper.generic import SchedulerCommands

__author__ = "Jan Janssen"
__copyright__ = (
"Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - "
"Computational Materials Design (CM) Department"
)
__version__ = "1.0"
__maintainer__ = "Jan Janssen"
__email__ = "janssen@mpie.de"
__status__ = "production"
__date__ = "Feb 9, 2019"


class SunGridEngineCommands(SchedulerCommands):
@property
Expand Down
15 changes: 0 additions & 15 deletions pysqa/wrapper/slurm.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
# coding: utf-8
# Copyright (c) Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department
# Distributed under the terms of "New BSD License", see the LICENSE file.

import pandas

from pysqa.wrapper.generic import SchedulerCommands

__author__ = "Jan Janssen"
__copyright__ = (
"Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - "
"Computational Materials Design (CM) Department"
)
__version__ = "1.0"
__maintainer__ = "Jan Janssen"
__email__ = "janssen@mpie.de"
__status__ = "development"
__date__ = "Feb 9, 2019"


class SlurmCommands(SchedulerCommands):
@property
Expand Down
15 changes: 0 additions & 15 deletions pysqa/wrapper/torque.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
# coding: utf-8
# Copyright (c) Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department
# Distributed under the terms of "New BSD License", see the LICENSE file.

import re

import pandas

from pysqa.wrapper.generic import SchedulerCommands

__author__ = "Jan Janssen"
__copyright__ = (
"Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - "
"Computational Materials Design (CM) Department"
)
__version__ = "1.0"
__maintainer__ = "Jan Janssen"
__email__ = "janssen@mpie.de"
__status__ = "development"
__date__ = "Feb 9, 2019"


class TorqueCommands(SchedulerCommands):
@property
Expand Down

0 comments on commit a0d85cb

Please sign in to comment.