Skip to content

Commit

Permalink
Update license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
HackerFoo committed Mar 4, 2021
1 parent 4654ce1 commit 3d86f3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions midi_tasks.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2020-2020 Dustin DeWeese
/* Copyright 2020-2021 Dustin DeWeese
This file is part of MidiPush.
MidiPush is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -1145,7 +1145,7 @@ void infer_scale_indicate(enum infer_scale_mode state) {
send_msg(0xb0, 58, t[state]);
}
}


DTASK_ENABLE(infer_scale_mode) {
infer_scale_indicate(*DREF(infer_scale_mode) = INFER_SCALE_ON);
Expand Down
2 changes: 1 addition & 1 deletion midipush.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2020-2020 Dustin DeWeese
/* Copyright 2020-2021 Dustin DeWeese
This file is part of MidiPush.
MidiPush is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion types.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2020-2020 Dustin DeWeese
/* Copyright 2020-2021 Dustin DeWeese
This file is part of MidiPush.
MidiPush is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 3d86f3f

Please sign in to comment.