diff --git a/src/ifcbimtester/__init__.py b/src/ifcbimtester/__init__.py index 29bbd67ef2..6668cc83ff 100644 --- a/src/ifcbimtester/__init__.py +++ b/src/ifcbimtester/__init__.py @@ -1,24 +1,3 @@ -# *************************************************************************** -# * Copyright (c) 2020 Bernd Hahnebach * -# * * -# * This program is free software; you can redistribute it and/or modify * -# * it under the terms of the GNU Lesser General Public License (LGPL) * -# * as published by the Free Software Foundation; either version 2 of * -# * the License, or (at your option) any later version. * -# * for detail see the LICENCE text file. * -# * * -# * This program is distributed in the hope that it will be useful, * -# * but WITHOUT ANY WARRANTY; without even the implied warranty of * -# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -# * GNU Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this program; if not, write to the Free Software * -# * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -# * USA * -# * * -# *************************************************************************** - from os.path import dirname from os.path import realpath diff --git a/src/ifcbimtester/bimtester.py b/src/ifcbimtester/bimtester.py index 40be8598b6..8043d9040b 100644 --- a/src/ifcbimtester/bimtester.py +++ b/src/ifcbimtester/bimtester.py @@ -1,27 +1,5 @@ #!/usr/bin/env python3 -# *************************************************************************** -# * Copyright (c) 2020 Dion Moult <> * -# * Copyright (c) 2020 Bernd Hahnebach * -# * * -# * This program is free software; you can redistribute it and/or modify * -# * it under the terms of the GNU Lesser General Public License (LGPL) * -# * as published by the Free Software Foundation; either version 2 of * -# * the License, or (at your option) any later version. * -# * for detail see the LICENCE text file. * -# * * -# * This program is distributed in the hope that it will be useful, * -# * but WITHOUT ANY WARRANTY; without even the implied warranty of * -# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -# * GNU Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this program; if not, write to the Free Software * -# * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -# * USA * -# * * -# *************************************************************************** - # Bernd: IMHO, this should go one lever up, # or all other code should go one level down # https://stackoverflow.com/questions/16981921/relative-imports-in-python-3 diff --git a/src/ifcbimtester/clean.py b/src/ifcbimtester/clean.py index 2efe7d4f09..452698500f 100644 --- a/src/ifcbimtester/clean.py +++ b/src/ifcbimtester/clean.py @@ -1,24 +1,3 @@ -# *************************************************************************** -# * Copyright (c) 2020 Dion Moult <> * -# * * -# * This program is free software; you can redistribute it and/or modify * -# * it under the terms of the GNU Lesser General Public License (LGPL) * -# * as published by the Free Software Foundation; either version 2 of * -# * the License, or (at your option) any later version. * -# * for detail see the LICENCE text file. * -# * * -# * This program is distributed in the hope that it will be useful, * -# * but WITHOUT ANY WARRANTY; without even the implied warranty of * -# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -# * GNU Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this program; if not, write to the Free Software * -# * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -# * USA * -# * * -# *************************************************************************** - import ifcopenshell import os from pathlib import Path diff --git a/src/ifcbimtester/guiwidget.py b/src/ifcbimtester/guiwidget.py index 9fe2962e21..7115da342c 100644 --- a/src/ifcbimtester/guiwidget.py +++ b/src/ifcbimtester/guiwidget.py @@ -1,24 +1,3 @@ -# *************************************************************************** -# * Copyright (c) 2020 Bernd Hahnebach * -# * * -# * This program is free software; you can redistribute it and/or modify * -# * it under the terms of the GNU Lesser General Public License (LGPL) * -# * as published by the Free Software Foundation; either version 2 of * -# * the License, or (at your option) any later version. * -# * for detail see the LICENCE text file. * -# * * -# * This program is distributed in the hope that it will be useful, * -# * but WITHOUT ANY WARRANTY; without even the implied warranty of * -# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -# * GNU Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this program; if not, write to the Free Software * -# * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -# * USA * -# * * -# *************************************************************************** - # TODO: improve layout, start with feature file path and beside button !!!!! # TODO: if browse widgets will be canceled, last QLineEdit should be restored diff --git a/src/ifcbimtester/reports.py b/src/ifcbimtester/reports.py index 74f7482176..cc6a09373f 100644 --- a/src/ifcbimtester/reports.py +++ b/src/ifcbimtester/reports.py @@ -1,25 +1,3 @@ -# *************************************************************************** -# * Copyright (c) 2020 Dion Moult <> * -# * Copyright (c) 2020 Bernd Hahnebach * -# * * -# * This program is free software; you can redistribute it and/or modify * -# * it under the terms of the GNU Lesser General Public License (LGPL) * -# * as published by the Free Software Foundation; either version 2 of * -# * the License, or (at your option) any later version. * -# * for detail see the LICENCE text file. * -# * * -# * This program is distributed in the hope that it will be useful, * -# * but WITHOUT ANY WARRANTY; without even the implied warranty of * -# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -# * GNU Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this program; if not, write to the Free Software * -# * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -# * USA * -# * * -# *************************************************************************** - import datetime import json import os diff --git a/src/ifcbimtester/run.py b/src/ifcbimtester/run.py index 57f73a1c71..0673dec275 100644 --- a/src/ifcbimtester/run.py +++ b/src/ifcbimtester/run.py @@ -1,25 +1,3 @@ -# *************************************************************************** -# * Copyright (c) 2020 Dion Moult <> * -# * Copyright (c) 2020 Bernd Hahnebach * -# * * -# * This program is free software; you can redistribute it and/or modify * -# * it under the terms of the GNU Lesser General Public License (LGPL) * -# * as published by the Free Software Foundation; either version 2 of * -# * the License, or (at your option) any later version. * -# * for detail see the LICENCE text file. * -# * * -# * This program is distributed in the hope that it will be useful, * -# * but WITHOUT ANY WARRANTY; without even the implied warranty of * -# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -# * GNU Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this program; if not, write to the Free Software * -# * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -# * USA * -# * * -# *************************************************************************** - from behave.__main__ import main as behave_main import behave.formatter.pretty # Needed for pyinstaller to package it import os