diff --git a/HEADER.txt b/HEADER.txt index 5569f8ab..a6b75162 100644 --- a/HEADER.txt +++ b/HEADER.txt @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/README.md b/README.md index 497e8eec..8707fb93 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ LiCK Library for ChucK. ``` LiCK Library for ChucK. -Copyright (c) 2007-2015 held jointly by the individual authors. +Copyright (c) 2007-2016 held jointly by the individual authors. LiCK is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/examples/adsrTremoloExample.ck b/examples/adsrTremoloExample.ck index 0ae20b33..45bd4fe4 100644 --- a/examples/adsrTremoloExample.ck +++ b/examples/adsrTremoloExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -42,4 +42,4 @@ for (0 => int i; i < 5; i++) 10::second => now; adsrTremolo.rate() / 2.0 => adsrTremolo.rate; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/adsrTremoloPedal.ck b/examples/adsrTremoloPedal.ck index bdc86564..7b051938 100644 --- a/examples/adsrTremoloPedal.ck +++ b/examples/adsrTremoloPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -91,4 +91,4 @@ scaleUp @=> stomp.button3Down; scaleDown @=> stomp.button4Down; <<<"ready">>>; -stomp.open(0); \ No newline at end of file +stomp.open(0); diff --git a/examples/akaiMpc60Demo.ck b/examples/akaiMpc60Demo.ck index b888e157..68c660b7 100644 --- a/examples/akaiMpc60Demo.ck +++ b/examples/akaiMpc60Demo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/alesisQX25Example.ck b/examples/alesisQX25Example.ck index 363219b5..6e621b53 100644 --- a/examples/alesisQX25Example.ck +++ b/examples/alesisQX25Example.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/analogDelayExample.ck b/examples/analogDelayExample.ck index e98f8344..b1437b13 100644 --- a/examples/analogDelayExample.ck +++ b/examples/analogDelayExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/analogDelayPedal.ck b/examples/analogDelayPedal.ck index 6b9e4ebc..079606a3 100644 --- a/examples/analogDelayPedal.ck +++ b/examples/analogDelayPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/animoogExample.ck b/examples/animoogExample.ck index 7c7cde4f..5636f470 100644 --- a/examples/animoogExample.ck +++ b/examples/animoogExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/animoogMidiExample.ck b/examples/animoogMidiExample.ck index 0e12293e..6c092270 100644 --- a/examples/animoogMidiExample.ck +++ b/examples/animoogMidiExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/arpExample.ck b/examples/arpExample.ck index cee36ff1..07b29602 100644 --- a/examples/arpExample.ck +++ b/examples/arpExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/bassDelayExample.ck b/examples/bassDelayExample.ck index b2fb51ee..9379c4f6 100644 --- a/examples/bassDelayExample.ck +++ b/examples/bassDelayExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/bigMonoDemo.ck b/examples/bigMonoDemo.ck index eb864ada..8493f2d9 100644 --- a/examples/bigMonoDemo.ck +++ b/examples/bigMonoDemo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/bigMonoExample.ck b/examples/bigMonoExample.ck index 9275822c..74b50522 100644 --- a/examples/bigMonoExample.ck +++ b/examples/bigMonoExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/blueBox.ck b/examples/blueBox.ck index 540c7b81..21017788 100644 --- a/examples/blueBox.ck +++ b/examples/blueBox.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/blueBox2.ck b/examples/blueBox2.ck index c685af47..ef710040 100644 --- a/examples/blueBox2.ck +++ b/examples/blueBox2.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/blueBox3.ck b/examples/blueBox3.ck index c82e470e..df833158 100644 --- a/examples/blueBox3.ck +++ b/examples/blueBox3.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/blueBox4.ck b/examples/blueBox4.ck index 6e682b2d..cbfd8cb6 100644 --- a/examples/blueBox4.ck +++ b/examples/blueBox4.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/blueBox5.ck b/examples/blueBox5.ck index 1b41d5ad..50545c19 100644 --- a/examples/blueBox5.ck +++ b/examples/blueBox5.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/brfExample.ck b/examples/brfExample.ck index 472d20ac..0201b38c 100644 --- a/examples/brfExample.ck +++ b/examples/brfExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/bucketBrigadeExample.ck b/examples/bucketBrigadeExample.ck index 24710d3c..0f6cfad9 100644 --- a/examples/bucketBrigadeExample.ck +++ b/examples/bucketBrigadeExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/cascadePedal.ck b/examples/cascadePedal.ck index f6645249..5118969d 100644 --- a/examples/cascadePedal.ck +++ b/examples/cascadePedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/ceeExample.ck b/examples/ceeExample.ck index 9e2e6087..903b07e3 100644 --- a/examples/ceeExample.ck +++ b/examples/ceeExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -42,4 +42,4 @@ for (0 => int i; i < 10; i++) 300::ms => now; } cee.depth() * 1.2 => cee.depth; -} \ No newline at end of file +} diff --git a/examples/chewExample.ck b/examples/chewExample.ck index 934f5353..cc047d7d 100644 --- a/examples/chewExample.ck +++ b/examples/chewExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -51,4 +51,4 @@ for (0 => int i; i < 4; i++) cutoff * 2 => cutoff; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/chewPedal.ck b/examples/chewPedal.ck index 1e082702..e7ae0196 100644 --- a/examples/chewPedal.ck +++ b/examples/chewPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -94,4 +94,4 @@ increaseRate @=> stomp.button3Down; decreaseRate @=> stomp.button4Down; <<<"ready">>>; -stomp.open(0); \ No newline at end of file +stomp.open(0); diff --git a/examples/chordHarmonizerExample.ck b/examples/chordHarmonizerExample.ck index bc3a110d..3e58be74 100644 --- a/examples/chordHarmonizerExample.ck +++ b/examples/chordHarmonizerExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/chordsExample.ck b/examples/chordsExample.ck index 04eeabc0..97e8c654 100644 --- a/examples/chordsExample.ck +++ b/examples/chordsExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/circleRampExample.ck b/examples/circleRampExample.ck index 8c63e29a..d478f6c5 100644 --- a/examples/circleRampExample.ck +++ b/examples/circleRampExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/circleRampMidiAlesisQX25.ck b/examples/circleRampMidiAlesisQX25.ck index cabe0194..ac7f8a32 100644 --- a/examples/circleRampMidiAlesisQX25.ck +++ b/examples/circleRampMidiAlesisQX25.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/circularInterpolationTest.ck b/examples/circularInterpolationTest.ck index dc0e5dc5..809419cc 100644 --- a/examples/circularInterpolationTest.ck +++ b/examples/circularInterpolationTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -27,4 +27,4 @@ Interpolations.circularInOut() @=> Interpolation inOut; for (0.0 => float f; f < 1.01; f + 0.01 => f) { <<>>; -} \ No newline at end of file +} diff --git a/examples/clean.ck b/examples/clean.ck index 1b160e15..75025b72 100644 --- a/examples/clean.ck +++ b/examples/clean.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/controlOscButtonTest.ck b/examples/controlOscButtonTest.ck index 88555ebc..29aa20f6 100644 --- a/examples/controlOscButtonTest.ck +++ b/examples/controlOscButtonTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/controlOscCoreMotion.ck b/examples/controlOscCoreMotion.ck index 91ffc257..e5c520dd 100644 --- a/examples/controlOscCoreMotion.ck +++ b/examples/controlOscCoreMotion.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/cooperExample.ck b/examples/cooperExample.ck index 4d7e9afb..91fab6fc 100644 --- a/examples/cooperExample.ck +++ b/examples/cooperExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -34,4 +34,4 @@ for (1 => int i; i < 11; i++) 10::second => now; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/crossOver2Example.ck b/examples/crossOver2Example.ck index e6263038..a467012f 100644 --- a/examples/crossOver2Example.ck +++ b/examples/crossOver2Example.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/crossOver3Example.ck b/examples/crossOver3Example.ck index dceffffe..fe15dc35 100644 --- a/examples/crossOver3Example.ck +++ b/examples/crossOver3Example.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/crushPedal.ck b/examples/crushPedal.ck index 331236be..28da9757 100644 --- a/examples/crushPedal.ck +++ b/examples/crushPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/cryBabyExample.ck b/examples/cryBabyExample.ck index b0598bd0..541bf30a 100644 --- a/examples/cryBabyExample.ck +++ b/examples/cryBabyExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/currantPedal.ck b/examples/currantPedal.ck index eb630230..c4d38f03 100644 --- a/examples/currantPedal.ck +++ b/examples/currantPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/diamondPedal.ck b/examples/diamondPedal.ck index 26a0949c..ee4455eb 100644 --- a/examples/diamondPedal.ck +++ b/examples/diamondPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/digitalDelayExample.ck b/examples/digitalDelayExample.ck index 0ba61b4b..a2794eb1 100644 --- a/examples/digitalDelayExample.ck +++ b/examples/digitalDelayExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/digitalDelayPedal.ck b/examples/digitalDelayPedal.ck index 11d510e6..461e364c 100644 --- a/examples/digitalDelayPedal.ck +++ b/examples/digitalDelayPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/disasterExample.ck b/examples/disasterExample.ck index b4018e81..3e2f9b12 100644 --- a/examples/disasterExample.ck +++ b/examples/disasterExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/disasterPedal.ck b/examples/disasterPedal.ck index 8b81b9e6..18fd0d7e 100644 --- a/examples/disasterPedal.ck +++ b/examples/disasterPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/distExample.ck b/examples/distExample.ck index 6a21de79..17c0fd49 100644 --- a/examples/distExample.ck +++ b/examples/distExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/distPedal.ck b/examples/distPedal.ck index 4be2141d..704d24f1 100644 --- a/examples/distPedal.ck +++ b/examples/distPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/drop.ck b/examples/drop.ck index 2b034c51..add016b5 100644 --- a/examples/drop.ck +++ b/examples/drop.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/dropPedal.ck b/examples/dropPedal.ck index ae861d83..6afa1c17 100644 --- a/examples/dropPedal.ck +++ b/examples/dropPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/dualPingpongPedal.ck b/examples/dualPingpongPedal.ck index 021a3130..8e4f36c2 100644 --- a/examples/dualPingpongPedal.ck +++ b/examples/dualPingpongPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/dualRectExample.ck b/examples/dualRectExample.ck index db42d609..a9d72ae9 100644 --- a/examples/dualRectExample.ck +++ b/examples/dualRectExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/echoPadMidiExample.ck b/examples/echoPadMidiExample.ck index 86c94ccd..3a292883 100644 --- a/examples/echoPadMidiExample.ck +++ b/examples/echoPadMidiExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/emuDrumulatorDemo.ck b/examples/emuDrumulatorDemo.ck index 5f8a07d0..809aad37 100644 --- a/examples/emuDrumulatorDemo.ck +++ b/examples/emuDrumulatorDemo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/envFollowerExample.ck b/examples/envFollowerExample.ck index 6ef9cf8c..8499a95d 100644 --- a/examples/envFollowerExample.ck +++ b/examples/envFollowerExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -26,4 +26,4 @@ while (true) { 100::ms => now; <<>>; -} \ No newline at end of file +} diff --git a/examples/envTriggerExample.ck b/examples/envTriggerExample.ck index bdcc6cf6..72946e71 100644 --- a/examples/envTriggerExample.ck +++ b/examples/envTriggerExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -26,4 +26,4 @@ adc => trigger.env => blackhole; <<<"ready">>>; 1::minute => now; -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/envelopeTremoloExample.ck b/examples/envelopeTremoloExample.ck index 8fdc2b13..3f736cce 100644 --- a/examples/envelopeTremoloExample.ck +++ b/examples/envelopeTremoloExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -39,4 +39,4 @@ for (0 => int i; i < 5; i++) 10::second => now; envelopeTremolo.rate() / 2.0 => envelopeTremolo.rate; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/envelopeTremoloPedal.ck b/examples/envelopeTremoloPedal.ck index 5294b9f2..cd535204 100644 --- a/examples/envelopeTremoloPedal.ck +++ b/examples/envelopeTremoloPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -87,4 +87,4 @@ scaleUp @=> stomp.button3Down; scaleDown @=> stomp.button4Down; <<<"ready">>>; -stomp.open(0); \ No newline at end of file +stomp.open(0); diff --git a/examples/euclidMidiExample.ck b/examples/euclidMidiExample.ck index 7e487ac8..ae7cff20 100644 --- a/examples/euclidMidiExample.ck +++ b/examples/euclidMidiExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/euclidMidiTr808.ck b/examples/euclidMidiTr808.ck index d108e801..2ecd7c21 100644 --- a/examples/euclidMidiTr808.ck +++ b/examples/euclidMidiTr808.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/euclidOscBigMono.ck b/examples/euclidOscBigMono.ck index 994ac453..a1564d62 100644 --- a/examples/euclidOscBigMono.ck +++ b/examples/euclidOscBigMono.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/euclidOscExample.ck b/examples/euclidOscExample.ck index 81f9b05c..af0f19b9 100644 --- a/examples/euclidOscExample.ck +++ b/examples/euclidOscExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/euclidOscTr808.ck b/examples/euclidOscTr808.ck index 264ab37e..8bf4756e 100644 --- a/examples/euclidOscTr808.ck +++ b/examples/euclidOscTr808.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/expoPedal.ck b/examples/expoPedal.ck index 7d20c547..a8591c50 100644 --- a/examples/expoPedal.ck +++ b/examples/expoPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/feedbackMachineExample.ck b/examples/feedbackMachineExample.ck index 84219911..80d6ca9a 100644 --- a/examples/feedbackMachineExample.ck +++ b/examples/feedbackMachineExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/feedbackMachinesExample.ck b/examples/feedbackMachinesExample.ck index 2fb84ba0..789b79ed 100644 --- a/examples/feedbackMachinesExample.ck +++ b/examples/feedbackMachinesExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/filtatronMidiExample.ck b/examples/filtatronMidiExample.ck index 9097e12e..ab479442 100644 --- a/examples/filtatronMidiExample.ck +++ b/examples/filtatronMidiExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/flangeExample.ck b/examples/flangeExample.ck index 5b3aefb6..c6e17af1 100644 --- a/examples/flangeExample.ck +++ b/examples/flangeExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/flutterExample.ck b/examples/flutterExample.ck index b70d98dc..bd1ef3d1 100644 --- a/examples/flutterExample.ck +++ b/examples/flutterExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/folder2Example.ck b/examples/folder2Example.ck index 390809f2..fb426d60 100644 --- a/examples/folder2Example.ck +++ b/examples/folder2Example.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/folderExample.ck b/examples/folderExample.ck index 8cb032e4..8aaddfa0 100644 --- a/examples/folderExample.ck +++ b/examples/folderExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/fourMonoPedal.ck b/examples/fourMonoPedal.ck index 967fff18..5aa44b2d 100644 --- a/examples/fourMonoPedal.ck +++ b/examples/fourMonoPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/freezePedal.ck b/examples/freezePedal.ck index 6ff7bd57..c8dfc0eb 100644 --- a/examples/freezePedal.ck +++ b/examples/freezePedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/fullCapsExample.ck b/examples/fullCapsExample.ck index 5e208a41..f4d4bbce 100644 --- a/examples/fullCapsExample.ck +++ b/examples/fullCapsExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/gamepadTr808.ck b/examples/gamepadTr808.ck index 797d67a5..8d27965b 100644 --- a/examples/gamepadTr808.ck +++ b/examples/gamepadTr808.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/garageBandMidiExample.ck b/examples/garageBandMidiExample.ck index 4cf55597..347d3e30 100644 --- a/examples/garageBandMidiExample.ck +++ b/examples/garageBandMidiExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/gen17Pedal.ck b/examples/gen17Pedal.ck index b469ab5c..73bef9de 100644 --- a/examples/gen17Pedal.ck +++ b/examples/gen17Pedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/gverbPedal.ck b/examples/gverbPedal.ck index ddb75103..b0329a4e 100644 --- a/examples/gverbPedal.ck +++ b/examples/gverbPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/hyperTest.ck b/examples/hyperTest.ck index 3859f0b9..6d610fc5 100644 --- a/examples/hyperTest.ck +++ b/examples/hyperTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -27,4 +27,4 @@ for (0 => int i; i < 500; i++) <<>>; 10::ms => now; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/ianniXOscExample.ck b/examples/ianniXOscExample.ck index b6247ae0..e041b6ca 100644 --- a/examples/ianniXOscExample.ck +++ b/examples/ianniXOscExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/intervalControlOsc.ck b/examples/intervalControlOsc.ck index 1ae4ec05..336f023a 100644 --- a/examples/intervalControlOsc.ck +++ b/examples/intervalControlOsc.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/intervalHarmonizerExample.ck b/examples/intervalHarmonizerExample.ck index 9249f5d3..68b58193 100644 --- a/examples/intervalHarmonizerExample.ck +++ b/examples/intervalHarmonizerExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/intervalKeyboard.ck b/examples/intervalKeyboard.ck index 0aa59387..19afc2d6 100644 --- a/examples/intervalKeyboard.ck +++ b/examples/intervalKeyboard.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/joystickDemo.ck b/examples/joystickDemo.ck index 9454a2d9..5cf53677 100644 --- a/examples/joystickDemo.ck +++ b/examples/joystickDemo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/keyboardTr808.ck b/examples/keyboardTr808.ck index d017f7af..3768844b 100644 --- a/examples/keyboardTr808.ck +++ b/examples/keyboardTr808.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/korgMs20Demo.ck b/examples/korgMs20Demo.ck index ef6a2085..ab9b9c2b 100644 --- a/examples/korgMs20Demo.ck +++ b/examples/korgMs20Demo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/lambdaPedal.ck b/examples/lambdaPedal.ck index 5f6a447d..6b17269d 100644 --- a/examples/lambdaPedal.ck +++ b/examples/lambdaPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/leapMotionOscRecv.ck b/examples/leapMotionOscRecv.ck index 4ee04918..2bd53206 100644 --- a/examples/leapMotionOscRecv.ck +++ b/examples/leapMotionOscRecv.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/leapMotionOscSend.ck b/examples/leapMotionOscSend.ck index d98338ac..cab7577a 100644 --- a/examples/leapMotionOscSend.ck +++ b/examples/leapMotionOscSend.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/lfoTest.ck b/examples/lfoTest.ck index cb47b79d..addbd1ff 100644 --- a/examples/lfoTest.ck +++ b/examples/lfoTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -27,4 +27,4 @@ for (0 => int i; i < 500; i++) <<>>; 10::ms => now; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/loopReverbPedal.ck b/examples/loopReverbPedal.ck index cef80aa3..49c5aafa 100644 --- a/examples/loopReverbPedal.ck +++ b/examples/loopReverbPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/mdroneExample.ck b/examples/mdroneExample.ck index cb229a01..e5242932 100644 --- a/examples/mdroneExample.ck +++ b/examples/mdroneExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -53,4 +53,4 @@ for (0 => int i; i < 60; i++) <<>>; 2::second => now; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/meeBlipExample.ck b/examples/meeBlipExample.ck index a1041c89..3c806e7c 100644 --- a/examples/meeBlipExample.ck +++ b/examples/meeBlipExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/meeBlipMidiAlesisQX25.ck b/examples/meeBlipMidiAlesisQX25.ck index 48af19a2..40a90cf6 100644 --- a/examples/meeBlipMidiAlesisQX25.ck +++ b/examples/meeBlipMidiAlesisQX25.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/meeBlipMidiExample.ck b/examples/meeBlipMidiExample.ck index ac8cfd0e..efc61dd7 100644 --- a/examples/meeBlipMidiExample.ck +++ b/examples/meeBlipMidiExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/mesmerizerExample.ck b/examples/mesmerizerExample.ck index a1363285..5f25685a 100644 --- a/examples/mesmerizerExample.ck +++ b/examples/mesmerizerExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/mesmerizerPedal.ck b/examples/mesmerizerPedal.ck index 1abaa5f0..ea9ef361 100644 --- a/examples/mesmerizerPedal.ck +++ b/examples/mesmerizerPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/midiSendExample.ck b/examples/midiSendExample.ck index 08e8bcf4..688aba5e 100644 --- a/examples/midiSendExample.ck +++ b/examples/midiSendExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/moduleExample.ck b/examples/moduleExample.ck index c4afe537..2aeaa393 100644 --- a/examples/moduleExample.ck +++ b/examples/moduleExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/monoDelayExample.ck b/examples/monoDelayExample.ck index f26d174e..5efe2a24 100644 --- a/examples/monoDelayExample.ck +++ b/examples/monoDelayExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/monoDelayPedal.ck b/examples/monoDelayPedal.ck index 7fa29f01..90f63252 100644 --- a/examples/monoDelayPedal.ck +++ b/examples/monoDelayPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/monomeSequencer.ck b/examples/monomeSequencer.ck index 5ee26d66..20a968f6 100644 --- a/examples/monomeSequencer.ck +++ b/examples/monomeSequencer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/monomeSketch.ck b/examples/monomeSketch.ck index cef072d1..0120b3e2 100644 --- a/examples/monomeSketch.ck +++ b/examples/monomeSketch.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/monomeTr909.ck b/examples/monomeTr909.ck index a6be2baf..f011869a 100644 --- a/examples/monomeTr909.ck +++ b/examples/monomeTr909.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/motelSixExample.ck b/examples/motelSixExample.ck index 0e8a57b3..0659a75a 100644 --- a/examples/motelSixExample.ck +++ b/examples/motelSixExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -39,4 +39,4 @@ for (0 => int i; i < 10; i++) } six.trigger(); } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/motelSixPedal.ck b/examples/motelSixPedal.ck index 039461bd..aa5f138a 100644 --- a/examples/motelSixPedal.ck +++ b/examples/motelSixPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/multivoiceChordsExample.ck b/examples/multivoiceChordsExample.ck index 25e1647c..6e44d80c 100644 --- a/examples/multivoiceChordsExample.ck +++ b/examples/multivoiceChordsExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/nanoPadExample.ck b/examples/nanoPadExample.ck index 343af3dc..6449f5f8 100644 --- a/examples/nanoPadExample.ck +++ b/examples/nanoPadExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/nanoPadTr606.ck b/examples/nanoPadTr606.ck index 33e5afb6..3b6b056f 100644 --- a/examples/nanoPadTr606.ck +++ b/examples/nanoPadTr606.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/nanoPadTr66.ck b/examples/nanoPadTr66.ck index e1b5aad8..f2d83cb7 100644 --- a/examples/nanoPadTr66.ck +++ b/examples/nanoPadTr66.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/nanoPadXYExample.ck b/examples/nanoPadXYExample.ck index d7df9544..367cef1a 100644 --- a/examples/nanoPadXYExample.ck +++ b/examples/nanoPadXYExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/oberheimDmxDemo.ck b/examples/oberheimDmxDemo.ck index 74cfe546..16c257f4 100644 --- a/examples/oberheimDmxDemo.ck +++ b/examples/oberheimDmxDemo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/octavia.ck b/examples/octavia.ck index 3f245162..2ad880e7 100644 --- a/examples/octavia.ck +++ b/examples/octavia.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/oilCanExample.ck b/examples/oilCanExample.ck index 6bfeb99f..a2981093 100644 --- a/examples/oilCanExample.ck +++ b/examples/oilCanExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/oneTwoIntoThreeFourPedal.ck b/examples/oneTwoIntoThreeFourPedal.ck index 81e7117e..033cd122 100644 --- a/examples/oneTwoIntoThreeFourPedal.ck +++ b/examples/oneTwoIntoThreeFourPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/overcomePedal.ck b/examples/overcomePedal.ck index 42583a26..5b902204 100644 --- a/examples/overcomePedal.ck +++ b/examples/overcomePedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/ozoneExample.ck b/examples/ozoneExample.ck index 7ac0bb8b..97548195 100644 --- a/examples/ozoneExample.ck +++ b/examples/ozoneExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/pinkExample.ck b/examples/pinkExample.ck index 32510f31..5d7e3665 100644 --- a/examples/pinkExample.ck +++ b/examples/pinkExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/pitchFollowerExample.ck b/examples/pitchFollowerExample.ck index 936e5e27..2486d9ce 100644 --- a/examples/pitchFollowerExample.ck +++ b/examples/pitchFollowerExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/pitchTrackExample.ck b/examples/pitchTrackExample.ck index 57f9ed02..3c8c1599 100644 --- a/examples/pitchTrackExample.ck +++ b/examples/pitchTrackExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/podHd500MidiRecv.ck b/examples/podHd500MidiRecv.ck index 2bc5d26c..a00b735a 100644 --- a/examples/podHd500MidiRecv.ck +++ b/examples/podHd500MidiRecv.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/podHd500MidiSend.ck b/examples/podHd500MidiSend.ck index f19fe17f..f24c3112 100644 --- a/examples/podHd500MidiSend.ck +++ b/examples/podHd500MidiSend.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/polyExample.ck b/examples/polyExample.ck index 2d57cba6..8c9f9aaa 100644 --- a/examples/polyExample.ck +++ b/examples/polyExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -41,4 +41,4 @@ while (true) 100::ms => now; } f * 2 => f; -} \ No newline at end of file +} diff --git a/examples/princeton.ck b/examples/princeton.ck index 90aebd4d..fea538b4 100644 --- a/examples/princeton.ck +++ b/examples/princeton.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/quadPingpongPedal.ck b/examples/quadPingpongPedal.ck index 12257fed..cfb7b8dd 100644 --- a/examples/quadPingpongPedal.ck +++ b/examples/quadPingpongPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/quadTest.ck b/examples/quadTest.ck index 71aa5331..9351803e 100644 --- a/examples/quadTest.ck +++ b/examples/quadTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -31,4 +31,4 @@ for (0 => int i; i < 500; i++) <<>>; 10::ms => now; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/raise.ck b/examples/raise.ck index 51421e10..d0f4d6c9 100644 --- a/examples/raise.ck +++ b/examples/raise.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/raisePedal.ck b/examples/raisePedal.ck index e9f43dd8..ff0e1182 100644 --- a/examples/raisePedal.ck +++ b/examples/raisePedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/redshiftExample.ck b/examples/redshiftExample.ck index a5044053..79642334 100644 --- a/examples/redshiftExample.ck +++ b/examples/redshiftExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -45,4 +45,4 @@ for (0 => int i; i < 10; i++) t.h => now; } } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/revengePedal.ck b/examples/revengePedal.ck index 654c8993..ae8aadd8 100644 --- a/examples/revengePedal.ck +++ b/examples/revengePedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/reverseExample.ck b/examples/reverseExample.ck index 1d489304..7fbdf3ad 100644 --- a/examples/reverseExample.ck +++ b/examples/reverseExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -29,4 +29,4 @@ for (1 => int i; i < 13; i++) <<<"stride", reverse._reverse.stride()>>>; 10::second => now; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/ringExample.ck b/examples/ringExample.ck index 12a8f4e6..63699589 100644 --- a/examples/ringExample.ck +++ b/examples/ringExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/rolandCr78Demo.ck b/examples/rolandCr78Demo.ck index dfc374f8..36911dd1 100644 --- a/examples/rolandCr78Demo.ck +++ b/examples/rolandCr78Demo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/rolandTr606Demo.ck b/examples/rolandTr606Demo.ck index 1f28d42c..67c90213 100644 --- a/examples/rolandTr606Demo.ck +++ b/examples/rolandTr606Demo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/rolandTr66Demo.ck b/examples/rolandTr66Demo.ck index 22d6ec70..7a6225a5 100644 --- a/examples/rolandTr66Demo.ck +++ b/examples/rolandTr66Demo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/rolandTr808Demo.ck b/examples/rolandTr808Demo.ck index 713c369a..cbf88a7a 100644 --- a/examples/rolandTr808Demo.ck +++ b/examples/rolandTr808Demo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/rolandTr909Demo.ck b/examples/rolandTr909Demo.ck index baa3c898..f85e3c91 100644 --- a/examples/rolandTr909Demo.ck +++ b/examples/rolandTr909Demo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/sampleHoldExample.ck b/examples/sampleHoldExample.ck index da6cc91c..6a1708d3 100644 --- a/examples/sampleHoldExample.ck +++ b/examples/sampleHoldExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/sawRampExample.ck b/examples/sawRampExample.ck index 91bfa9d5..d6c9f729 100644 --- a/examples/sawRampExample.ck +++ b/examples/sawRampExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/scaleHarmonizerExample.ck b/examples/scaleHarmonizerExample.ck index 136faa54..e87d6cfd 100644 --- a/examples/scaleHarmonizerExample.ck +++ b/examples/scaleHarmonizerExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/scaleSmearPedal.ck b/examples/scaleSmearPedal.ck index 27fe3e57..ad9ec694 100644 --- a/examples/scaleSmearPedal.ck +++ b/examples/scaleSmearPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/scalesExample.ck b/examples/scalesExample.ck index 2e85caaa..259cf2d4 100644 --- a/examples/scalesExample.ck +++ b/examples/scalesExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/scapeExample.ck b/examples/scapeExample.ck index d78a0d2a..09d5b6a1 100644 --- a/examples/scapeExample.ck +++ b/examples/scapeExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/septSubGenExample.ck b/examples/septSubGenExample.ck index 115ead89..39991399 100644 --- a/examples/septSubGenExample.ck +++ b/examples/septSubGenExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/septSubGenTwoPotsMidi.ck b/examples/septSubGenTwoPotsMidi.ck index 1f6e7ef8..6a167000 100644 --- a/examples/septSubGenTwoPotsMidi.ck +++ b/examples/septSubGenTwoPotsMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/sigmuTrem.ck b/examples/sigmuTrem.ck index 41826292..71030c75 100644 --- a/examples/sigmuTrem.ck +++ b/examples/sigmuTrem.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. LiCK is free software: you can redistribute it and/or modify diff --git a/examples/sinkPedal.ck b/examples/sinkPedal.ck index 63943d9f..83f99aee 100644 --- a/examples/sinkPedal.ck +++ b/examples/sinkPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/smearPedal.ck b/examples/smearPedal.ck index e10cc1c9..9ff8df04 100644 --- a/examples/smearPedal.ck +++ b/examples/smearPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/smearScalePedal.ck b/examples/smearScalePedal.ck index 49d9c683..cec728dc 100644 --- a/examples/smearScalePedal.ck +++ b/examples/smearScalePedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/smoothSampleHoldExample.ck b/examples/smoothSampleHoldExample.ck index e7883df9..ce829627 100644 --- a/examples/smoothSampleHoldExample.ck +++ b/examples/smoothSampleHoldExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/smotherExample.ck b/examples/smotherExample.ck index b71e0d99..2af8660a 100644 --- a/examples/smotherExample.ck +++ b/examples/smotherExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -38,4 +38,4 @@ for (0 => int i; i < 20; i++) } 2::minute => now; -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/solsticeExample.ck b/examples/solsticeExample.ck index bedadd08..12a15316 100644 --- a/examples/solsticeExample.ck +++ b/examples/solsticeExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -28,4 +28,4 @@ adc => Solstice solstice => dac; <<<"ready">>>; 1::minute => now; -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/solsticePedal.ck b/examples/solsticePedal.ck index 81e8c240..8879552a 100644 --- a/examples/solsticePedal.ck +++ b/examples/solsticePedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -62,4 +62,4 @@ toggle @=> stomp.button0Down; increaseFeedback @=> stomp.button1Down; decreaseFeedback @=> stomp.button2Down; -stomp.open(0); \ No newline at end of file +stomp.open(0); diff --git a/examples/spektPedal.ck b/examples/spektPedal.ck index 1b43736b..8e7e4aef 100644 --- a/examples/spektPedal.ck +++ b/examples/spektPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/stereoDelayExample.ck b/examples/stereoDelayExample.ck index 5a05886b..8d9cbdab 100644 --- a/examples/stereoDelayExample.ck +++ b/examples/stereoDelayExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/stereoFeedbackMachineExample.ck b/examples/stereoFeedbackMachineExample.ck index b3395cbe..b0d29a52 100644 --- a/examples/stereoFeedbackMachineExample.ck +++ b/examples/stereoFeedbackMachineExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/svfTest.ck b/examples/svfTest.ck index f67923cb..eb7ac152 100644 --- a/examples/svfTest.ck +++ b/examples/svfTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -27,4 +27,4 @@ for (0 => int i; i < 200; i++) { (i-100)/100.0 => svf.shape; } -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/examples/swirlExample.ck b/examples/swirlExample.ck index 743c5032..b8242d8e 100644 --- a/examples/swirlExample.ck +++ b/examples/swirlExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/swirlPedal.ck b/examples/swirlPedal.ck index c1e04fe8..408ac695 100644 --- a/examples/swirlPedal.ck +++ b/examples/swirlPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/syTuningsExample.ck b/examples/syTuningsExample.ck index ef8e7cf7..e3d9fceb 100644 --- a/examples/syTuningsExample.ck +++ b/examples/syTuningsExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/thickenPedal.ck b/examples/thickenPedal.ck index fb1192d1..8a50e415 100644 --- a/examples/thickenPedal.ck +++ b/examples/thickenPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/timeModulatorExample.ck b/examples/timeModulatorExample.ck index 82c9728f..72f2e21e 100644 --- a/examples/timeModulatorExample.ck +++ b/examples/timeModulatorExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/timeModulatorPedal.ck b/examples/timeModulatorPedal.ck index 8dc176cf..473f2055 100644 --- a/examples/timeModulatorPedal.ck +++ b/examples/timeModulatorPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/timeSignatureExample.ck b/examples/timeSignatureExample.ck index fbfd6ea2..1ac299a9 100644 --- a/examples/timeSignatureExample.ck +++ b/examples/timeSignatureExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/touchOscSimple.ck b/examples/touchOscSimple.ck index 1959915b..5d596b10 100644 --- a/examples/touchOscSimple.ck +++ b/examples/touchOscSimple.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/tremExample.ck b/examples/tremExample.ck index fe4ed702..09f53749 100644 --- a/examples/tremExample.ck +++ b/examples/tremExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/tremPedal.ck b/examples/tremPedal.ck index 2e0f76cc..09f92c5f 100644 --- a/examples/tremPedal.ck +++ b/examples/tremPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/tremoloExample.ck b/examples/tremoloExample.ck index f8a45634..a4b45745 100644 --- a/examples/tremoloExample.ck +++ b/examples/tremoloExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/twoPotsMidiDump.ck b/examples/twoPotsMidiDump.ck index 829d59dc..21061bd2 100644 --- a/examples/twoPotsMidiDump.ck +++ b/examples/twoPotsMidiDump.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/twoPotsMidiExample.ck b/examples/twoPotsMidiExample.ck index 443f5928..0d538d60 100644 --- a/examples/twoPotsMidiExample.ck +++ b/examples/twoPotsMidiExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/twoPotsMidiPoly.ck b/examples/twoPotsMidiPoly.ck index 308ae2ec..bb7d1e3a 100644 --- a/examples/twoPotsMidiPoly.ck +++ b/examples/twoPotsMidiPoly.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/vibratoPedal.ck b/examples/vibratoPedal.ck index a33aa4cb..15d248b8 100644 --- a/examples/vibratoPedal.ck +++ b/examples/vibratoPedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -82,4 +82,4 @@ decreaseRate @=> stomp.button2Down; increaseLfoRate @=> stomp.button3Down; decreaseLfoRate @=> stomp.button4Down; -stomp.open(0); \ No newline at end of file +stomp.open(0); diff --git a/examples/vosExample.ck b/examples/vosExample.ck index cfe316d2..10c1f47b 100644 --- a/examples/vosExample.ck +++ b/examples/vosExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/vosKeyboard.ck b/examples/vosKeyboard.ck index 5e59f32b..668e160c 100644 --- a/examples/vosKeyboard.ck +++ b/examples/vosKeyboard.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/vosMouse.ck b/examples/vosMouse.ck index 072b9d75..25cbb7cc 100644 --- a/examples/vosMouse.ck +++ b/examples/vosMouse.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/vosTouchOsc.ck b/examples/vosTouchOsc.ck index 29d3b134..08fb62ed 100644 --- a/examples/vosTouchOsc.ck +++ b/examples/vosTouchOsc.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/waveformExample.ck b/examples/waveformExample.ck index a68dd5f9..ace17674 100644 --- a/examples/waveformExample.ck +++ b/examples/waveformExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/wavetableExample.ck b/examples/wavetableExample.ck index 9bae28cc..faea257e 100644 --- a/examples/wavetableExample.ck +++ b/examples/wavetableExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/wolftonePedal.ck b/examples/wolftonePedal.ck index 09704fcc..9cc315d0 100644 --- a/examples/wolftonePedal.ck +++ b/examples/wolftonePedal.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/examples/wooshExample.ck b/examples/wooshExample.ck index 4542e227..64ab06d2 100644 --- a/examples/wooshExample.ck +++ b/examples/wooshExample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -24,4 +24,4 @@ adc => Woosh woosh => dac; <<<"ready">>>; 1::minute => now; -<<<"done">>>; \ No newline at end of file +<<<"done">>>; diff --git a/import.ck b/import.ck index 63903fae..95aae0c5 100644 --- a/import.ck +++ b/import.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/analysis/EnvelopeFollower.ck b/lick/analysis/EnvelopeFollower.ck index 9f2f5b7b..a797c8ce 100644 --- a/lick/analysis/EnvelopeFollower.ck +++ b/lick/analysis/EnvelopeFollower.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -68,4 +68,4 @@ public class EnvelopeFollower extends Chubgraph _rate => now; } } -} \ No newline at end of file +} diff --git a/lick/analysis/EnvelopeTrigger.ck b/lick/analysis/EnvelopeTrigger.ck index 660d4310..2643f1ba 100644 --- a/lick/analysis/EnvelopeTrigger.ck +++ b/lick/analysis/EnvelopeTrigger.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -49,4 +49,4 @@ public class EnvelopeTrigger env.rate() => now; } } -} \ No newline at end of file +} diff --git a/lick/arp/Arpeggiator.ck b/lick/arp/Arpeggiator.ck index 9ece4a30..90ace080 100644 --- a/lick/arp/Arpeggiator.ck +++ b/lick/arp/Arpeggiator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/arp/Arpeggiators.ck b/lick/arp/Arpeggiators.ck index f894b7cb..71b11603 100644 --- a/lick/arp/Arpeggiators.ck +++ b/lick/arp/Arpeggiators.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/arp/Pattern.ck b/lick/arp/Pattern.ck index 761d718e..0e7653ce 100644 --- a/lick/arp/Pattern.ck +++ b/lick/arp/Pattern.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/arp/PatternedDurProcedure.ck b/lick/arp/PatternedDurProcedure.ck index 119cb9b0..04284817 100644 --- a/lick/arp/PatternedDurProcedure.ck +++ b/lick/arp/PatternedDurProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -33,4 +33,4 @@ public class PatternedDurProcedure extends DurProcedure } p.next(); } -} \ No newline at end of file +} diff --git a/lick/arp/PatternedFloatProcedure.ck b/lick/arp/PatternedFloatProcedure.ck index 223ce29f..52de52db 100644 --- a/lick/arp/PatternedFloatProcedure.ck +++ b/lick/arp/PatternedFloatProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -33,4 +33,4 @@ public class PatternedFloatProcedure extends FloatProcedure } p.next(); } -} \ No newline at end of file +} diff --git a/lick/arp/PatternedIntProcedure.ck b/lick/arp/PatternedIntProcedure.ck index ea69b928..1c0fe9e2 100644 --- a/lick/arp/PatternedIntProcedure.ck +++ b/lick/arp/PatternedIntProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -33,4 +33,4 @@ public class PatternedIntProcedure extends IntProcedure } p.next(); } -} \ No newline at end of file +} diff --git a/lick/arp/PatternedProcedure.ck b/lick/arp/PatternedProcedure.ck index 8202e453..07f3b098 100644 --- a/lick/arp/PatternedProcedure.ck +++ b/lick/arp/PatternedProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -33,4 +33,4 @@ public class PatternedProcedure extends Procedure } p.next(); } -} \ No newline at end of file +} diff --git a/lick/arp/Patterns.ck b/lick/arp/Patterns.ck index 60f97e68..c76075ff 100644 --- a/lick/arp/Patterns.ck +++ b/lick/arp/Patterns.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/arp/Warp.ck b/lick/arp/Warp.ck index e4a6222e..00dc3117 100644 --- a/lick/arp/Warp.ck +++ b/lick/arp/Warp.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/ArrayList.ck b/lick/collect/ArrayList.ck index 1104ef69..d18ab768 100644 --- a/lick/collect/ArrayList.ck +++ b/lick/collect/ArrayList.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/ArrayListTest.ck b/lick/collect/ArrayListTest.ck index 45b59ebd..a8acba4f 100644 --- a/lick/collect/ArrayListTest.ck +++ b/lick/collect/ArrayListTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/ArraySet.ck b/lick/collect/ArraySet.ck index 346b22e5..ac677d6a 100644 --- a/lick/collect/ArraySet.ck +++ b/lick/collect/ArraySet.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/ArraySetTest.ck b/lick/collect/ArraySetTest.ck index 46fd15e2..3d5d7bff 100644 --- a/lick/collect/ArraySetTest.ck +++ b/lick/collect/ArraySetTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/Comparator.ck b/lick/collect/Comparator.ck index 91545db8..8f4b8807 100644 --- a/lick/collect/Comparator.ck +++ b/lick/collect/Comparator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/Edge.ck b/lick/collect/Edge.ck index c0fe30c8..cfa20155 100644 --- a/lick/collect/Edge.ck +++ b/lick/collect/Edge.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/FloatArrayList.ck b/lick/collect/FloatArrayList.ck index ed24ef3e..eab8203d 100644 --- a/lick/collect/FloatArrayList.ck +++ b/lick/collect/FloatArrayList.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/FloatArrayListTest.ck b/lick/collect/FloatArrayListTest.ck index 66307b7d..c89c8a4e 100644 --- a/lick/collect/FloatArrayListTest.ck +++ b/lick/collect/FloatArrayListTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/FloatComparator.ck b/lick/collect/FloatComparator.ck index 3539ef3a..4eff322c 100644 --- a/lick/collect/FloatComparator.ck +++ b/lick/collect/FloatComparator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/FloatIterator.ck b/lick/collect/FloatIterator.ck index c70225fc..57cdf0a9 100644 --- a/lick/collect/FloatIterator.ck +++ b/lick/collect/FloatIterator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/FloatList.ck b/lick/collect/FloatList.ck index 04f73f45..ab38860d 100644 --- a/lick/collect/FloatList.ck +++ b/lick/collect/FloatList.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/FloatListIterator.ck b/lick/collect/FloatListIterator.ck index 4457d001..1a4c794f 100644 --- a/lick/collect/FloatListIterator.ck +++ b/lick/collect/FloatListIterator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/Graph.ck b/lick/collect/Graph.ck index ada178d2..24beee32 100644 --- a/lick/collect/Graph.ck +++ b/lick/collect/Graph.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/GraphTest.ck b/lick/collect/GraphTest.ck index 73b7c220..d5bf9610 100644 --- a/lick/collect/GraphTest.ck +++ b/lick/collect/GraphTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/Graphs.ck b/lick/collect/Graphs.ck index dd27f3d6..c7be687c 100644 --- a/lick/collect/Graphs.ck +++ b/lick/collect/Graphs.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/GraphsTest.ck b/lick/collect/GraphsTest.ck index 15cd3fe7..058ae1cc 100644 --- a/lick/collect/GraphsTest.ck +++ b/lick/collect/GraphsTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/IntArrayList.ck b/lick/collect/IntArrayList.ck index 30b9689e..f9de42ea 100644 --- a/lick/collect/IntArrayList.ck +++ b/lick/collect/IntArrayList.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/IntArrayListTest.ck b/lick/collect/IntArrayListTest.ck index c0c9009d..8ab409b7 100644 --- a/lick/collect/IntArrayListTest.ck +++ b/lick/collect/IntArrayListTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/IntComparator.ck b/lick/collect/IntComparator.ck index f97559dd..aa8c81a4 100644 --- a/lick/collect/IntComparator.ck +++ b/lick/collect/IntComparator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/IntIterator.ck b/lick/collect/IntIterator.ck index cbe44bc3..4e71663a 100644 --- a/lick/collect/IntIterator.ck +++ b/lick/collect/IntIterator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/IntList.ck b/lick/collect/IntList.ck index 745ebf75..461dda9b 100644 --- a/lick/collect/IntList.ck +++ b/lick/collect/IntList.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/IntListIterator.ck b/lick/collect/IntListIterator.ck index 1b1ccb52..2a3916cf 100644 --- a/lick/collect/IntListIterator.ck +++ b/lick/collect/IntListIterator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/Iterator.ck b/lick/collect/Iterator.ck index b5dbf8e7..db972f3a 100644 --- a/lick/collect/Iterator.ck +++ b/lick/collect/Iterator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/List.ck b/lick/collect/List.ck index 12de9e52..7377ec84 100644 --- a/lick/collect/List.ck +++ b/lick/collect/List.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/ListIterator.ck b/lick/collect/ListIterator.ck index 416509f1..00199249 100644 --- a/lick/collect/ListIterator.ck +++ b/lick/collect/ListIterator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/Node.ck b/lick/collect/Node.ck index 7a97929c..2c8334fc 100644 --- a/lick/collect/Node.ck +++ b/lick/collect/Node.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/collect/Set.ck b/lick/collect/Set.ck index 5258348b..c26fe6d7 100644 --- a/lick/collect/Set.ck +++ b/lick/collect/Set.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/FeedbackMachine.ck b/lick/delay/FeedbackMachine.ck index 0ad86b7a..982d5361 100644 --- a/lick/delay/FeedbackMachine.ck +++ b/lick/delay/FeedbackMachine.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/FeedbackMachines.ck b/lick/delay/FeedbackMachines.ck index 0a4cbffe..60ddd34b 100644 --- a/lick/delay/FeedbackMachines.ck +++ b/lick/delay/FeedbackMachines.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/MonoDelay.ck b/lick/delay/MonoDelay.ck index 1058dfb7..e8a15e41 100644 --- a/lick/delay/MonoDelay.ck +++ b/lick/delay/MonoDelay.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/ScaleSmear.ck b/lick/delay/ScaleSmear.ck index ee442c38..b2a6c5ac 100644 --- a/lick/delay/ScaleSmear.ck +++ b/lick/delay/ScaleSmear.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/SinTrem.ck b/lick/delay/SinTrem.ck index c3d4a680..b4a7538d 100644 --- a/lick/delay/SinTrem.ck +++ b/lick/delay/SinTrem.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/Smear.ck b/lick/delay/Smear.ck index d6b1a0a5..c30f2e95 100644 --- a/lick/delay/Smear.ck +++ b/lick/delay/Smear.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/SqrTrem.ck b/lick/delay/SqrTrem.ck index 469e597b..a25fe21f 100644 --- a/lick/delay/SqrTrem.ck +++ b/lick/delay/SqrTrem.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/StereoDelay.ck b/lick/delay/StereoDelay.ck index 9afebc23..3511dfd6 100644 --- a/lick/delay/StereoDelay.ck +++ b/lick/delay/StereoDelay.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/StereoFeedbackMachine.ck b/lick/delay/StereoFeedbackMachine.ck index c3db8204..8fa45037 100644 --- a/lick/delay/StereoFeedbackMachine.ck +++ b/lick/delay/StereoFeedbackMachine.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/StereoFeedbackMachines.ck b/lick/delay/StereoFeedbackMachines.ck index feb0f5c8..2db43e1a 100644 --- a/lick/delay/StereoFeedbackMachines.ck +++ b/lick/delay/StereoFeedbackMachines.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/Swirl.ck b/lick/delay/Swirl.ck index 64ff1706..ff02a779 100644 --- a/lick/delay/Swirl.ck +++ b/lick/delay/Swirl.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/Trem.ck b/lick/delay/Trem.ck index e291e14d..ef1e67f8 100644 --- a/lick/delay/Trem.ck +++ b/lick/delay/Trem.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/delay/TriTrem.ck b/lick/delay/TriTrem.ck index 86fd2b3a..3f23e201 100644 --- a/lick/delay/TriTrem.ck +++ b/lick/delay/TriTrem.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/AlesisQX25.ck b/lick/device/AlesisQX25.ck index b7a0cb4f..b978fdd8 100644 --- a/lick/device/AlesisQX25.ck +++ b/lick/device/AlesisQX25.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/Joystick.ck b/lick/device/Joystick.ck index 3d7d15ea..e744e547 100644 --- a/lick/device/Joystick.ck +++ b/lick/device/Joystick.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/Keyboard.ck b/lick/device/Keyboard.ck index 03a80074..c0a35da4 100644 --- a/lick/device/Keyboard.ck +++ b/lick/device/Keyboard.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/LogitechGamepadF310.ck b/lick/device/LogitechGamepadF310.ck index a6c2b367..42b919db 100644 --- a/lick/device/LogitechGamepadF310.ck +++ b/lick/device/LogitechGamepadF310.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/MAudioOzone.ck b/lick/device/MAudioOzone.ck index 23d81065..e5d9f263 100644 --- a/lick/device/MAudioOzone.ck +++ b/lick/device/MAudioOzone.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/Monome.ck b/lick/device/Monome.ck index cd957b2c..879af66a 100644 --- a/lick/device/Monome.ck +++ b/lick/device/Monome.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/Mouse.ck b/lick/device/Mouse.ck index b99c0821..e0f133f5 100644 --- a/lick/device/Mouse.ck +++ b/lick/device/Mouse.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/NanoPad.ck b/lick/device/NanoPad.ck index cf88baac..6da177aa 100644 --- a/lick/device/NanoPad.ck +++ b/lick/device/NanoPad.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/PodHd500.ck b/lick/device/PodHd500.ck index 067e0fe2..d12908dc 100644 --- a/lick/device/PodHd500.ck +++ b/lick/device/PodHd500.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/device/StompKeyboard.ck b/lick/device/StompKeyboard.ck index fbe421e0..37f35fd0 100644 --- a/lick/device/StompKeyboard.ck +++ b/lick/device/StompKeyboard.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/AtanDist.ck b/lick/dist/AtanDist.ck index 68b088ee..bcba977c 100644 --- a/lick/dist/AtanDist.ck +++ b/lick/dist/AtanDist.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/BucketBrigade.ck b/lick/dist/BucketBrigade.ck index 0625da52..bb3c98b9 100644 --- a/lick/dist/BucketBrigade.ck +++ b/lick/dist/BucketBrigade.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/Clip.ck b/lick/dist/Clip.ck index d8142b80..32d34391 100644 --- a/lick/dist/Clip.ck +++ b/lick/dist/Clip.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/Dist.ck b/lick/dist/Dist.ck index d00813fc..af60902e 100644 --- a/lick/dist/Dist.ck +++ b/lick/dist/Dist.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/FrostburnDist.ck b/lick/dist/FrostburnDist.ck index 8c0533a0..433cd3d5 100644 --- a/lick/dist/FrostburnDist.ck +++ b/lick/dist/FrostburnDist.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/FullRectifier.ck b/lick/dist/FullRectifier.ck index c90d0759..3fa3c8ba 100644 --- a/lick/dist/FullRectifier.ck +++ b/lick/dist/FullRectifier.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/GainShaper.ck b/lick/dist/GainShaper.ck index d84a10d6..7ee62c16 100644 --- a/lick/dist/GainShaper.ck +++ b/lick/dist/GainShaper.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/Invert.ck b/lick/dist/Invert.ck index abd377b3..c1d3cd7d 100644 --- a/lick/dist/Invert.ck +++ b/lick/dist/Invert.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -32,4 +32,4 @@ public class Invert extends Chugen Invert invert; return invert; } -} \ No newline at end of file +} diff --git a/lick/dist/KijjazDist.ck b/lick/dist/KijjazDist.ck index 8e092f5f..2a936f1f 100644 --- a/lick/dist/KijjazDist.ck +++ b/lick/dist/KijjazDist.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/KijjazDist2.ck b/lick/dist/KijjazDist2.ck index 71728d23..73b9492a 100644 --- a/lick/dist/KijjazDist2.ck +++ b/lick/dist/KijjazDist2.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/KijjazDist3.ck b/lick/dist/KijjazDist3.ck index 548425e5..f3479214 100644 --- a/lick/dist/KijjazDist3.ck +++ b/lick/dist/KijjazDist3.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/KijjazDist4.ck b/lick/dist/KijjazDist4.ck index b5d20e39..7154612a 100644 --- a/lick/dist/KijjazDist4.ck +++ b/lick/dist/KijjazDist4.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/Offset.ck b/lick/dist/Offset.ck index 19290085..92dc0a93 100644 --- a/lick/dist/Offset.ck +++ b/lick/dist/Offset.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -46,4 +46,4 @@ public class Offset extends Chugen f => offset.offset; return offset; } -} \ No newline at end of file +} diff --git a/lick/dist/Phase.ck b/lick/dist/Phase.ck index 4a9055c2..f740ed05 100644 --- a/lick/dist/Phase.ck +++ b/lick/dist/Phase.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/RibbonDist.ck b/lick/dist/RibbonDist.ck index 8c5f0443..d1af1c2b 100644 --- a/lick/dist/RibbonDist.ck +++ b/lick/dist/RibbonDist.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/TanhDist.ck b/lick/dist/TanhDist.ck index 61d1479f..18f64573 100644 --- a/lick/dist/TanhDist.ck +++ b/lick/dist/TanhDist.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/dist/WaveShaper.ck b/lick/dist/WaveShaper.ck index 9d4e00d5..40a707ea 100644 --- a/lick/dist/WaveShaper.ck +++ b/lick/dist/WaveShaper.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/AkaiMpc60.ck b/lick/drum/AkaiMpc60.ck index e90a66c4..318fd82e 100644 --- a/lick/drum/AkaiMpc60.ck +++ b/lick/drum/AkaiMpc60.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/BigMono.ck b/lick/drum/BigMono.ck index e37b83d8..38f4b24a 100644 --- a/lick/drum/BigMono.ck +++ b/lick/drum/BigMono.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/EmuDrumulator.ck b/lick/drum/EmuDrumulator.ck index 032617c5..c2f80437 100644 --- a/lick/drum/EmuDrumulator.ck +++ b/lick/drum/EmuDrumulator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/KorgMs20.ck b/lick/drum/KorgMs20.ck index 88d1521a..58706432 100644 --- a/lick/drum/KorgMs20.ck +++ b/lick/drum/KorgMs20.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/OberheimDmx.ck b/lick/drum/OberheimDmx.ck index 1a1ea994..b93f3f1a 100644 --- a/lick/drum/OberheimDmx.ck +++ b/lick/drum/OberheimDmx.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/RolandCr78.ck b/lick/drum/RolandCr78.ck index c7acf0c5..4f1f992c 100644 --- a/lick/drum/RolandCr78.ck +++ b/lick/drum/RolandCr78.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/RolandTr606.ck b/lick/drum/RolandTr606.ck index 1031f6e3..8e83e3e5 100644 --- a/lick/drum/RolandTr606.ck +++ b/lick/drum/RolandTr606.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/RolandTr66.ck b/lick/drum/RolandTr66.ck index df631f65..bdb14592 100644 --- a/lick/drum/RolandTr66.ck +++ b/lick/drum/RolandTr66.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/RolandTr808.ck b/lick/drum/RolandTr808.ck index 60613c59..ce25a80b 100644 --- a/lick/drum/RolandTr808.ck +++ b/lick/drum/RolandTr808.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/drum/RolandTr909.ck b/lick/drum/RolandTr909.ck index 52b85208..74a20c38 100644 --- a/lick/drum/RolandTr909.ck +++ b/lick/drum/RolandTr909.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/duration/DurProvider.ck b/lick/duration/DurProvider.ck index 99aedce0..c1eaffb0 100644 --- a/lick/duration/DurProvider.ck +++ b/lick/duration/DurProvider.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/duration/Humanize.ck b/lick/duration/Humanize.ck index 56253787..48235428 100644 --- a/lick/duration/Humanize.ck +++ b/lick/duration/Humanize.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/duration/HumanizedDurProvider.ck b/lick/duration/HumanizedDurProvider.ck index 518362e0..fbd48540 100644 --- a/lick/duration/HumanizedDurProvider.ck +++ b/lick/duration/HumanizedDurProvider.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/duration/TimeSignature.ck b/lick/duration/TimeSignature.ck index 1ce87c22..26b7447a 100644 --- a/lick/duration/TimeSignature.ck +++ b/lick/duration/TimeSignature.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/APF.ck b/lick/effect/APF.ck index 0fc84edf..fc36003b 100644 --- a/lick/effect/APF.ck +++ b/lick/effect/APF.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -139,4 +139,4 @@ public class APF extends Effect reverseCoefficient => apf.reverseCoefficient; return apf; } -} \ No newline at end of file +} diff --git a/lick/effect/AdsrTremolo.ck b/lick/effect/AdsrTremolo.ck index a00d9484..b1a03cb1 100644 --- a/lick/effect/AdsrTremolo.ck +++ b/lick/effect/AdsrTremolo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/AnalogDelay.ck b/lick/effect/AnalogDelay.ck index c9600998..854f50cf 100644 --- a/lick/effect/AnalogDelay.ck +++ b/lick/effect/AnalogDelay.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/AutoWah.ck b/lick/effect/AutoWah.ck index c0333b96..bdd877a2 100644 --- a/lick/effect/AutoWah.ck +++ b/lick/effect/AutoWah.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Blueshift.ck b/lick/effect/Blueshift.ck index a20d9e56..1f3d0b6c 100644 --- a/lick/effect/Blueshift.ck +++ b/lick/effect/Blueshift.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Buffer.ck b/lick/effect/Buffer.ck index f6699e5d..f28db30a 100644 --- a/lick/effect/Buffer.ck +++ b/lick/effect/Buffer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -65,4 +65,4 @@ public class Buffer extends Chugen f @=> buffer._f; return buffer; } -} \ No newline at end of file +} diff --git a/lick/effect/Cee.ck b/lick/effect/Cee.ck index 108bb90a..7b38bf23 100644 --- a/lick/effect/Cee.ck +++ b/lick/effect/Cee.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -168,4 +168,4 @@ public class Cee extends Feedback 1::samp => now; } } -} \ No newline at end of file +} diff --git a/lick/effect/Chew.ck b/lick/effect/Chew.ck index 1806180d..8ae0228b 100644 --- a/lick/effect/Chew.ck +++ b/lick/effect/Chew.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -132,4 +132,4 @@ public class Chew extends Effect bottomRate => chew.bottomRate; return chew; } -} \ No newline at end of file +} diff --git a/lick/effect/Cooper.ck b/lick/effect/Cooper.ck index 5b171cc9..01cd2c7d 100644 --- a/lick/effect/Cooper.ck +++ b/lick/effect/Cooper.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -140,4 +140,4 @@ public class Cooper extends Effect longFeedback => cooper.longFeedback; return cooper; } -} \ No newline at end of file +} diff --git a/lick/effect/CrossOver2.ck b/lick/effect/CrossOver2.ck index b02b3301..21dc5ea6 100644 --- a/lick/effect/CrossOver2.ck +++ b/lick/effect/CrossOver2.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/CrossOver3.ck b/lick/effect/CrossOver3.ck index d33f53a2..b75142df 100644 --- a/lick/effect/CrossOver3.ck +++ b/lick/effect/CrossOver3.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/CryBaby.ck b/lick/effect/CryBaby.ck index be11eb25..03457718 100644 --- a/lick/effect/CryBaby.ck +++ b/lick/effect/CryBaby.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Currant.ck b/lick/effect/Currant.ck index d1ee432c..18622752 100644 --- a/lick/effect/Currant.ck +++ b/lick/effect/Currant.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -155,4 +155,4 @@ public class Currant extends Effect Currant currant; return currant; } -} \ No newline at end of file +} diff --git a/lick/effect/DigitalDelay.ck b/lick/effect/DigitalDelay.ck index 37b63de1..57f0eb82 100644 --- a/lick/effect/DigitalDelay.ck +++ b/lick/effect/DigitalDelay.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Drop.ck b/lick/effect/Drop.ck index 0686c32e..d891e684 100644 --- a/lick/effect/Drop.ck +++ b/lick/effect/Drop.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/DualRect.ck b/lick/effect/DualRect.ck index f1b12a88..a602ffdc 100644 --- a/lick/effect/DualRect.ck +++ b/lick/effect/DualRect.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Effect.ck b/lick/effect/Effect.ck index b3885cc2..0e6d240f 100644 --- a/lick/effect/Effect.ck +++ b/lick/effect/Effect.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/EnvelopeTremolo.ck b/lick/effect/EnvelopeTremolo.ck index 4eb2c2ba..6c53ad61 100644 --- a/lick/effect/EnvelopeTremolo.ck +++ b/lick/effect/EnvelopeTremolo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Feedback.ck b/lick/effect/Feedback.ck index 272670f5..34f770ba 100644 --- a/lick/effect/Feedback.ck +++ b/lick/effect/Feedback.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Flutter.ck b/lick/effect/Flutter.ck index c1563301..a957fe32 100644 --- a/lick/effect/Flutter.ck +++ b/lick/effect/Flutter.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Freeze.ck b/lick/effect/Freeze.ck index 69ca30cd..3a372f53 100644 --- a/lick/effect/Freeze.ck +++ b/lick/effect/Freeze.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Harmonizer.ck b/lick/effect/Harmonizer.ck index 19da90ed..ad3a264e 100644 --- a/lick/effect/Harmonizer.ck +++ b/lick/effect/Harmonizer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Harmonizers.ck b/lick/effect/Harmonizers.ck index 81f73338..a6254c7e 100644 --- a/lick/effect/Harmonizers.ck +++ b/lick/effect/Harmonizers.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/LoopReverb.ck b/lick/effect/LoopReverb.ck index 7a1d4b67..500ce830 100644 --- a/lick/effect/LoopReverb.ck +++ b/lick/effect/LoopReverb.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -141,4 +141,4 @@ public class LoopReverb extends Effect LoopReverb loopReverb; return loopReverb; } -} \ No newline at end of file +} diff --git a/lick/effect/Mesmerizer.ck b/lick/effect/Mesmerizer.ck index 00ebd3fe..a980f428 100644 --- a/lick/effect/Mesmerizer.ck +++ b/lick/effect/Mesmerizer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/ModulatedDelay.ck b/lick/effect/ModulatedDelay.ck index 34f05f68..e03ebc45 100644 --- a/lick/effect/ModulatedDelay.ck +++ b/lick/effect/ModulatedDelay.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/MotelSix.ck b/lick/effect/MotelSix.ck index b6329ddd..44697014 100644 --- a/lick/effect/MotelSix.ck +++ b/lick/effect/MotelSix.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -236,4 +236,4 @@ public class MotelSix extends Effect 1.0 => _pitchShift.shift; } } -} \ No newline at end of file +} diff --git a/lick/effect/OilCan.ck b/lick/effect/OilCan.ck index 6dec99fe..c76c1130 100644 --- a/lick/effect/OilCan.ck +++ b/lick/effect/OilCan.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -204,4 +204,4 @@ public class OilCan extends Feedback 1::samp => now; } } -} \ No newline at end of file +} diff --git a/lick/effect/Overcome.ck b/lick/effect/Overcome.ck index b4827c01..c4c34c8a 100644 --- a/lick/effect/Overcome.ck +++ b/lick/effect/Overcome.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -174,4 +174,4 @@ public class Overcome extends Effect trigger2 => overcome.trigger2; return overcome; } -} \ No newline at end of file +} diff --git a/lick/effect/Raise.ck b/lick/effect/Raise.ck index db2c9f85..878c8c86 100644 --- a/lick/effect/Raise.ck +++ b/lick/effect/Raise.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Redshift.ck b/lick/effect/Redshift.ck index 63056275..cab1e98f 100644 --- a/lick/effect/Redshift.ck +++ b/lick/effect/Redshift.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Revenge.ck b/lick/effect/Revenge.ck index 4c316602..de46f06b 100644 --- a/lick/effect/Revenge.ck +++ b/lick/effect/Revenge.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Reverse.ck b/lick/effect/Reverse.ck index 3c3c3620..51d86098 100644 --- a/lick/effect/Reverse.ck +++ b/lick/effect/Reverse.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -87,4 +87,4 @@ public class Reverse extends Feedback Reverse reverse; return reverse; } -} \ No newline at end of file +} diff --git a/lick/effect/ReverseBuffer.ck b/lick/effect/ReverseBuffer.ck index 113cd585..b67f748f 100644 --- a/lick/effect/ReverseBuffer.ck +++ b/lick/effect/ReverseBuffer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -68,4 +68,4 @@ public class ReverseBuffer extends Chugen f @=> reverse._f; return reverse; } -} \ No newline at end of file +} diff --git a/lick/effect/Smother.ck b/lick/effect/Smother.ck index b7ee72c6..1a1baaf9 100644 --- a/lick/effect/Smother.ck +++ b/lick/effect/Smother.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -171,4 +171,4 @@ public class Smother extends Feedback 1::samp => now; } } -} \ No newline at end of file +} diff --git a/lick/effect/Solstice.ck b/lick/effect/Solstice.ck index f43f3270..d42714c1 100644 --- a/lick/effect/Solstice.ck +++ b/lick/effect/Solstice.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -129,4 +129,4 @@ public class Solstice extends Effect feedback2 => solstice.feedback2; return solstice; } -} \ No newline at end of file +} diff --git a/lick/effect/Thicken.ck b/lick/effect/Thicken.ck index 03bd4c94..9d5e5f40 100644 --- a/lick/effect/Thicken.ck +++ b/lick/effect/Thicken.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/TimeModulator.ck b/lick/effect/TimeModulator.ck index a41bd8ce..e25c3d64 100644 --- a/lick/effect/TimeModulator.ck +++ b/lick/effect/TimeModulator.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Tremolo.ck b/lick/effect/Tremolo.ck index 30cd77d1..233845fd 100644 --- a/lick/effect/Tremolo.ck +++ b/lick/effect/Tremolo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/effect/Vibrato.ck b/lick/effect/Vibrato.ck index 6523a984..35e08d38 100644 --- a/lick/effect/Vibrato.ck +++ b/lick/effect/Vibrato.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -155,4 +155,4 @@ public class Vibrato extends Effect Vibrato vibrato; return vibrato; } -} \ No newline at end of file +} diff --git a/lick/effect/Wolftone.ck b/lick/effect/Wolftone.ck index bda2041c..65ffcfdb 100644 --- a/lick/effect/Wolftone.ck +++ b/lick/effect/Wolftone.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -95,4 +95,4 @@ public class Wolftone extends Effect wolftone.interval(interval); return wolftone; } -} \ No newline at end of file +} diff --git a/lick/effect/Woosh.ck b/lick/effect/Woosh.ck index 259758f4..eaf6b5ac 100644 --- a/lick/effect/Woosh.ck +++ b/lick/effect/Woosh.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -64,4 +64,4 @@ public class Woosh extends Feedback Woosh woosh; return woosh; } -} \ No newline at end of file +} diff --git a/lick/filter/SVF.ck b/lick/filter/SVF.ck index 02e25481..342b7622 100644 --- a/lick/filter/SVF.ck +++ b/lick/filter/SVF.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -132,4 +132,4 @@ public class SVF extends Chubgraph <<<"shape", _shape, "gains", _lpfMix.gain(), _hpfMix.gain(), _bpfMix.gain(), _brfMix.gain()>>>; return f; } -} \ No newline at end of file +} diff --git a/lick/fn/Acos.ck b/lick/fn/Acos.ck index 10895a02..91d06bea 100644 --- a/lick/fn/Acos.ck +++ b/lick/fn/Acos.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Asin.ck b/lick/fn/Asin.ck index 941080a3..8e0fe65e 100644 --- a/lick/fn/Asin.ck +++ b/lick/fn/Asin.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Atan.ck b/lick/fn/Atan.ck index b6193bcc..e82469e8 100644 --- a/lick/fn/Atan.ck +++ b/lick/fn/Atan.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/BinaryFunction.ck b/lick/fn/BinaryFunction.ck index d34c8a8d..ebd5e6e4 100644 --- a/lick/fn/BinaryFunction.ck +++ b/lick/fn/BinaryFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/BinaryPredicate.ck b/lick/fn/BinaryPredicate.ck index f3a63c91..6ea7cafd 100644 --- a/lick/fn/BinaryPredicate.ck +++ b/lick/fn/BinaryPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/BinaryProcedure.ck b/lick/fn/BinaryProcedure.ck index d75959d6..92b3aa70 100644 --- a/lick/fn/BinaryProcedure.ck +++ b/lick/fn/BinaryProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Ceil.ck b/lick/fn/Ceil.ck index b072a8ef..f595aba9 100644 --- a/lick/fn/Ceil.ck +++ b/lick/fn/Ceil.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/CompositeDurFunction.ck b/lick/fn/CompositeDurFunction.ck index c1c75972..1935308d 100644 --- a/lick/fn/CompositeDurFunction.ck +++ b/lick/fn/CompositeDurFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/CompositeFloatFunction.ck b/lick/fn/CompositeFloatFunction.ck index 6281fd8a..0d1dd970 100644 --- a/lick/fn/CompositeFloatFunction.ck +++ b/lick/fn/CompositeFloatFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/CompositeFunction.ck b/lick/fn/CompositeFunction.ck index a44a7039..195cd457 100644 --- a/lick/fn/CompositeFunction.ck +++ b/lick/fn/CompositeFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/CompositeIntFunction.ck b/lick/fn/CompositeIntFunction.ck index 2597a438..6b288e15 100644 --- a/lick/fn/CompositeIntFunction.ck +++ b/lick/fn/CompositeIntFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/ConditionalDurFunction.ck b/lick/fn/ConditionalDurFunction.ck index 5c3eb6b6..2008158b 100644 --- a/lick/fn/ConditionalDurFunction.ck +++ b/lick/fn/ConditionalDurFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/ConditionalDurProcedure.ck b/lick/fn/ConditionalDurProcedure.ck index b0af6aa4..b1197a2c 100644 --- a/lick/fn/ConditionalDurProcedure.ck +++ b/lick/fn/ConditionalDurProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/ConditionalFloatFunction.ck b/lick/fn/ConditionalFloatFunction.ck index cd7ce066..80911dbb 100644 --- a/lick/fn/ConditionalFloatFunction.ck +++ b/lick/fn/ConditionalFloatFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/ConditionalFloatProcedure.ck b/lick/fn/ConditionalFloatProcedure.ck index af2f7f71..5e896718 100644 --- a/lick/fn/ConditionalFloatProcedure.ck +++ b/lick/fn/ConditionalFloatProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/ConditionalFunction.ck b/lick/fn/ConditionalFunction.ck index 048a853c..78abd1cc 100644 --- a/lick/fn/ConditionalFunction.ck +++ b/lick/fn/ConditionalFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/ConditionalIntFunction.ck b/lick/fn/ConditionalIntFunction.ck index c0c7ecff..642e27df 100644 --- a/lick/fn/ConditionalIntFunction.ck +++ b/lick/fn/ConditionalIntFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/ConditionalIntProcedure.ck b/lick/fn/ConditionalIntProcedure.ck index 2ee0fc5e..45b7b037 100644 --- a/lick/fn/ConditionalIntProcedure.ck +++ b/lick/fn/ConditionalIntProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/ConditionalProcedure.ck b/lick/fn/ConditionalProcedure.ck index 6bbff3a0..e0319201 100644 --- a/lick/fn/ConditionalProcedure.ck +++ b/lick/fn/ConditionalProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Consumer.ck b/lick/fn/Consumer.ck index 7d7bf865..997c354f 100644 --- a/lick/fn/Consumer.ck +++ b/lick/fn/Consumer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Cos.ck b/lick/fn/Cos.ck index ff66deea..3a7e5609 100644 --- a/lick/fn/Cos.ck +++ b/lick/fn/Cos.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Cosh.ck b/lick/fn/Cosh.ck index e44b2778..b18e4d8a 100644 --- a/lick/fn/Cosh.ck +++ b/lick/fn/Cosh.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/DurConsumer.ck b/lick/fn/DurConsumer.ck index bd92ef07..062193f0 100644 --- a/lick/fn/DurConsumer.ck +++ b/lick/fn/DurConsumer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/DurFunction.ck b/lick/fn/DurFunction.ck index c4d22237..7260539b 100644 --- a/lick/fn/DurFunction.ck +++ b/lick/fn/DurFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/DurFunctions.ck b/lick/fn/DurFunctions.ck index 5a576e6d..22e6b663 100644 --- a/lick/fn/DurFunctions.ck +++ b/lick/fn/DurFunctions.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/DurPredicate.ck b/lick/fn/DurPredicate.ck index 1e30e572..81874f25 100644 --- a/lick/fn/DurPredicate.ck +++ b/lick/fn/DurPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/DurProcedure.ck b/lick/fn/DurProcedure.ck index ecd3ecbc..abaeb2a4 100644 --- a/lick/fn/DurProcedure.ck +++ b/lick/fn/DurProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/DurProcedures.ck b/lick/fn/DurProcedures.ck index 598cda63..a8d5d61a 100644 --- a/lick/fn/DurProcedures.ck +++ b/lick/fn/DurProcedures.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/DurSupplier.ck b/lick/fn/DurSupplier.ck index 299d404d..a84c7a6b 100644 --- a/lick/fn/DurSupplier.ck +++ b/lick/fn/DurSupplier.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Exp.ck b/lick/fn/Exp.ck index 7e7318ee..683df14c 100644 --- a/lick/fn/Exp.ck +++ b/lick/fn/Exp.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatConsumer.ck b/lick/fn/FloatConsumer.ck index 93c5f89e..5003f191 100644 --- a/lick/fn/FloatConsumer.ck +++ b/lick/fn/FloatConsumer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFloatFloatFloatFunction.ck b/lick/fn/FloatFloatFloatFloatFunction.ck index ff8c764b..d7d8b756 100644 --- a/lick/fn/FloatFloatFloatFloatFunction.ck +++ b/lick/fn/FloatFloatFloatFloatFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFloatFloatFloatPredicate.ck b/lick/fn/FloatFloatFloatFloatPredicate.ck index 7fbc7817..d78bb5fe 100644 --- a/lick/fn/FloatFloatFloatFloatPredicate.ck +++ b/lick/fn/FloatFloatFloatFloatPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFloatFloatFloatProcedure.ck b/lick/fn/FloatFloatFloatFloatProcedure.ck index 8cd22193..4ebcb4e2 100644 --- a/lick/fn/FloatFloatFloatFloatProcedure.ck +++ b/lick/fn/FloatFloatFloatFloatProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFloatFloatFunction.ck b/lick/fn/FloatFloatFloatFunction.ck index 7282cec8..dd3b1254 100644 --- a/lick/fn/FloatFloatFloatFunction.ck +++ b/lick/fn/FloatFloatFloatFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFloatFloatPredicate.ck b/lick/fn/FloatFloatFloatPredicate.ck index d09b53c2..174169f8 100644 --- a/lick/fn/FloatFloatFloatPredicate.ck +++ b/lick/fn/FloatFloatFloatPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFloatFloatProcedure.ck b/lick/fn/FloatFloatFloatProcedure.ck index 0907a93e..b8081405 100644 --- a/lick/fn/FloatFloatFloatProcedure.ck +++ b/lick/fn/FloatFloatFloatProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFloatFunction.ck b/lick/fn/FloatFloatFunction.ck index 960bc555..5d55f7bb 100644 --- a/lick/fn/FloatFloatFunction.ck +++ b/lick/fn/FloatFloatFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFloatPredicate.ck b/lick/fn/FloatFloatPredicate.ck index e46132d3..f3cfa803 100644 --- a/lick/fn/FloatFloatPredicate.ck +++ b/lick/fn/FloatFloatPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFloatProcedure.ck b/lick/fn/FloatFloatProcedure.ck index cb246156..83cbab0a 100644 --- a/lick/fn/FloatFloatProcedure.ck +++ b/lick/fn/FloatFloatProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFunction.ck b/lick/fn/FloatFunction.ck index d519d2e1..2a9bf2f3 100644 --- a/lick/fn/FloatFunction.ck +++ b/lick/fn/FloatFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatFunctions.ck b/lick/fn/FloatFunctions.ck index 19419516..efe2333c 100644 --- a/lick/fn/FloatFunctions.ck +++ b/lick/fn/FloatFunctions.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatPredicate.ck b/lick/fn/FloatPredicate.ck index 8b5547d9..664190af 100644 --- a/lick/fn/FloatPredicate.ck +++ b/lick/fn/FloatPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatProcedure.ck b/lick/fn/FloatProcedure.ck index 6ee3d5db..2315442f 100644 --- a/lick/fn/FloatProcedure.ck +++ b/lick/fn/FloatProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatProcedures.ck b/lick/fn/FloatProcedures.ck index 5aea753d..2c55c697 100644 --- a/lick/fn/FloatProcedures.ck +++ b/lick/fn/FloatProcedures.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/FloatSupplier.ck b/lick/fn/FloatSupplier.ck index 883f2631..d58e8091 100644 --- a/lick/fn/FloatSupplier.ck +++ b/lick/fn/FloatSupplier.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Floor.ck b/lick/fn/Floor.ck index c8c37714..d7ab0310 100644 --- a/lick/fn/Floor.ck +++ b/lick/fn/Floor.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Function.ck b/lick/fn/Function.ck index 8467db9a..fbd36f20 100644 --- a/lick/fn/Function.ck +++ b/lick/fn/Function.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Functions.ck b/lick/fn/Functions.ck index e6fa589b..36a410ae 100644 --- a/lick/fn/Functions.ck +++ b/lick/fn/Functions.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Identity.ck b/lick/fn/Identity.ck index 636850dc..662c8b44 100644 --- a/lick/fn/Identity.ck +++ b/lick/fn/Identity.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntConsumer.ck b/lick/fn/IntConsumer.ck index 5230cafe..3b095dcc 100644 --- a/lick/fn/IntConsumer.ck +++ b/lick/fn/IntConsumer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntFloatFloatProcedure.ck b/lick/fn/IntFloatFloatProcedure.ck index be057a76..fe3fb29b 100644 --- a/lick/fn/IntFloatFloatProcedure.ck +++ b/lick/fn/IntFloatFloatProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntFloatProcedure.ck b/lick/fn/IntFloatProcedure.ck index cd1489f6..f609cbf6 100644 --- a/lick/fn/IntFloatProcedure.ck +++ b/lick/fn/IntFloatProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntFunction.ck b/lick/fn/IntFunction.ck index dda3c745..2c5a89d7 100644 --- a/lick/fn/IntFunction.ck +++ b/lick/fn/IntFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntFunctions.ck b/lick/fn/IntFunctions.ck index e2ba55bc..a4dfdb96 100644 --- a/lick/fn/IntFunctions.ck +++ b/lick/fn/IntFunctions.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntFloatProcedure.ck b/lick/fn/IntIntFloatProcedure.ck index 6fd7106f..88f9d371 100644 --- a/lick/fn/IntIntFloatProcedure.ck +++ b/lick/fn/IntIntFloatProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntFunction.ck b/lick/fn/IntIntFunction.ck index 0e2af4a9..c1cc44bd 100644 --- a/lick/fn/IntIntFunction.ck +++ b/lick/fn/IntIntFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntIntFunction.ck b/lick/fn/IntIntIntFunction.ck index 6cedfb51..77a81802 100644 --- a/lick/fn/IntIntIntFunction.ck +++ b/lick/fn/IntIntIntFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntIntIntFunction.ck b/lick/fn/IntIntIntIntFunction.ck index ad8c7168..729f3778 100644 --- a/lick/fn/IntIntIntIntFunction.ck +++ b/lick/fn/IntIntIntIntFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntIntIntPredicate.ck b/lick/fn/IntIntIntIntPredicate.ck index e44f4f5d..27f8b86e 100644 --- a/lick/fn/IntIntIntIntPredicate.ck +++ b/lick/fn/IntIntIntIntPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntIntIntProcedure.ck b/lick/fn/IntIntIntIntProcedure.ck index b0c8db76..da4a73a7 100644 --- a/lick/fn/IntIntIntIntProcedure.ck +++ b/lick/fn/IntIntIntIntProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntIntPredicate.ck b/lick/fn/IntIntIntPredicate.ck index 8490c8f4..252ab7c8 100644 --- a/lick/fn/IntIntIntPredicate.ck +++ b/lick/fn/IntIntIntPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntIntProcedure.ck b/lick/fn/IntIntIntProcedure.ck index 23c8d134..95fed8db 100644 --- a/lick/fn/IntIntIntProcedure.ck +++ b/lick/fn/IntIntIntProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntPredicate.ck b/lick/fn/IntIntPredicate.ck index 0131f7a2..769cda83 100644 --- a/lick/fn/IntIntPredicate.ck +++ b/lick/fn/IntIntPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntIntProcedure.ck b/lick/fn/IntIntProcedure.ck index 610f8d2f..3fbeb3e6 100644 --- a/lick/fn/IntIntProcedure.ck +++ b/lick/fn/IntIntProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntPredicate.ck b/lick/fn/IntPredicate.ck index 942ff020..35b05f7c 100644 --- a/lick/fn/IntPredicate.ck +++ b/lick/fn/IntPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntProcedure.ck b/lick/fn/IntProcedure.ck index 3df8a9d5..fc2e81c7 100644 --- a/lick/fn/IntProcedure.ck +++ b/lick/fn/IntProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntProcedures.ck b/lick/fn/IntProcedures.ck index 67f3028a..30ea9387 100644 --- a/lick/fn/IntProcedures.ck +++ b/lick/fn/IntProcedures.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/IntSupplier.ck b/lick/fn/IntSupplier.ck index 482603ef..03c3a481 100644 --- a/lick/fn/IntSupplier.ck +++ b/lick/fn/IntSupplier.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Inverse.ck b/lick/fn/Inverse.ck index b30e2fe1..3403b212 100644 --- a/lick/fn/Inverse.ck +++ b/lick/fn/Inverse.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Log.ck b/lick/fn/Log.ck index 8acfa926..32be027e 100644 --- a/lick/fn/Log.ck +++ b/lick/fn/Log.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Log10.ck b/lick/fn/Log10.ck index 98fb5d8c..681aaf6e 100644 --- a/lick/fn/Log10.ck +++ b/lick/fn/Log10.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Log2.ck b/lick/fn/Log2.ck index 80ae706f..e2115350 100644 --- a/lick/fn/Log2.ck +++ b/lick/fn/Log2.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Negate.ck b/lick/fn/Negate.ck index 2dd3b08e..b1736d6e 100644 --- a/lick/fn/Negate.ck +++ b/lick/fn/Negate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Predicate.ck b/lick/fn/Predicate.ck index 6cdee38c..dbd90648 100644 --- a/lick/fn/Predicate.ck +++ b/lick/fn/Predicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Procedure.ck b/lick/fn/Procedure.ck index 176fef91..5edcd401 100644 --- a/lick/fn/Procedure.ck +++ b/lick/fn/Procedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Procedures.ck b/lick/fn/Procedures.ck index d0fda14f..bba9500a 100644 --- a/lick/fn/Procedures.ck +++ b/lick/fn/Procedures.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/QuaternaryFunction.ck b/lick/fn/QuaternaryFunction.ck index c564d32b..d28c1d86 100644 --- a/lick/fn/QuaternaryFunction.ck +++ b/lick/fn/QuaternaryFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/QuaternaryPredicate.ck b/lick/fn/QuaternaryPredicate.ck index 147ec8a4..8d1b6908 100644 --- a/lick/fn/QuaternaryPredicate.ck +++ b/lick/fn/QuaternaryPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Round.ck b/lick/fn/Round.ck index 3bb1bcd0..38d17951 100644 --- a/lick/fn/Round.ck +++ b/lick/fn/Round.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Sin.ck b/lick/fn/Sin.ck index 2c6a13d1..dee4b8c9 100644 --- a/lick/fn/Sin.ck +++ b/lick/fn/Sin.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Sinh.ck b/lick/fn/Sinh.ck index c9e32674..1904ee4b 100644 --- a/lick/fn/Sinh.ck +++ b/lick/fn/Sinh.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Sqrt.ck b/lick/fn/Sqrt.ck index 586f69bd..459ac588 100644 --- a/lick/fn/Sqrt.ck +++ b/lick/fn/Sqrt.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Supplier.ck b/lick/fn/Supplier.ck index 3b4f8d9c..bd756e57 100644 --- a/lick/fn/Supplier.ck +++ b/lick/fn/Supplier.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Tan.ck b/lick/fn/Tan.ck index 6eeb87df..2c687ca0 100644 --- a/lick/fn/Tan.ck +++ b/lick/fn/Tan.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Tanh.ck b/lick/fn/Tanh.ck index 297272fd..0d47847d 100644 --- a/lick/fn/Tanh.ck +++ b/lick/fn/Tanh.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/TernaryFunction.ck b/lick/fn/TernaryFunction.ck index 8bd33361..e552f0c7 100644 --- a/lick/fn/TernaryFunction.ck +++ b/lick/fn/TernaryFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/TernaryPredicate.ck b/lick/fn/TernaryPredicate.ck index 8ae08e9d..4d86802f 100644 --- a/lick/fn/TernaryPredicate.ck +++ b/lick/fn/TernaryPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/TernaryProcedure.ck b/lick/fn/TernaryProcedure.ck index 9390c40d..bf7eb1c0 100644 --- a/lick/fn/TernaryProcedure.ck +++ b/lick/fn/TernaryProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Trunc.ck b/lick/fn/Trunc.ck index 9f53da5f..d9373714 100644 --- a/lick/fn/Trunc.ck +++ b/lick/fn/Trunc.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/UnaryFunction.ck b/lick/fn/UnaryFunction.ck index 2cec6388..98734f06 100644 --- a/lick/fn/UnaryFunction.ck +++ b/lick/fn/UnaryFunction.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/UnaryPredicate.ck b/lick/fn/UnaryPredicate.ck index b192ca9c..79d2eb75 100644 --- a/lick/fn/UnaryPredicate.ck +++ b/lick/fn/UnaryPredicate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/UnaryProcedure.ck b/lick/fn/UnaryProcedure.ck index 19556245..56771883 100644 --- a/lick/fn/UnaryProcedure.ck +++ b/lick/fn/UnaryProcedure.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/fn/Uniform.ck b/lick/fn/Uniform.ck index 4c9b3be3..373c7ad2 100644 --- a/lick/fn/Uniform.ck +++ b/lick/fn/Uniform.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/AbstractBounce.ck b/lick/interpolate/AbstractBounce.ck index 7b4e8cc3..74b8c2a6 100644 --- a/lick/interpolate/AbstractBounce.ck +++ b/lick/interpolate/AbstractBounce.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/BackIn.ck b/lick/interpolate/BackIn.ck index 45cc39c9..06ef2c48 100644 --- a/lick/interpolate/BackIn.ck +++ b/lick/interpolate/BackIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/BackInOut.ck b/lick/interpolate/BackInOut.ck index 0087e750..398c5f70 100644 --- a/lick/interpolate/BackInOut.ck +++ b/lick/interpolate/BackInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/BackOut.ck b/lick/interpolate/BackOut.ck index 29b251eb..fadceb3d 100644 --- a/lick/interpolate/BackOut.ck +++ b/lick/interpolate/BackOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/BounceIn.ck b/lick/interpolate/BounceIn.ck index ddfc8bcd..46dce792 100644 --- a/lick/interpolate/BounceIn.ck +++ b/lick/interpolate/BounceIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/BounceInOut.ck b/lick/interpolate/BounceInOut.ck index 9450b3ed..04233bc0 100644 --- a/lick/interpolate/BounceInOut.ck +++ b/lick/interpolate/BounceInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/BounceOut.ck b/lick/interpolate/BounceOut.ck index f0ebdbfb..31b69ea9 100644 --- a/lick/interpolate/BounceOut.ck +++ b/lick/interpolate/BounceOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/CircularIn.ck b/lick/interpolate/CircularIn.ck index 82087e32..09241b67 100644 --- a/lick/interpolate/CircularIn.ck +++ b/lick/interpolate/CircularIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/CircularInOut.ck b/lick/interpolate/CircularInOut.ck index 79d96b72..ff6cf002 100644 --- a/lick/interpolate/CircularInOut.ck +++ b/lick/interpolate/CircularInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/CircularOut.ck b/lick/interpolate/CircularOut.ck index a4b6004b..99a1b2c1 100644 --- a/lick/interpolate/CircularOut.ck +++ b/lick/interpolate/CircularOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/Constrain.ck b/lick/interpolate/Constrain.ck index 539149f0..a1d9f390 100644 --- a/lick/interpolate/Constrain.ck +++ b/lick/interpolate/Constrain.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/CubicIn.ck b/lick/interpolate/CubicIn.ck index 3a7ae9fe..9579c0e7 100644 --- a/lick/interpolate/CubicIn.ck +++ b/lick/interpolate/CubicIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/CubicInOut.ck b/lick/interpolate/CubicInOut.ck index 5fdac0cd..81e209a1 100644 --- a/lick/interpolate/CubicInOut.ck +++ b/lick/interpolate/CubicInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/CubicOut.ck b/lick/interpolate/CubicOut.ck index 0dca74cc..389ee7f1 100644 --- a/lick/interpolate/CubicOut.ck +++ b/lick/interpolate/CubicOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/ElasticIn.ck b/lick/interpolate/ElasticIn.ck index 4d711b40..2d62e1f1 100644 --- a/lick/interpolate/ElasticIn.ck +++ b/lick/interpolate/ElasticIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/ElasticInOut.ck b/lick/interpolate/ElasticInOut.ck index c199226e..7232f7d6 100644 --- a/lick/interpolate/ElasticInOut.ck +++ b/lick/interpolate/ElasticInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/ElasticOut.ck b/lick/interpolate/ElasticOut.ck index 6581d8bb..2c22068d 100644 --- a/lick/interpolate/ElasticOut.ck +++ b/lick/interpolate/ElasticOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/ExponentialIn.ck b/lick/interpolate/ExponentialIn.ck index 50747328..718a19c4 100644 --- a/lick/interpolate/ExponentialIn.ck +++ b/lick/interpolate/ExponentialIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/ExponentialInOut.ck b/lick/interpolate/ExponentialInOut.ck index b88d563c..289b1140 100644 --- a/lick/interpolate/ExponentialInOut.ck +++ b/lick/interpolate/ExponentialInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/ExponentialOut.ck b/lick/interpolate/ExponentialOut.ck index a7d81a99..827ac33b 100644 --- a/lick/interpolate/ExponentialOut.ck +++ b/lick/interpolate/ExponentialOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/GaussianRandom.ck b/lick/interpolate/GaussianRandom.ck index 6015b0ff..e61deb0e 100644 --- a/lick/interpolate/GaussianRandom.ck +++ b/lick/interpolate/GaussianRandom.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/Interpolate.ck b/lick/interpolate/Interpolate.ck index 1d7439a3..6d6066fc 100644 --- a/lick/interpolate/Interpolate.ck +++ b/lick/interpolate/Interpolate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/Interpolation.ck b/lick/interpolate/Interpolation.ck index 547718cb..7eaea570 100644 --- a/lick/interpolate/Interpolation.ck +++ b/lick/interpolate/Interpolation.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/InterpolationTest.ck b/lick/interpolate/InterpolationTest.ck index 4973451e..c8224113 100644 --- a/lick/interpolate/InterpolationTest.ck +++ b/lick/interpolate/InterpolationTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/Interpolations.ck b/lick/interpolate/Interpolations.ck index d97e5719..e0b76291 100644 --- a/lick/interpolate/Interpolations.ck +++ b/lick/interpolate/Interpolations.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/Linear.ck b/lick/interpolate/Linear.ck index 7b822b8c..09cd9b7b 100644 --- a/lick/interpolate/Linear.ck +++ b/lick/interpolate/Linear.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/QuadraticIn.ck b/lick/interpolate/QuadraticIn.ck index 31f4ccb7..2eace04d 100644 --- a/lick/interpolate/QuadraticIn.ck +++ b/lick/interpolate/QuadraticIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/QuadraticInOut.ck b/lick/interpolate/QuadraticInOut.ck index 4e2b0fa3..37588853 100644 --- a/lick/interpolate/QuadraticInOut.ck +++ b/lick/interpolate/QuadraticInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/QuadraticOut.ck b/lick/interpolate/QuadraticOut.ck index e4332bc0..7c56cda8 100644 --- a/lick/interpolate/QuadraticOut.ck +++ b/lick/interpolate/QuadraticOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/QuarticIn.ck b/lick/interpolate/QuarticIn.ck index e4efa557..3c05422e 100644 --- a/lick/interpolate/QuarticIn.ck +++ b/lick/interpolate/QuarticIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/QuarticInOut.ck b/lick/interpolate/QuarticInOut.ck index 5dcecc9a..6b3f6339 100644 --- a/lick/interpolate/QuarticInOut.ck +++ b/lick/interpolate/QuarticInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/QuarticOut.ck b/lick/interpolate/QuarticOut.ck index dccad37e..8f739688 100644 --- a/lick/interpolate/QuarticOut.ck +++ b/lick/interpolate/QuarticOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/QuinticIn.ck b/lick/interpolate/QuinticIn.ck index a204ace1..7a6d845a 100644 --- a/lick/interpolate/QuinticIn.ck +++ b/lick/interpolate/QuinticIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/QuinticInOut.ck b/lick/interpolate/QuinticInOut.ck index 622b6fdd..15c77d50 100644 --- a/lick/interpolate/QuinticInOut.ck +++ b/lick/interpolate/QuinticInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/QuinticOut.ck b/lick/interpolate/QuinticOut.ck index b7710d7e..4be29c9c 100644 --- a/lick/interpolate/QuinticOut.ck +++ b/lick/interpolate/QuinticOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/Random.ck b/lick/interpolate/Random.ck index 897d7794..b97bf6a7 100644 --- a/lick/interpolate/Random.ck +++ b/lick/interpolate/Random.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/RandomFloor.ck b/lick/interpolate/RandomFloor.ck index 256cf901..5ad83c50 100644 --- a/lick/interpolate/RandomFloor.ck +++ b/lick/interpolate/RandomFloor.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/RandomThreshold.ck b/lick/interpolate/RandomThreshold.ck index 0a2a7d29..e8921a5f 100644 --- a/lick/interpolate/RandomThreshold.ck +++ b/lick/interpolate/RandomThreshold.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/SinusoidalIn.ck b/lick/interpolate/SinusoidalIn.ck index f42cc306..8a7faf4f 100644 --- a/lick/interpolate/SinusoidalIn.ck +++ b/lick/interpolate/SinusoidalIn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/SinusoidalInOut.ck b/lick/interpolate/SinusoidalInOut.ck index a17ecdef..a4fa9f62 100644 --- a/lick/interpolate/SinusoidalInOut.ck +++ b/lick/interpolate/SinusoidalInOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interpolate/SinusoidalOut.ck b/lick/interpolate/SinusoidalOut.ck index 8d704387..7b7ef3a8 100644 --- a/lick/interpolate/SinusoidalOut.ck +++ b/lick/interpolate/SinusoidalOut.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interval/Chord.ck b/lick/interval/Chord.ck index e2e6775e..cfbb6fd3 100644 --- a/lick/interval/Chord.ck +++ b/lick/interval/Chord.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interval/Chords.ck b/lick/interval/Chords.ck index 9878a9fe..6de4ba38 100644 --- a/lick/interval/Chords.ck +++ b/lick/interval/Chords.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interval/Interval.ck b/lick/interval/Interval.ck index 5a9b6bbb..430bd900 100644 --- a/lick/interval/Interval.ck +++ b/lick/interval/Interval.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interval/Intervals.ck b/lick/interval/Intervals.ck index 638dc94a..1f73a668 100644 --- a/lick/interval/Intervals.ck +++ b/lick/interval/Intervals.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interval/Scale.ck b/lick/interval/Scale.ck index a665c175..4a9abeab 100644 --- a/lick/interval/Scale.ck +++ b/lick/interval/Scale.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/interval/Scales.ck b/lick/interval/Scales.ck index b4875667..6c867ef3 100644 --- a/lick/interval/Scales.ck +++ b/lick/interval/Scales.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/jwmatthys/Crush.ck b/lick/jwmatthys/Crush.ck index 26f92644..62455864 100644 --- a/lick/jwmatthys/Crush.ck +++ b/lick/jwmatthys/Crush.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/jwmatthys/Disaster.ck b/lick/jwmatthys/Disaster.ck index f67ac956..20df508a 100644 --- a/lick/jwmatthys/Disaster.ck +++ b/lick/jwmatthys/Disaster.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/jwmatthys/Expo.ck b/lick/jwmatthys/Expo.ck index f416f3d5..b135107c 100644 --- a/lick/jwmatthys/Expo.ck +++ b/lick/jwmatthys/Expo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/jwmatthys/PitchFollower.ck b/lick/jwmatthys/PitchFollower.ck index 23d72626..2ba59168 100644 --- a/lick/jwmatthys/PitchFollower.ck +++ b/lick/jwmatthys/PitchFollower.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/jwmatthys/SigmuFollower.ck b/lick/jwmatthys/SigmuFollower.ck index 8ff63827..1fd42e0b 100644 --- a/lick/jwmatthys/SigmuFollower.ck +++ b/lick/jwmatthys/SigmuFollower.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/jwmatthys/SigmuGainFollower.ck b/lick/jwmatthys/SigmuGainFollower.ck index aed88b93..bfcedf72 100644 --- a/lick/jwmatthys/SigmuGainFollower.ck +++ b/lick/jwmatthys/SigmuGainFollower.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/jwmatthys/SigmuPitchFollower.ck b/lick/jwmatthys/SigmuPitchFollower.ck index 97109915..f802595e 100644 --- a/lick/jwmatthys/SigmuPitchFollower.ck +++ b/lick/jwmatthys/SigmuPitchFollower.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/jwmatthys/Spekt.ck b/lick/jwmatthys/Spekt.ck index a1629ac8..d70874b7 100644 --- a/lick/jwmatthys/Spekt.ck +++ b/lick/jwmatthys/Spekt.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/Ladspa.ck b/lick/ladspa/Ladspa.ck index 5ee97323..61d88568 100644 --- a/lick/ladspa/Ladspa.ck +++ b/lick/ladspa/Ladspa.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/Amp.ck b/lick/ladspa/caps/Amp.ck index 04d21400..256df7cf 100644 --- a/lick/ladspa/caps/Amp.ck +++ b/lick/ladspa/caps/Amp.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/Cabinet.ck b/lick/ladspa/caps/Cabinet.ck index 7f5576be..d055d174 100644 --- a/lick/ladspa/caps/Cabinet.ck +++ b/lick/ladspa/caps/Cabinet.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/Caps.ck b/lick/ladspa/caps/Caps.ck index 2a33b6cc..af0b3a5c 100644 --- a/lick/ladspa/caps/Caps.ck +++ b/lick/ladspa/caps/Caps.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/Eq.ck b/lick/ladspa/caps/Eq.ck index 7811fd95..38c3fa4f 100644 --- a/lick/ladspa/caps/Eq.ck +++ b/lick/ladspa/caps/Eq.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/NoiseGate.ck b/lick/ladspa/caps/NoiseGate.ck index 16d9d586..2b786f8d 100644 --- a/lick/ladspa/caps/NoiseGate.ck +++ b/lick/ladspa/caps/NoiseGate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/ParametricEq.ck b/lick/ladspa/caps/ParametricEq.ck index 39e24d71..14842dd7 100644 --- a/lick/ladspa/caps/ParametricEq.ck +++ b/lick/ladspa/caps/ParametricEq.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/Plate.ck b/lick/ladspa/caps/Plate.ck index 41898682..c14432ee 100644 --- a/lick/ladspa/caps/Plate.ck +++ b/lick/ladspa/caps/Plate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/Princeton.ck b/lick/ladspa/caps/Princeton.ck index cc27f09d..aba7667c 100644 --- a/lick/ladspa/caps/Princeton.ck +++ b/lick/ladspa/caps/Princeton.ck @@ -1,6 +1,6 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/Ring.ck b/lick/ladspa/caps/Ring.ck index c9c7e874..dd226f3c 100644 --- a/lick/ladspa/caps/Ring.ck +++ b/lick/ladspa/caps/Ring.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/Saturate.ck b/lick/ladspa/caps/Saturate.ck index 26da9b4b..8272b1dc 100644 --- a/lick/ladspa/caps/Saturate.ck +++ b/lick/ladspa/caps/Saturate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/Scape.ck b/lick/ladspa/caps/Scape.ck index 3ed3923b..eb91ea36 100644 --- a/lick/ladspa/caps/Scape.ck +++ b/lick/ladspa/caps/Scape.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/StereoEq.ck b/lick/ladspa/caps/StereoEq.ck index 6aebb0bc..0bbb5365 100644 --- a/lick/ladspa/caps/StereoEq.ck +++ b/lick/ladspa/caps/StereoEq.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/StereoPlate.ck b/lick/ladspa/caps/StereoPlate.ck index 68b5bbe1..39e8b60b 100644 --- a/lick/ladspa/caps/StereoPlate.ck +++ b/lick/ladspa/caps/StereoPlate.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/caps/ToneStack.ck b/lick/ladspa/caps/ToneStack.ck index ae67fe96..3bcd9494 100644 --- a/lick/ladspa/caps/ToneStack.ck +++ b/lick/ladspa/caps/ToneStack.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/cmt/Cmt.ck b/lick/ladspa/cmt/Cmt.ck index b43e7ad4..9eaa7f7b 100644 --- a/lick/ladspa/cmt/Cmt.ck +++ b/lick/ladspa/cmt/Cmt.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/cmt/Lofi.ck b/lick/ladspa/cmt/Lofi.ck index 58ba1da8..9f9b9918 100644 --- a/lick/ladspa/cmt/Lofi.ck +++ b/lick/ladspa/cmt/Lofi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/rubberband/RubberBand.ck b/lick/ladspa/rubberband/RubberBand.ck index a068785c..1f86aee3 100644 --- a/lick/ladspa/rubberband/RubberBand.ck +++ b/lick/ladspa/rubberband/RubberBand.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/swh/FreqShift.ck b/lick/ladspa/swh/FreqShift.ck index ef6ec6ce..e56b6199 100644 --- a/lick/ladspa/swh/FreqShift.ck +++ b/lick/ladspa/swh/FreqShift.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/swh/PitchScale.ck b/lick/ladspa/swh/PitchScale.ck index 3029e459..4440d46e 100644 --- a/lick/ladspa/swh/PitchScale.ck +++ b/lick/ladspa/swh/PitchScale.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/swh/Swh.ck b/lick/ladspa/swh/Swh.ck index 0279852b..99d6ee6a 100644 --- a/lick/ladspa/swh/Swh.ck +++ b/lick/ladspa/swh/Swh.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/swh/TapeDelay.ck b/lick/ladspa/swh/TapeDelay.ck index f0901e8b..1abc12ec 100644 --- a/lick/ladspa/swh/TapeDelay.ck +++ b/lick/ladspa/swh/TapeDelay.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/tap/Tap.ck b/lick/ladspa/tap/Tap.ck index 5313432c..bef3a887 100644 --- a/lick/ladspa/tap/Tap.ck +++ b/lick/ladspa/tap/Tap.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/ladspa/tap/TubeWarmth.ck b/lick/ladspa/tap/TubeWarmth.ck index 19d12bca..e9c4163c 100644 --- a/lick/ladspa/tap/TubeWarmth.ck +++ b/lick/ladspa/tap/TubeWarmth.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/lfo/Hyper.ck b/lick/lfo/Hyper.ck index 2d06dcb8..6666ff10 100644 --- a/lick/lfo/Hyper.ck +++ b/lick/lfo/Hyper.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -88,4 +88,4 @@ public class Hyper extends Chubgraph f => _sin.phase; return f; } -} \ No newline at end of file +} diff --git a/lick/lfo/Lfo.ck b/lick/lfo/Lfo.ck index d5012e9a..e66bd33b 100644 --- a/lick/lfo/Lfo.ck +++ b/lick/lfo/Lfo.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/lfo/Quad.ck b/lick/lfo/Quad.ck index 83a026c5..5c79227e 100644 --- a/lick/lfo/Quad.ck +++ b/lick/lfo/Quad.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -177,4 +177,4 @@ public class Quad depth => quad.depth; return quad; } -} \ No newline at end of file +} diff --git a/lick/lfo/SampleHold.ck b/lick/lfo/SampleHold.ck index 6f46c2a2..2cc7619e 100644 --- a/lick/lfo/SampleHold.ck +++ b/lick/lfo/SampleHold.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/lfo/SlewStep.ck b/lick/lfo/SlewStep.ck index b85c6d6f..89c2bf6b 100644 --- a/lick/lfo/SlewStep.ck +++ b/lick/lfo/SlewStep.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/lfo/SmoothSampleHold.ck b/lick/lfo/SmoothSampleHold.ck index 7cd97eef..2b3125d9 100644 --- a/lick/lfo/SmoothSampleHold.ck +++ b/lick/lfo/SmoothSampleHold.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/loop/Append.ck b/lick/loop/Append.ck index 7a4f29b1..3b8c2ff9 100644 --- a/lick/loop/Append.ck +++ b/lick/loop/Append.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/loop/Loop.ck b/lick/loop/Loop.ck index 4f626eb2..2147d58a 100644 --- a/lick/loop/Loop.ck +++ b/lick/loop/Loop.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/loop/LoopBuilder.ck b/lick/loop/LoopBuilder.ck index e3aa4b46..b8a35534 100644 --- a/lick/loop/LoopBuilder.ck +++ b/lick/loop/LoopBuilder.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/loop/Loops.ck b/lick/loop/Loops.ck index cfb35aa5..5b5568ed 100644 --- a/lick/loop/Loops.ck +++ b/lick/loop/Loops.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/loop/LoopsTest.ck b/lick/loop/LoopsTest.ck index c58caf01..b1491bd4 100644 --- a/lick/loop/LoopsTest.ck +++ b/lick/loop/LoopsTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/loop/Prepend.ck b/lick/loop/Prepend.ck index 3756be20..13853216 100644 --- a/lick/loop/Prepend.ck +++ b/lick/loop/Prepend.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/loop/Repeat.ck b/lick/loop/Repeat.ck index bf50bbfa..aa93095c 100644 --- a/lick/loop/Repeat.ck +++ b/lick/loop/Repeat.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/loop/Sleep.ck b/lick/loop/Sleep.ck index a9eaf0e8..01d8451b 100644 --- a/lick/loop/Sleep.ck +++ b/lick/loop/Sleep.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/AnimoogMidi.ck b/lick/midi/AnimoogMidi.ck index 924aba69..947a6410 100644 --- a/lick/midi/AnimoogMidi.ck +++ b/lick/midi/AnimoogMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/ControlChangeMidiMsg.ck b/lick/midi/ControlChangeMidiMsg.ck index 5bccde46..618d1b9e 100644 --- a/lick/midi/ControlChangeMidiMsg.ck +++ b/lick/midi/ControlChangeMidiMsg.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/EchoPadMidi.ck b/lick/midi/EchoPadMidi.ck index 83459e8f..1b1a214a 100644 --- a/lick/midi/EchoPadMidi.ck +++ b/lick/midi/EchoPadMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/EuclidMidi.ck b/lick/midi/EuclidMidi.ck index d7a8af70..17043f34 100644 --- a/lick/midi/EuclidMidi.ck +++ b/lick/midi/EuclidMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/FiltatronMidi.ck b/lick/midi/FiltatronMidi.ck index 836cb823..b56b3e4f 100644 --- a/lick/midi/FiltatronMidi.ck +++ b/lick/midi/FiltatronMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/GarageBandMidi.ck b/lick/midi/GarageBandMidi.ck index 6a4a5ed1..4ce76024 100644 --- a/lick/midi/GarageBandMidi.ck +++ b/lick/midi/GarageBandMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/LoopyMidi.ck b/lick/midi/LoopyMidi.ck index 531e64ff..7952f4cc 100644 --- a/lick/midi/LoopyMidi.ck +++ b/lick/midi/LoopyMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/MeeBlipMidi.ck b/lick/midi/MeeBlipMidi.ck index 198b2e62..3b85120c 100644 --- a/lick/midi/MeeBlipMidi.ck +++ b/lick/midi/MeeBlipMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/NoteOffMidiMsg.ck b/lick/midi/NoteOffMidiMsg.ck index efcf4f96..b1fb3b33 100644 --- a/lick/midi/NoteOffMidiMsg.ck +++ b/lick/midi/NoteOffMidiMsg.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/NoteOnMidiMsg.ck b/lick/midi/NoteOnMidiMsg.ck index 9e993c8f..8d624bbd 100644 --- a/lick/midi/NoteOnMidiMsg.ck +++ b/lick/midi/NoteOnMidiMsg.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/PodHd500Midi.ck b/lick/midi/PodHd500Midi.ck index 5e3f98ea..3c4cb96b 100644 --- a/lick/midi/PodHd500Midi.ck +++ b/lick/midi/PodHd500Midi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/StompMidi.ck b/lick/midi/StompMidi.ck index e396c0e1..39ff133f 100644 --- a/lick/midi/StompMidi.ck +++ b/lick/midi/StompMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/midi/TwoPotsMidi.ck b/lick/midi/TwoPotsMidi.ck index 821bcb43..77102919 100644 --- a/lick/midi/TwoPotsMidi.ck +++ b/lick/midi/TwoPotsMidi.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/module/Module.ck b/lick/module/Module.ck index c0d752d1..70affd3e 100644 --- a/lick/module/Module.ck +++ b/lick/module/Module.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/module/Module2.ck b/lick/module/Module2.ck index d5e21f9f..43ec3371 100644 --- a/lick/module/Module2.ck +++ b/lick/module/Module2.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/module/Module3.ck b/lick/module/Module3.ck index 9143fcc8..67b482ec 100644 --- a/lick/module/Module3.ck +++ b/lick/module/Module3.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/module/Module4.ck b/lick/module/Module4.ck index 82d6872c..866ff253 100644 --- a/lick/module/Module4.ck +++ b/lick/module/Module4.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/module/Module5.ck b/lick/module/Module5.ck index 69c3325b..5f1cf1e0 100644 --- a/lick/module/Module5.ck +++ b/lick/module/Module5.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/module/Module6.ck b/lick/module/Module6.ck index 6f6e64c3..a4f9f0bc 100644 --- a/lick/module/Module6.ck +++ b/lick/module/Module6.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/module/Module7.ck b/lick/module/Module7.ck index dc39d8b4..e7305af0 100644 --- a/lick/module/Module7.ck +++ b/lick/module/Module7.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/module/Module8.ck b/lick/module/Module8.ck index 97fab258..06e84c19 100644 --- a/lick/module/Module8.ck +++ b/lick/module/Module8.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/noise/Pk3.ck b/lick/noise/Pk3.ck index d4740024..ebb60f5d 100644 --- a/lick/noise/Pk3.ck +++ b/lick/noise/Pk3.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/noise/Pke.ck b/lick/noise/Pke.ck index bd1e948f..18f01a21 100644 --- a/lick/noise/Pke.ck +++ b/lick/noise/Pke.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/osc/ControlOscServer.ck b/lick/osc/ControlOscServer.ck index d83fe90f..110883d7 100644 --- a/lick/osc/ControlOscServer.ck +++ b/lick/osc/ControlOscServer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/osc/EuclidOsc.ck b/lick/osc/EuclidOsc.ck index 2faa7eb2..35f35095 100644 --- a/lick/osc/EuclidOsc.ck +++ b/lick/osc/EuclidOsc.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/osc/IanniXOsc.ck b/lick/osc/IanniXOsc.ck index e8a5cb3b..8fac1610 100644 --- a/lick/osc/IanniXOsc.ck +++ b/lick/osc/IanniXOsc.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/osc/LeapMotionOsc.ck b/lick/osc/LeapMotionOsc.ck index 961e9aa3..1738fcc0 100644 --- a/lick/osc/LeapMotionOsc.ck +++ b/lick/osc/LeapMotionOsc.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/osc/SooperLooperOsc.ck b/lick/osc/SooperLooperOsc.ck index 3db8e35f..09591416 100644 --- a/lick/osc/SooperLooperOsc.ck +++ b/lick/osc/SooperLooperOsc.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/osc/SooperLooperOscTest.ck b/lick/osc/SooperLooperOscTest.ck index 973c7e2f..f0e5034a 100644 --- a/lick/osc/SooperLooperOscTest.ck +++ b/lick/osc/SooperLooperOscTest.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/osc/TouchOscServer.ck b/lick/osc/TouchOscServer.ck index 052c1f35..34541c41 100644 --- a/lick/osc/TouchOscServer.ck +++ b/lick/osc/TouchOscServer.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sample/AdsrSample.ck b/lick/sample/AdsrSample.ck index ed2ef6b7..3562f585 100644 --- a/lick/sample/AdsrSample.ck +++ b/lick/sample/AdsrSample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sample/CompositeSample.ck b/lick/sample/CompositeSample.ck index ecda6cd1..657b9ee2 100644 --- a/lick/sample/CompositeSample.ck +++ b/lick/sample/CompositeSample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sample/HandedSample.ck b/lick/sample/HandedSample.ck index 52a29401..f6f04248 100644 --- a/lick/sample/HandedSample.ck +++ b/lick/sample/HandedSample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sample/PitchSensitiveSample.ck b/lick/sample/PitchSensitiveSample.ck index a61af3e4..8e205f98 100644 --- a/lick/sample/PitchSensitiveSample.ck +++ b/lick/sample/PitchSensitiveSample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sample/RandomSample.ck b/lick/sample/RandomSample.ck index 16b1874a..0e8faf82 100644 --- a/lick/sample/RandomSample.ck +++ b/lick/sample/RandomSample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sample/Sample.ck b/lick/sample/Sample.ck index ce0ec9cd..8283f9ec 100644 --- a/lick/sample/Sample.ck +++ b/lick/sample/Sample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sample/Samples.ck b/lick/sample/Samples.ck index a9e55620..f56c161f 100644 --- a/lick/sample/Samples.ck +++ b/lick/sample/Samples.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sample/VelocitySensitiveSample.ck b/lick/sample/VelocitySensitiveSample.ck index 8464749d..15ae0e78 100644 --- a/lick/sample/VelocitySensitiveSample.ck +++ b/lick/sample/VelocitySensitiveSample.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sim/Animoog.ck b/lick/sim/Animoog.ck index f8cf4a79..231451cb 100644 --- a/lick/sim/Animoog.ck +++ b/lick/sim/Animoog.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sim/EchoPad.ck b/lick/sim/EchoPad.ck index 1e32609c..81eaab07 100644 --- a/lick/sim/EchoPad.ck +++ b/lick/sim/EchoPad.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sim/Filtatron.ck b/lick/sim/Filtatron.ck index c8a2dc9c..f7c5b10e 100644 --- a/lick/sim/Filtatron.ck +++ b/lick/sim/Filtatron.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sim/GarageBand.ck b/lick/sim/GarageBand.ck index 403f31c3..6419f69d 100644 --- a/lick/sim/GarageBand.ck +++ b/lick/sim/GarageBand.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sim/Loopy.ck b/lick/sim/Loopy.ck index e8b08d5f..67edf3ca 100644 --- a/lick/sim/Loopy.ck +++ b/lick/sim/Loopy.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sim/MeeBlip.ck b/lick/sim/MeeBlip.ck index 0c832768..f2e05671 100644 --- a/lick/sim/MeeBlip.ck +++ b/lick/sim/MeeBlip.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sim/SooperLooper.ck b/lick/sim/SooperLooper.ck index 5e15d2a8..cfd181ca 100644 --- a/lick/sim/SooperLooper.ck +++ b/lick/sim/SooperLooper.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/sim/TwoPots.ck b/lick/sim/TwoPots.ck index b49235d7..cd84a812 100644 --- a/lick/sim/TwoPots.ck +++ b/lick/sim/TwoPots.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/BassDelay.ck b/lick/synth/BassDelay.ck index 6459daae..29f236f3 100644 --- a/lick/synth/BassDelay.ck +++ b/lick/synth/BassDelay.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/BassDelay2.ck b/lick/synth/BassDelay2.ck index 515dd880..5b28ea1c 100644 --- a/lick/synth/BassDelay2.ck +++ b/lick/synth/BassDelay2.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/BassDelay3.ck b/lick/synth/BassDelay3.ck index fecd968d..395e5c3e 100644 --- a/lick/synth/BassDelay3.ck +++ b/lick/synth/BassDelay3.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/CircleRamp.ck b/lick/synth/CircleRamp.ck index 3c0a97db..fb72171f 100644 --- a/lick/synth/CircleRamp.ck +++ b/lick/synth/CircleRamp.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/DoublePulse.ck b/lick/synth/DoublePulse.ck index 623f4868..597854a6 100644 --- a/lick/synth/DoublePulse.ck +++ b/lick/synth/DoublePulse.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -103,4 +103,4 @@ public class DoublePulse extends Chubgraph f => _osc2.width; return f; } -} \ No newline at end of file +} diff --git a/lick/synth/Fat.ck b/lick/synth/Fat.ck index b00f1cb9..381543c5 100644 --- a/lick/synth/Fat.ck +++ b/lick/synth/Fat.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -125,4 +125,4 @@ public class Fat extends Chubgraph } } */ -} \ No newline at end of file +} diff --git a/lick/synth/Folder.ck b/lick/synth/Folder.ck index a529b1bb..8585f552 100644 --- a/lick/synth/Folder.ck +++ b/lick/synth/Folder.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -66,4 +66,4 @@ public class Folder extends Chugen f => _a; return _a; } -} \ No newline at end of file +} diff --git a/lick/synth/Folder2.ck b/lick/synth/Folder2.ck index 182e8a35..8722a6e4 100644 --- a/lick/synth/Folder2.ck +++ b/lick/synth/Folder2.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -66,4 +66,4 @@ public class Folder2 extends Chugen f => _a; return _a; } -} \ No newline at end of file +} diff --git a/lick/synth/Lurverly.ck b/lick/synth/Lurverly.ck index 66dafbe1..1e12fa26 100644 --- a/lick/synth/Lurverly.ck +++ b/lick/synth/Lurverly.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -109,4 +109,4 @@ public class Luverly extends Chubgraph } } */ -} \ No newline at end of file +} diff --git a/lick/synth/Mdrone.ck b/lick/synth/Mdrone.ck index ca9a2ec6..7d0e23c7 100644 --- a/lick/synth/Mdrone.ck +++ b/lick/synth/Mdrone.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -279,4 +279,4 @@ public class Mdrone extends Chubgraph } } */ -} \ No newline at end of file +} diff --git a/lick/synth/Poly.ck b/lick/synth/Poly.ck index 1546b681..cab4cf87 100644 --- a/lick/synth/Poly.ck +++ b/lick/synth/Poly.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/SawRamp.ck b/lick/synth/SawRamp.ck index f1cdb9e5..065a4649 100644 --- a/lick/synth/SawRamp.ck +++ b/lick/synth/SawRamp.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/SeptSubGen.ck b/lick/synth/SeptSubGen.ck index 0ecca5ae..4f953348 100644 --- a/lick/synth/SeptSubGen.ck +++ b/lick/synth/SeptSubGen.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/SubGen.ck b/lick/synth/SubGen.ck index 1688b38d..9fa313bd 100644 --- a/lick/synth/SubGen.ck +++ b/lick/synth/SubGen.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/VoiceOfSaturn.ck b/lick/synth/VoiceOfSaturn.ck index 7fd3e881..58469dfb 100644 --- a/lick/synth/VoiceOfSaturn.ck +++ b/lick/synth/VoiceOfSaturn.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/synth/Wrapper.ck b/lick/synth/Wrapper.ck index 6e965c80..5145f631 100644 --- a/lick/synth/Wrapper.ck +++ b/lick/synth/Wrapper.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. @@ -39,4 +39,4 @@ public class Wrapper extends Effect f => _dp.freq; return f; } -} \ No newline at end of file +} diff --git a/lick/test/Assert.ck b/lick/test/Assert.ck index da0c4e3d..8c3ab618 100644 --- a/lick/test/Assert.ck +++ b/lick/test/Assert.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/tuning/MidiNote.ck b/lick/tuning/MidiNote.ck index 3c69ed34..f50202d3 100644 --- a/lick/tuning/MidiNote.ck +++ b/lick/tuning/MidiNote.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/tuning/SYTunings.ck b/lick/tuning/SYTunings.ck index 9d92343b..731ddb9c 100644 --- a/lick/tuning/SYTunings.ck +++ b/lick/tuning/SYTunings.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/tuning/Tuning.ck b/lick/tuning/Tuning.ck index 3df46ebc..7aaa6cac 100644 --- a/lick/tuning/Tuning.ck +++ b/lick/tuning/Tuning.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/lick/tuning/Tunings.ck b/lick/tuning/Tunings.ck index 8d12b625..c5fd6386 100644 --- a/lick/tuning/Tunings.ck +++ b/lick/tuning/Tunings.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK. diff --git a/tests.ck b/tests.ck index 85f5ffa4..bb86e92c 100644 --- a/tests.ck +++ b/tests.ck @@ -1,7 +1,7 @@ /* LiCK Library for ChucK. - Copyright (c) 2007-2015 held jointly by the individual authors. + Copyright (c) 2007-2016 held jointly by the individual authors. This file is part of LiCK.