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,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>*
# * *