diff --git a/peaks/drums/bass_drum.cc b/peaks/drums/bass_drum.cc index d89e6e3..e6e77aa 100644 --- a/peaks/drums/bass_drum.cc +++ b/peaks/drums/bass_drum.cc @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/drums/bass_drum.h b/peaks/drums/bass_drum.h index d491048..18f8e10 100644 --- a/peaks/drums/bass_drum.h +++ b/peaks/drums/bass_drum.h @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/drums/high_hat.cc b/peaks/drums/high_hat.cc index e74a255..ca3bd06 100644 --- a/peaks/drums/high_hat.cc +++ b/peaks/drums/high_hat.cc @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/drums/high_hat.h b/peaks/drums/high_hat.h index 050b839..2133ebe 100644 --- a/peaks/drums/high_hat.h +++ b/peaks/drums/high_hat.h @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/drums/snare_drum.cc b/peaks/drums/snare_drum.cc index aa24fc1..43d2c3e 100644 --- a/peaks/drums/snare_drum.cc +++ b/peaks/drums/snare_drum.cc @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/drums/snare_drum.h b/peaks/drums/snare_drum.h index 91b3486..842b3d1 100644 --- a/peaks/drums/snare_drum.h +++ b/peaks/drums/snare_drum.h @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/modulations/mini_sequencer.h b/peaks/modulations/mini_sequencer.h index a72a0c1..21265eb 100644 --- a/peaks/modulations/mini_sequencer.h +++ b/peaks/modulations/mini_sequencer.h @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/modulations/multistage_envelope.cc b/peaks/modulations/multistage_envelope.cc index 94eb662..7f945b9 100644 --- a/peaks/modulations/multistage_envelope.cc +++ b/peaks/modulations/multistage_envelope.cc @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/modulations/multistage_envelope.h b/peaks/modulations/multistage_envelope.h index 89d86df..4d0dd93 100644 --- a/peaks/modulations/multistage_envelope.h +++ b/peaks/modulations/multistage_envelope.h @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/modulations/turing_machine.h b/peaks/modulations/turing_machine.h index fe1c68c..8b5f204 100644 --- a/peaks/modulations/turing_machine.h +++ b/peaks/modulations/turing_machine.h @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/number_station/bytebeats.cc b/peaks/number_station/bytebeats.cc index 3de0ff6..8bedd18 100644 --- a/peaks/number_station/bytebeats.cc +++ b/peaks/number_station/bytebeats.cc @@ -1,6 +1,6 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2015 Tim Churches. // -// Author: Olivier Gillet (ol.gillet@gmail.com) +// Author: Tim Churches (tim.churches@gmail.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/number_station/bytebeats.h b/peaks/number_station/bytebeats.h index 687d1f2..646ba77 100644 --- a/peaks/number_station/bytebeats.h +++ b/peaks/number_station/bytebeats.h @@ -1,6 +1,6 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2015 Tim Churches // -// Author: Olivier Gillet (ol.gillet@gmail.com) +// Author: Tim Churches (tim.churches@gmail.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/processors.cc b/peaks/processors.cc index 68e4823..1dd0ee7 100644 --- a/peaks/processors.cc +++ b/peaks/processors.cc @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/peaks/processors.h b/peaks/processors.h index 067bfff..e6fe005 100755 --- a/peaks/processors.h +++ b/peaks/processors.h @@ -1,6 +1,10 @@ -// Copyright 2013 Olivier Gillet. +// Copyright 2013 Olivier Gillet, 2015 Tim Churches // // Author: Olivier Gillet (ol.gillet@gmail.com) +// Modifications: Tim Churches (tim.churches@gmail.com) +// Modifications may be determined by examining the differences between the last commit +// by Olivier Gillet (pichenettes) and the HEAD commit at +// https://github.com/timchurches/Mutated-Mutables/tree/master/peaks // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal