From e901e584acaa1de1aa817448dbf1936f17c7f474 Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 9 Dec 2021 10:06:00 -0500 Subject: [PATCH] Path: fix file header uniformity --- src/Mod/Path/PathScripts/PathPreferences.py | 1 - src/Mod/Path/PathScripts/PathThreadMilling.py | 1 - src/Mod/Path/PathScripts/PathThreadMillingGui.py | 1 - src/Mod/Path/PathScripts/PathVcarve.py | 1 - src/Mod/Path/PathScripts/PathVcarveGui.py | 1 - src/Mod/Path/PathScripts/PathWaterline.py | 1 - src/Mod/Path/PathScripts/PathWaterlineGui.py | 1 - src/Mod/Path/PathTests/TestPathThreadMilling.py | 2 -- src/Mod/Path/PathTests/TestPathVcarve.py | 2 -- 9 files changed, 11 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathPreferences.py b/src/Mod/Path/PathScripts/PathPreferences.py index caf86212cd..b4a3248823 100644 --- a/src/Mod/Path/PathScripts/PathPreferences.py +++ b/src/Mod/Path/PathScripts/PathPreferences.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- # *************************************************************************** -# * * # * Copyright (c) 2014 Yorik van Havre * # * * # * This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Path/PathScripts/PathThreadMilling.py b/src/Mod/Path/PathScripts/PathThreadMilling.py index 0c5580d8eb..5d89c285b2 100644 --- a/src/Mod/Path/PathScripts/PathThreadMilling.py +++ b/src/Mod/Path/PathScripts/PathThreadMilling.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- # *************************************************************************** -# * * # * Copyright (c) 2019 sliptonic * # * * # * This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Path/PathScripts/PathThreadMillingGui.py b/src/Mod/Path/PathScripts/PathThreadMillingGui.py index 885f129a6b..ff3bcd904f 100644 --- a/src/Mod/Path/PathScripts/PathThreadMillingGui.py +++ b/src/Mod/Path/PathScripts/PathThreadMillingGui.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- # *************************************************************************** -# * * # * Copyright (c) 2019 sliptonic * # * * # * This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Path/PathScripts/PathVcarve.py b/src/Mod/Path/PathScripts/PathVcarve.py index 45609ebcf3..27fbbee8ef 100644 --- a/src/Mod/Path/PathScripts/PathVcarve.py +++ b/src/Mod/Path/PathScripts/PathVcarve.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- # *************************************************************************** -# * * # * Copyright (c) 2020 sliptonic * # * * # * This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Path/PathScripts/PathVcarveGui.py b/src/Mod/Path/PathScripts/PathVcarveGui.py index 286cce9b28..a2daf6aac1 100644 --- a/src/Mod/Path/PathScripts/PathVcarveGui.py +++ b/src/Mod/Path/PathScripts/PathVcarveGui.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- # *************************************************************************** -# * * # * Copyright (c) 2017 sliptonic * # * * # * This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Path/PathScripts/PathWaterline.py b/src/Mod/Path/PathScripts/PathWaterline.py index 9ccc95bd68..158ae846d4 100644 --- a/src/Mod/Path/PathScripts/PathWaterline.py +++ b/src/Mod/Path/PathScripts/PathWaterline.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- # *************************************************************************** -# * * # * Copyright (c) 2019 Russell Johnson (russ4262) * # * Copyright (c) 2019 sliptonic * # * * diff --git a/src/Mod/Path/PathScripts/PathWaterlineGui.py b/src/Mod/Path/PathScripts/PathWaterlineGui.py index 089e15256a..52a5e04a37 100644 --- a/src/Mod/Path/PathScripts/PathWaterlineGui.py +++ b/src/Mod/Path/PathScripts/PathWaterlineGui.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- # *************************************************************************** -# * * # * Copyright (c) 2020 sliptonic * # * Copyright (c) 2020 russ4262 * # * * diff --git a/src/Mod/Path/PathTests/TestPathThreadMilling.py b/src/Mod/Path/PathTests/TestPathThreadMilling.py index e8ac9c8a65..aebca937cf 100644 --- a/src/Mod/Path/PathTests/TestPathThreadMilling.py +++ b/src/Mod/Path/PathTests/TestPathThreadMilling.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- - # *************************************************************************** -# * * # * Copyright (c) 2019 sliptonic * # * * # * This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Path/PathTests/TestPathVcarve.py b/src/Mod/Path/PathTests/TestPathVcarve.py index 686cc4ddff..f248d006cd 100644 --- a/src/Mod/Path/PathTests/TestPathVcarve.py +++ b/src/Mod/Path/PathTests/TestPathVcarve.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- - # *************************************************************************** -# * * # * Copyright (c) 2020 sliptonic * # * * # * This program is free software; you can redistribute it and/or modify *