Removed outdated UTF8 declaration [ Other ] (#24528)

* Removed outdated UTF8 declaration

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
ᴩʜᴏɴᴇᴅʀᴏɪᴅ
2025-10-13 12:34:43 -04:00
committed by GitHub
parent 489e3ca6fc
commit f620d68c19
76 changed files with 1 additions and 81 deletions

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#***************************************************************************
#* *
#* Copyright (c) 2012 *

View File

@@ -99,7 +99,6 @@ bool MacroFile::commit()
}
QString header;
header += QStringLiteral("# -*- coding: utf-8 -*-\n\n");
header += QStringLiteral("# Macro Begin: ");
header += this->macroName;
header += QStringLiteral(" +++++++++++++++++++++++++++++++++++++++++++++++++\n");

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2022 Zheng Lei (realthunder) <realthunder.dev@gmail.com>*
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2022 Zheng Lei (realthunder) <realthunder.dev@gmail.com>*
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#/******************************************************************************
# * Copyright (c) 2020 Werner Mayer <wmayer[at]users.sourceforge.net> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2022 Zheng Lei (realthunder) <realthunder.dev@gmail.com>*
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2009, 2010 Yorik van Havre <yorik@uncreated.net> *
# * Copyright (c) 2009, 2010 Ken Cline <cline@frii.com> *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2020 Yorik van Havre <yorik@uncreated.net> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2009, 2010 Yorik van Havre <yorik@uncreated.net> *
# * Copyright (c) 2009, 2010 Ken Cline <cline@frii.com> *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2009, 2010 Yorik van Havre <yorik@uncreated.net> *
# * Copyright (c) 2009, 2010 Ken Cline <cline@frii.com> *

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
#
# ***************************************************************************
# * Copyright (c) 2009, 2010 Yorik van Havre <yorik@uncreated.net> *
# * Copyright (c) 2009, 2010 Ken Cline <cline@frii.com> *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2009, 2010 Yorik van Havre <yorik@uncreated.net> *
# * Copyright (c) 2009, 2010 Ken Cline <cline@frii.com> *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * (c) 2009, 2010 *
# * Yorik van Havre <yorik@uncreated.net>, Ken Cline <cline@frii.com> *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2009, 2010 Yorik van Havre <yorik@uncreated.net> *
# * Copyright (c) 2009, 2010 Ken Cline <cline@frii.com> *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
## @package importAirfoilDAT
# \ingroup DRAFT
# \brief Airfoil (.dat) file importer

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2021 Yorik van Havre <yorik@uncreated.net> *
# * *

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2021 Yorik van Havre <yorik@uncreated.net> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ****************************************************************************
# * Copyright (c) 2018 Maurice <easyw@katamail.com> *
# * *

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2007 Jürgen Riegel <juergen.riegel@web.de>
# LGPL

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# ShapeContent.py
# 2021, by Mark Ganson <TheMarkster>
# LGPL 2.1 or later

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2008 Werner Mayer LGPL

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# test to check color per face when after restore

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# basic test script for PropertyTopoShapeList

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2010 Werner Mayer LGPL
"""

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2011 Werner Mayer LGPL
#

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2010 Werner Mayer LGPL
__author__ = "Werner Mayer <wmayer[at]users.sourceforge.net>"

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2011 Werner Mayer LGPL
"""

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2010 Werner Mayer LGPL
"""

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2011 Adrian Przekwas LGPL
from __future__ import division # allows floating point division from integers

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#/******************************************************************************
# * Copyright (c) 2012 Jan Rheinländer <jrheinlaender@users.sourceforge.net> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#/******************************************************************************
# * Copyright (c) 2012 Jan Rheinländer <jrheinlaender@users.sourceforge.net> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#/******************************************************************************
# * Copyright (c) 2012 Jan Rheinländer <jrheinlaender@users.sourceforge.net> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#/******************************************************************************
# * Copyright (c) 2012 Jan Rheinländer <jrheinlaender@users.sourceforge.net> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#/******************************************************************************
# * Copyright (c) 2012 Jan Rheinländer <jrheinlaender@users.sourceforge.net> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#/******************************************************************************
# * Copyright (c) 2012 Jan Rheinländer <jrheinlaender@users.sourceforge.net> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
Shaft Wizard
"""

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Kuka export lib (c) Jürgen Riegel 2009 LGPL 2.1 or higher

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2016 Ulrich Brammer <ulrich1a@users.sourceforge.net> *
# * *

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# **************************************************************************
# Copyright (c) 2018 WandererFan <wandererfan@gmail.com> *
# *

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2024 Wanderer Fan <wandererfan@gmail.com> *
# * *

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# test script for TechDraw module
# creates a page and a view

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import FreeCAD

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# test script for DrawViewDetail
# creates a page, a view and a detail view

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# basic test script for TechDraw module
# creates a page and 1 view

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# basic test script for TechDraw Py functions migrated from Drawing

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# **************************************************************************
# Copyright (c) 2018 WandererFan <wandererfan@gmail.com> *
# *

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2022 FreeCAD Project Association *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2001,2002 Juergen Riegel <juergen.riegel@web.de> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2007 Juergen Riegel <juergen.riegel@web.de> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2010 Juergen Riegel <juergen.riegel@web.de> *
# * *

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2006 Werner Mayer <werner.wm.mayer@gmx.de> *
# * *

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2013 WandererFan <wandererfan@gmail.com> *
# * *

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2013 WandererFan <wandererfan@gmail.com> *
# * *

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2013 WandererFan <wandererfan@gmail.com> *
# * *

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2013 Werner Mayer LGPL
#
# Utility to search for source, header and Python files with a missing license text

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2003 Werner Mayer LGPL
# Create a new application module

View File

@@ -1,5 +1,4 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2004 Werner Mayer LGPL
import os, sys

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2006 Werner Mayer LGPL
#
# FreeCAD RevInfo script to get the revision information from Subversion, Bazaar, and Git.

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# FreeCAD init script of the _TEMPLATEPY_ module
# (c) 2001 Juergen Riegel
# License LGPL

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# _TEMPLATEPY_ gui init module
# (c) 2001 Juergen Riegel
# License LGPL

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# FreeCAD tools of the _TEMPLATEPY_ workbench
# (c) 2001 Juergen Riegel
# License LGPL

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2006 Jürgen Riegel GPL
import os

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2007 Jürgen Riegel
import os

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2006 Juergen Riegel

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2006 Juergen Riegel
import template

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2006 Juergen Riegel

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2006 Juergen Riegel
from . import template, templateModuleApp

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2007 Juergen Riegel
from . import template, templateModuleAppMain, templateModuleAppFeature

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2006 Juergen Riegel
from . import template

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2006 Juergen Riegel
from . import template

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2018 Werner Mayer LGPL
#

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2007 Juergen Riegel GPL
Usage = """dir2qrc - merging all files in a directory in a qrc file

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2010 Werner Mayer LGPL
# FreeCAD Python script to work with the FCStd file format.

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'mainwindow.ui'
#
# Created: Fri Nov 20 18:03:04 2015

View File

@@ -1,5 +1,4 @@
#! python
# -*- coding: utf-8 -*-
# (c) 2006 Werner Mayer LGPL
#
# Python script to make source tarballs.

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2022 Zheng Lei (realthunder) <realthunder.dev@gmail.com>*
# * *