Skip to content

Commit

Permalink
added license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
chl33 committed Oct 24, 2024
1 parent 9356ce5 commit 3bb9635
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scad/box/gui.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

// :GUI:
show_vitamins = true;
// :GUI:
Expand Down
3 changes: 3 additions & 0 deletions scad/ebox_hook/hook.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <../box/board.scad>
include <../box/box.scad>

Expand Down
3 changes: 3 additions & 0 deletions scad/ebox_hook/print_hook.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <hook.scad>

plantl33_hook();
3 changes: 3 additions & 0 deletions scad/moisture_sensor_cap/box.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <moisture_sensor.scad>

sensor_num = "4";
Expand Down
3 changes: 3 additions & 0 deletions scad/moisture_sensor_cap/box_bottom.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <box.scad>

top = false;
Expand Down
3 changes: 3 additions & 0 deletions scad/moisture_sensor_cap/box_top.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <box.scad>

top = true;
Expand Down
3 changes: 3 additions & 0 deletions scad/moisture_sensor_cap/moisture_sensor.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <MCAD/units.scad>
include <ProjectBox/headers.scad>

Expand Down
3 changes: 3 additions & 0 deletions scad/moisture_sensor_cap/sensor_test.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <moisture_sensor.scad>

space = false;
Expand Down
3 changes: 3 additions & 0 deletions scad/moisture_sensor_cap/test.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

//include <board.scad>
//include <box.scad>

Expand Down
3 changes: 3 additions & 0 deletions scad/reservoir_insert/gui.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

// :GUI:
show_vitamins = true;
// :GUI:
Expand Down
3 changes: 3 additions & 0 deletions scad/reservoir_insert/insert_print.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <gui.scad>
show_insert = true;
show_vitamins = false;
Expand Down
3 changes: 3 additions & 0 deletions scad/reservoir_insert/insert_test.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <gui.scad>
include <reservoir_insert.scad>

Expand Down
3 changes: 3 additions & 0 deletions scad/reservoir_insert/insert_top_print.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <reservoir_insert.scad>

translate([0, top_dims[1], top_dims[2]]) rotate(180, X) InsertTop();
3 changes: 3 additions & 0 deletions scad/reservoir_insert/reservoir_insert.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <MCAD/units.scad>
include <ProjectBox/rounded_box.scad>

Expand Down
3 changes: 3 additions & 0 deletions scad/spike/spike.scad
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for details.

include <MCAD/units.scad>

spike_length = 50;
Expand Down

0 comments on commit 3bb9635

Please sign in to comment.