Skip to content

Commit be442ff

Browse files
committed
bonsai copyrights #5178
1 parent 95e7910 commit be442ff

25 files changed

Lines changed: 125 additions & 125 deletions

src/bonsai/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# BlenderBIM Add-on - OpenBIM Blender Add-on
1+
# Bonsai - OpenBIM Blender Add-on
22
# Copyright (C) 2020-2023 Dion Moult <dion@thinkmoult.com>
33
#
4-
# This file is part of BlenderBIM Add-on.
4+
# This file is part of Bonsai.
55
#
6-
# BlenderBIM Add-on is free software: you can redistribute it and/or modify
6+
# Bonsai is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
11-
# BlenderBIM Add-on is distributed in the hope that it will be useful,
11+
# Bonsai is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
17+
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1818

1919
PYTHON:=python3.11
2020
PIP:=pip3.11

src/bonsai/bonsai/bim/data/assets/default.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*
2-
* BlenderBIM Add-on - OpenBIM Blender Add-on
2+
* Bonsai - OpenBIM Blender Add-on
33
* Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
44
*
5-
* This file is part of BlenderBIM Add-on.
5+
* This file is part of Bonsai.
66
*
7-
* BlenderBIM Add-on is free software: you can redistribute it and/or modify
7+
* Bonsai is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by
99
* the Free Software Foundation, either version 3 of the License, or
1010
* (at your option) any later version.
1111
*
12-
* BlenderBIM Add-on is distributed in the hope that it will be useful,
12+
* Bonsai is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY, without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
18+
* long with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

2121
* { stroke-linecap: round; stroke-linejoin: round; }

src/bonsai/bonsai/bim/data/assets/sample.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*
2-
* BlenderBIM Add-on - OpenBIM Blender Add-on
2+
* Bonsai - OpenBIM Blender Add-on
33
* Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
44
*
5-
* This file is part of BlenderBIM Add-on.
5+
* This file is part of Bonsai.
66
*
7-
* BlenderBIM Add-on is free software: you can redistribute it and/or modify
7+
* Bonsai is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by
99
* the Free Software Foundation, either version 3 of the License, or
1010
* (at your option) any later version.
1111
*
12-
* BlenderBIM Add-on is distributed in the hope that it will be useful,
12+
* Bonsai is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY, without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
18+
* long with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

2121
.cut { fill: white; stroke: black; stroke-linecap: 'round'; stroke-width: 0.35; }

src/bonsai/bonsai/bim/data/assets/schedule.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*
2-
* BlenderBIM Add-on - OpenBIM Blender Add-on
2+
* Bonsai - OpenBIM Blender Add-on
33
* Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
44
*
5-
* This file is part of BlenderBIM Add-on.
5+
* This file is part of Bonsai.
66
*
7-
* BlenderBIM Add-on is free software: you can redistribute it and/or modify
7+
* Bonsai is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by
99
* the Free Software Foundation, either version 3 of the License, or
1010
* (at your option) any later version.
1111
*
12-
* BlenderBIM Add-on is distributed in the hope that it will be useful,
12+
* Bonsai is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY, without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
18+
* long with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

2121
/**

src/bonsai/docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# BlenderBIM Add-on - OpenBIM Blender Add-on
1+
# Bonsai - OpenBIM Blender Add-on
22
# Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
33
#
4-
# This file is part of BlenderBIM Add-on.
4+
# This file is part of Bonsai.
55
#
6-
# BlenderBIM Add-on is free software: you can redistribute it and/or modify
6+
# Bonsai is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
11-
# BlenderBIM Add-on is distributed in the hope that it will be useful,
11+
# Bonsai is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
17+
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1818

1919
# Configuration file for the Sphinx documentation builder.
2020
#

src/bonsai/runpytest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# BlenderBIM Add-on - OpenBIM Blender Add-on
1+
# Bonsai - OpenBIM Blender Add-on
22
# Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
33
#
4-
# This file is part of BlenderBIM Add-on.
4+
# This file is part of Bonsai.
55
#
6-
# BlenderBIM Add-on is free software: you can redistribute it and/or modify
6+
# Bonsai is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
11-
# BlenderBIM Add-on is distributed in the hope that it will be useful,
11+
# Bonsai is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
17+
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1818

1919
"""
2020
Requires pytest installed under blender

src/bonsai/scripts/dxf2ifc.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# BlenderBIM Add-on - OpenBIM Blender Add-on
1+
# Bonsai - OpenBIM Blender Add-on
22
# Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
33
#
4-
# This file is part of BlenderBIM Add-on.
4+
# This file is part of Bonsai.
55
#
6-
# BlenderBIM Add-on is free software: you can redistribute it and/or modify
6+
# Bonsai is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
11-
# BlenderBIM Add-on is distributed in the hope that it will be useful,
11+
# Bonsai is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
17+
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1818

1919
import ifcopenshell
2020
import ifcopenshell.guid

src/bonsai/scripts/extract.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# BlenderBIM Add-on - OpenBIM Blender Add-on
1+
# Bonsai - OpenBIM Blender Add-on
22
# Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
33
#
4-
# This file is part of BlenderBIM Add-on.
4+
# This file is part of Bonsai.
55
#
6-
# BlenderBIM Add-on is free software: you can redistribute it and/or modify
6+
# Bonsai is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
11-
# BlenderBIM Add-on is distributed in the hope that it will be useful,
11+
# Bonsai is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
17+
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1818

1919
import xml.sax, json, copy, pathlib
2020
from bs4 import BeautifulSoup

src/bonsai/scripts/gbxml.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# BlenderBIM Add-on - OpenBIM Blender Add-on
1+
# Bonsai - OpenBIM Blender Add-on
22
# Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
33
#
4-
# This file is part of BlenderBIM Add-on.
4+
# This file is part of Bonsai.
55
#
6-
# BlenderBIM Add-on is free software: you can redistribute it and/or modify
6+
# Bonsai is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
11-
# BlenderBIM Add-on is distributed in the hope that it will be useful,
11+
# Bonsai is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
17+
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1818

1919
import bpy
2020
import uuid

src/bonsai/scripts/generate_au_library.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# BlenderBIM Add-on - OpenBIM Blender Add-on
1+
# Bonsai - OpenBIM Blender Add-on
22
# Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
33
#
4-
# This file is part of BlenderBIM Add-on.
4+
# This file is part of Bonsai.
55
#
6-
# BlenderBIM Add-on is free software: you can redistribute it and/or modify
6+
# Bonsai is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010
#
11-
# BlenderBIM Add-on is distributed in the hope that it will be useful,
11+
# Bonsai is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
17+
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
1818

1919
# fmt: off
2020
# pylint: skip-file

0 commit comments

Comments
 (0)