Skip to content

Commit

Permalink
Added headers in new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Apr 10, 2024
1 parent f6c80ac commit da1e2cf
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
3 changes: 3 additions & 0 deletions headache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ dirs=(
"src"
"test"
"systems/cello/e12"
"systems/cello/e19"
"systems/cello/e31"
"systems/cello/e53"
"systems/cello/e55"
"systems/cello/just"
"systems/cello/pythagorean"
"systems/edos"
# add more directories here
)

Expand Down
19 changes: 19 additions & 0 deletions systems/edos/edos.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
(**********************************************************************************)
(* Fingerboard - a microtonal geography of the cello fingerboard *)
(* Copyright (C) 2022-2024 Mathieu Barbin <mathieu.barbin@gmail.com> *)
(* *)
(* This file is part of Fingerboard. *)
(* *)
(* Fingerboard is free software: you can redistribute it and/or modify it under *)
(* the terms of the GNU Affero General Public License as published by the Free *)
(* Software Foundation, either version 3 of the License, or any later version. *)
(* *)
(* Fingerboard is distributed in the hope that it will be useful, but WITHOUT *)
(* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *)
(* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License *)
(* for more details. *)
(* *)
(* You should have received a copy of the GNU Affero General Public License *)
(* along with Fingerboard. If not, see <https://www.gnu.org/licenses/>. *)
(**********************************************************************************)

(* Exploration of edo systems.
An edo-n system is a tuning system that divides the octave into [n] equal
Expand Down
18 changes: 18 additions & 0 deletions systems/edos/edos.mli
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
(*_*********************************************************************************)
(*_ Fingerboard - a microtonal geography of the cello fingerboard *)
(*_ Copyright (C) 2022-2024 Mathieu Barbin <mathieu.barbin@gmail.com> *)
(*_ *)
(*_ This file is part of Fingerboard. *)
(*_ *)
(*_ Fingerboard is free software: you can redistribute it and/or modify it under *)
(*_ the terms of the GNU Affero General Public License as published by the Free *)
(*_ Software Foundation, either version 3 of the License, or any later version. *)
(*_ *)
(*_ Fingerboard is distributed in the hope that it will be useful, but WITHOUT *)
(*_ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *)
(*_ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License *)
(*_ for more details. *)
(*_ *)
(*_ You should have received a copy of the GNU Affero General Public License *)
(*_ along with Fingerboard. If not, see <https://www.gnu.org/licenses/>. *)
(*_*********************************************************************************)

0 comments on commit da1e2cf

Please sign in to comment.