Skip to content

Commit b2be017

Browse files
License updated with new year and some small example fixes for playcanvas
1 parent d3694fb commit b2be017

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Bit By Bit Developers
3+
Copyright (c) 2026 Bit by bit developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

examples/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Bit By Bit Developers
3+
Copyright (c) 2026 Bit by bit developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

examples/vite/playcanvas/hex-house-concept/src/helpers/create-shape.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,14 @@ export const createShape = async (
182182
options,
183183
});
184184

185-
options.faceColour = "#ff7300ff";
185+
options.faceColour = "#ff4800ff";
186186

187187
const groupRoof2 = await bitbybit.draw.drawAnyAsync({
188188
entity: compRoof2,
189189
options,
190190
});
191191

192-
options.faceColour = "#ffc400ff";
192+
options.faceColour = "#ff9100ff";
193193

194194
const groupRoof3 = await bitbybit.draw.drawAnyAsync({
195195
entity: compRoof3,

packages/dev/babylonjs/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Bit By Bit Developers
3+
Copyright (c) 2026 Bit by bit developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/dev/base/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Bit By Bit Developers
3+
Copyright (c) 2026 Bit by bit developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/dev/core/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Bit By Bit Developers
3+
Copyright (c) 2026 Bit by bit developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/dev/jscad-worker/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Bit By Bit Developers
3+
Copyright (c) 2026 Bit by bit developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/dev/jscad/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Bit By Bit Developers
3+
Copyright (c) 2026 Bit by bit developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/dev/manifold-worker/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Bit By Bit Developers
3+
Copyright (c) 2026 Bit by bit developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/dev/manifold/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Bit By Bit Developers
3+
Copyright (c) 2026 Bit by bit developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)