Skip to content

Commit 3bb9635

Browse files
committed
added license headers
1 parent 9356ce5 commit 3bb9635

15 files changed

+45
-0
lines changed

scad/box/gui.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
// :GUI:
25
show_vitamins = true;
36
// :GUI:

scad/ebox_hook/hook.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <../box/board.scad>
25
include <../box/box.scad>
36

scad/ebox_hook/print_hook.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <hook.scad>
25

36
plantl33_hook();

scad/moisture_sensor_cap/box.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <moisture_sensor.scad>
25

36
sensor_num = "4";

scad/moisture_sensor_cap/box_bottom.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <box.scad>
25

36
top = false;

scad/moisture_sensor_cap/box_top.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <box.scad>
25

36
top = true;

scad/moisture_sensor_cap/moisture_sensor.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <MCAD/units.scad>
25
include <ProjectBox/headers.scad>
36

scad/moisture_sensor_cap/sensor_test.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <moisture_sensor.scad>
25

36
space = false;

scad/moisture_sensor_cap/test.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
//include <board.scad>
25
//include <box.scad>
36

scad/reservoir_insert/gui.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
// :GUI:
25
show_vitamins = true;
36
// :GUI:

scad/reservoir_insert/insert_print.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <gui.scad>
25
show_insert = true;
36
show_vitamins = false;

scad/reservoir_insert/insert_test.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <gui.scad>
25
include <reservoir_insert.scad>
36

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <reservoir_insert.scad>
25

36
translate([0, top_dims[1], top_dims[2]]) rotate(180, X) InsertTop();

scad/reservoir_insert/reservoir_insert.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <MCAD/units.scad>
25
include <ProjectBox/rounded_box.scad>
36

scad/spike/spike.scad

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Chris Lee and contibuters.
2+
// Licensed under the MIT license. See LICENSE file in the project root for details.
3+
14
include <MCAD/units.scad>
25

36
spike_length = 50;

0 commit comments

Comments
 (0)