Header cleanup (#1732)

* Header cleanup

* Update copyright
This commit is contained in:
Lorenz
2024-12-27 04:12:49 -05:00
committed by GitHub
parent 1c0e7479c8
commit 29fbe38a79
8 changed files with 6 additions and 78 deletions

View File

@ -1,5 +1,4 @@
CadQuery
Copyright (C) 2015 Parametric Products Intellectual Holdings, LLC
This library is free software; you can redistribute it and/or
modify it under the terms of the Apache Public License, v 2.0
@ -193,7 +192,7 @@ modify it under the terms of the Apache Public License, v 2.0
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [Parametric Products Intellectual Holdings, LLC]
Copyright CadQuery Development Team
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -1,18 +0,0 @@
"""
Copyright (C) 2011-2015 Parametric Products Intellectual Holdings, LLC
This file is part of CadQuery.
CadQuery is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
CadQuery 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; If not, see <http://www.gnu.org/licenses/>
"""

View File

@ -1,21 +1,5 @@
"""
Copyright (C) 2011-2015 Parametric Products Intellectual Holdings, LLC
This file is part of CadQuery.
CadQuery is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
CadQuery 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; If not, see <http://www.gnu.org/licenses/>
"""
# Copyright (c) CadQuery Development Team.
# Distributed under the terms of the Apache 2 License.
import math
from copy import copy

View File

@ -9,7 +9,7 @@ JSON_TEMPLATE = """\
"metadata" :
{
"formatVersion" : 3,
"generatedBy" : "ParametricParts",
"generatedBy" : "cadquery",
"vertices" : %(nVertices)d,
"faces" : %(nFaces)d,
"normals" : 0,

View File

@ -1,18 +0,0 @@
"""
CadQuery
Copyright (C) 2015 Parametric Products Intellectual Holdings, LLC
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
"""

View File

@ -1,22 +1,3 @@
"""
Copyright (C) 2011-2015 Parametric Products Intellectual Holdings, LLC
This file is part of CadQuery.
CadQuery is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
CadQuery 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; If not, see <http://www.gnu.org/licenses/>
"""
from abc import abstractmethod, ABC
import math
from .occ_impl.geom import Vector

View File

@ -62,7 +62,7 @@ master_doc = "index"
# General information about the project.
project = "CadQuery"
copyright = "Parametric Products Intellectual Holdings LLC, All Rights Reserved"
copyright = "CadQuery Development Team"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

View File

@ -1,4 +1,4 @@
# Copyright 2015 Parametric Products Intellectual Holdings, LLC
# Copyright (c) CadQuery Development Team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.