Skip to content

Commit 1866fbd

Browse files
committed
Update copyright year to 2026 in all files
1 parent fc6c390 commit 1866fbd

13 files changed

+21
-53
lines changed

feascript-studio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FEAScript Website
66
Lightweight Finite Element Simulation in JavaScript
77
Version: 0.2.0 (RC) | https://feascript.com
8-
CC BY 4.0 License © 2023–2025 FEAScript
8+
CC BY 4.0 License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
1111

feascript-website.css

Lines changed: 9 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
FEAScript Website
44
Lightweight Finite Element Simulation in JavaScript
55
Version: 0.2.0 (RC) | https://feascript.com
6-
CC BY 4.0 License © 2023–2025 FEAScript
6+
CC BY 4.0 License © 2023–2026 FEAScript
77
════════════════════════════════════════════════════════════════
88
*/
99

10-
/*
11-
════════════════════════════════════════════════════════════
12-
RESET AND BASE STYLES
13-
════════════════════════════════════════════════════════════
14-
*/
10+
/* Reset and base styles */
1511
* {
1612
margin: 0;
1713
padding: 0;
@@ -32,11 +28,7 @@ body {
3228
line-height: 1.6;
3329
}
3430

35-
/*
36-
════════════════════════════════════════════════════════════
37-
TYPOGRAPHY
38-
════════════════════════════════════════════════════════════
39-
*/
31+
/* Typography */
4032
/* Headings */
4133
h1,
4234
h2,
@@ -76,11 +68,7 @@ a {
7668
text-decoration: none;
7769
}
7870

79-
/*
80-
════════════════════════════════════════════════════════════
81-
LAYOUT COMPONENTS
82-
════════════════════════════════════════════════════════════
83-
*/
71+
/* Layout components */
8472
/* Banner */
8573
#banner {
8674
float: right;
@@ -234,11 +222,7 @@ footer {
234222
}
235223
}
236224

237-
/*
238-
════════════════════════════════════════════════════════════
239-
CONTENT ELEMENTS
240-
════════════════════════════════════════════════════════════
241-
*/
225+
/* Content elements */
242226
/* Lists */
243227
ul {
244228
padding-left: 1.5em;
@@ -276,11 +260,7 @@ mjx-container {
276260
text-align: left !important;
277261
}
278262

279-
/*
280-
════════════════════════════════════════════════════════════
281-
SPECIAL COMPONENTS
282-
════════════════════════════════════════════════════════════
283-
*/
263+
/* Special components */
284264
/* Highlight containers */
285265
.highlight-container {
286266
background: #f7e7b7;
@@ -427,11 +407,7 @@ mjx-container {
427407
margin-bottom: 1em;
428408
}
429409

430-
/*
431-
════════════════════════════════════════════════════════════
432-
HELPER CLASSES AND UTILITIES
433-
════════════════════════════════════════════════════════════
434-
*/
410+
/* Helper classes and utilities */
435411
/* Notice bars */
436412
.notice-dev {
437413
border-left: 4px solid #f39c12;
@@ -519,11 +495,7 @@ mjx-container {
519495
left: -5000px;
520496
}
521497

522-
/*
523-
════════════════════════════════════════════════════════════
524-
MEDIA QUERIES
525-
════════════════════════════════════════════════════════════
526-
*/
498+
/* Media queries */
527499
/* Small screens: up to 500px */
528500
@media screen and (max-width: 500px) {
529501
body {
@@ -648,11 +620,7 @@ mjx-container {
648620
}
649621
}
650622

651-
/*
652-
════════════════════════════════════════════════════════════
653-
STUDIO-SPECIFIC STYLES
654-
════════════════════════════════════════════════════════════
655-
*/
623+
/* Studio-specific styles */
656624
.studio-layout {
657625
background-color: transparent;
658626
margin: 0.5em 0;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FEAScript Website
66
Lightweight Finite Element Simulation in JavaScript
77
Version: 0.2.0 (RC) | https://feascript.com
8-
CC BY 4.0 License © 2023–2025 FEAScript
8+
CC BY 4.0 License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
1111

tutorials/advection-diffusion-1d.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FEAScript Website
66
Lightweight Finite Element Simulation in JavaScript
77
Version: 0.2.0 (RC) | https://feascript.com
8-
CC BY 4.0 License © 2023–2025 FEAScript
8+
CC BY 4.0 License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
1111

tutorials/heat-conduction-1d-wall.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FEAScript Website
66
Lightweight Finite Element Simulation in JavaScript
77
Version: 0.2.0 (RC) | https://feascript.com
8-
CC BY 4.0 License © 2023–2025 FEAScript
8+
CC BY 4.0 License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
1111

tutorials/heat-conduction-2d-fin-gmsh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FEAScript Website
66
Lightweight Finite Element Simulation in JavaScript
77
Version: 0.2.0 (RC) | https://feascript.com
8-
CC BY 4.0 License © 2023–2025 FEAScript
8+
CC BY 4.0 License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
1111

tutorials/heat-conduction-2d-fin-performance-test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FEAScript Website
66
Lightweight Finite Element Simulation in JavaScript
77
Version: 0.2.0 (RC) | https://feascript.com
8-
CC BY 4.0 License © 2023–2025 FEAScript
8+
CC BY 4.0 License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
1111

tutorials/heat-conduction-2d-fin-webgpu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FEAScript Website
66
Lightweight Finite Element Simulation in JavaScript
77
Version: 0.2.0 (RC) | https://feascript.com
8-
CC BY 4.0 License © 2023–2025 FEAScript
8+
CC BY 4.0 License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
1111

tutorials/heat-conduction-2d-fin-worker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FEAScript Website
66
Lightweight Finite Element Simulation in JavaScript
77
Version: 0.2.0 (RC) | https://feascript.com
8-
CC BY 4.0 License © 2023–2025 FEAScript
8+
CC BY 4.0 License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
1111

tutorials/heat-conduction-2d-fin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FEAScript Website
66
Lightweight Finite Element Simulation in JavaScript
77
Version: 0.2.0 (RC) | https://feascript.com
8-
CC BY 4.0 License © 2023–2025 FEAScript
8+
CC BY 4.0 License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
1111

0 commit comments

Comments
 (0)