Skip to content

Commit 884cef3

Browse files
committed
Example licence update
1 parent 3366127 commit 884cef3

22 files changed

+6760
-412
lines changed

Examples/Curve 3D equations.iannix

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
IanniX score example: Curve 3D equations (c) by IanniX Association
3+
This file was written by Guillaume Jacquemin.
4+
5+
This IanniX score example is licensed under a
6+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
7+
8+
You should have received a copy of the license along with this
9+
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>.
10+
*/
11+
112
/*
213
* IanniX Score File
314
*/
@@ -208,25 +219,3 @@ function makeWithScript() {
208219
*/
209220

210221

211-
/*
212-
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
213-
Copyright (C) 2010-2014 — IanniX Association
214-
215-
Project Manager: Thierry Coduys (http://www.le-hub.org)
216-
Development: Guillaume Jacquemin (http://www.buzzinglight.com)
217-
218-
This file was written by Guillaume Jacquemin.
219-
220-
IanniX is a free software: you can redistribute it and/or modify
221-
it under the terms of the GNU General Public License as published by
222-
the Free Software Foundation, either version 3 of the License, or
223-
any later version.
224-
225-
This program is distributed in the hope that it will be useful,
226-
but WITHOUT ANY WARRANTY; without even the implied warranty of
227-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
228-
GNU General Public License for more details.
229-
230-
You should have received a copy of the GNU General Public License
231-
along with this program. If not, see <http://www.gnu.org/licenses/>.
232-
*/

Examples/Fractals.iannix

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
IanniX score example: Fractals (c) by IanniX Association
3+
This file was written by Guillaume Jacquemin.
4+
5+
This IanniX score example is licensed under a
6+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
7+
8+
You should have received a copy of the license along with this
9+
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>.
10+
*/
11+
112
/*
213
* IanniX Score File
314
*/
@@ -88,25 +99,3 @@ function addCurve(recursion, start, end) {
8899
*/
89100

90101

91-
/*
92-
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
93-
Copyright (C) 2010-2014 — IanniX Association
94-
95-
Project Manager: Thierry Coduys (http://www.le-hub.org)
96-
Development: Guillaume Jacquemin (http://www.buzzinglight.com)
97-
98-
This file was written by Guillaume Jacquemin.
99-
100-
IanniX is a free software: you can redistribute it and/or modify
101-
it under the terms of the GNU General Public License as published by
102-
the Free Software Foundation, either version 3 of the License, or
103-
any later version.
104-
105-
This program is distributed in the hope that it will be useful,
106-
but WITHOUT ANY WARRANTY; without even the implied warranty of
107-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
108-
GNU General Public License for more details.
109-
110-
You should have received a copy of the GNU General Public License
111-
along with this program. If not, see <http://www.gnu.org/licenses/>.
112-
*/

Examples/Glyphs.iannix

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
IanniX score example: Glyphs (c) by IanniX Association
3+
This file was written by Guillaume Jacquemin.
4+
5+
This IanniX score example is licensed under a
6+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
7+
8+
You should have received a copy of the license along with this
9+
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>.
10+
*/
11+
112
/*
213
* IanniX Score File
314
*/
@@ -66,25 +77,3 @@ function addTrigger(index) {
6677
*/
6778

6879

69-
/*
70-
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
71-
Copyright (C) 2010-2014 — IanniX Association
72-
73-
Project Manager: Thierry Coduys (http://www.le-hub.org)
74-
Development: Guillaume Jacquemin (http://www.buzzinglight.com)
75-
76-
This file was written by Guillaume Jacquemin.
77-
78-
IanniX is a free software: you can redistribute it and/or modify
79-
it under the terms of the GNU General Public License as published by
80-
the Free Software Foundation, either version 3 of the License, or
81-
any later version.
82-
83-
This program is distributed in the hope that it will be useful,
84-
but WITHOUT ANY WARRANTY; without even the implied warranty of
85-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
86-
GNU General Public License for more details.
87-
88-
You should have received a copy of the GNU General Public License
89-
along with this program. If not, see <http://www.gnu.org/licenses/>.
90-
*/

Examples/Grid.iannix

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
IanniX score example: Grid (c) by IanniX Association
3+
This file was written by Guillaume Jacquemin.
4+
5+
This IanniX score example is licensed under a
6+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
7+
8+
You should have received a copy of the license along with this
9+
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>.
10+
*/
11+
112
/*
213
* IanniX Score File
314
*/
@@ -56,25 +67,3 @@ function addCurve(index) {
5667
*/
5768

5869

59-
/*
60-
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
61-
Copyright (C) 2010-2014 — IanniX Association
62-
63-
Project Manager: Thierry Coduys (http://www.le-hub.org)
64-
Development: Guillaume Jacquemin (http://www.buzzinglight.com)
65-
66-
This file was written by Guillaume Jacquemin.
67-
68-
IanniX is a free software: you can redistribute it and/or modify
69-
it under the terms of the GNU General Public License as published by
70-
the Free Software Foundation, either version 3 of the License, or
71-
any later version.
72-
73-
This program is distributed in the hope that it will be useful,
74-
but WITHOUT ANY WARRANTY; without even the implied warranty of
75-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
76-
GNU General Public License for more details.
77-
78-
You should have received a copy of the GNU General Public License
79-
along with this program. If not, see <http://www.gnu.org/licenses/>.
80-
*/

Examples/IanniX logo.iannix

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
IanniX score example: IanniX logo (c) by IanniX Association
3+
This file was written by Guillaume Jacquemin.
4+
5+
This IanniX score example is licensed under a
6+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
7+
8+
You should have received a copy of the license along with this
9+
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>.
10+
*/
11+
112
/*
213
* IanniX Score File
314
*/
@@ -235,25 +246,3 @@ var points = [
235246
*/
236247

237248

238-
/*
239-
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
240-
Copyright (C) 2010-2014 — IanniX Association
241-
242-
Project Manager: Thierry Coduys (http://www.le-hub.org)
243-
Development: Guillaume Jacquemin (http://www.buzzinglight.com)
244-
245-
This file was written by Guillaume Jacquemin.
246-
247-
IanniX is a free software: you can redistribute it and/or modify
248-
it under the terms of the GNU General Public License as published by
249-
the Free Software Foundation, either version 3 of the License, or
250-
any later version.
251-
252-
This program is distributed in the hope that it will be useful,
253-
but WITHOUT ANY WARRANTY; without even the implied warranty of
254-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
255-
GNU General Public License for more details.
256-
257-
You should have received a copy of the GNU General Public License
258-
along with this program. If not, see <http://www.gnu.org/licenses/>.
259-
*/
Lines changed: 16 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
// ---------------------------------------------------------------------------------
2-
// (a-z)^2
3-
// ---------------------------------------------------------------------------------
4-
// An interactive installation of 3 Days a Week (Guillaume Jacquemin / Matthieu Ranc
5-
// Presented the 17th of June 2012 in Gare Experimentale, Paris, France
6-
// ---------------------------------------------------------------------------------
7-
// Controled with a KorgNano (MIDI) & linked with sound server on MaxMSP
8-
// ---------------------------------------------------------------
1+
/*
2+
Performance: (a-z)^2 (c) by 3 Days a Week (Guillaume Jacquemin / Matthieu Ranc)
3+
This file was written by Guillaume Jacquemin and Matthieu Ranc.
4+
5+
An interactive installation presented the 17th of June 2012 in Gare Experimentale, Paris, France
6+
Controled with a KorgNano (MIDI) & linked with sound server on MaxMSP
7+
8+
(a-z)^2 is licensed under a
9+
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
910

11+
You should have received a copy of the license along with this
12+
work. If not, see <http://creativecommons.org/licenses/by-nc-nd/4.0/>.
13+
*/
14+
15+
/*
16+
* IanniX Score File
17+
*/
1018

1119
//Position of the curve in space
1220
var curvesPosition = [
@@ -380,25 +388,3 @@ var points = [
380388
*/
381389

382390

383-
/*
384-
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
385-
Copyright (C) 2010-2014 — IanniX Association
386-
387-
Project Manager: Thierry Coduys (http://www.le-hub.org)
388-
Development: Guillaume Jacquemin (http://www.buzzinglight.com)
389-
390-
This file was written by Guillaume Jacquemin.
391-
392-
IanniX is a free software: you can redistribute it and/or modify
393-
it under the terms of the GNU General Public License as published by
394-
the Free Software Foundation, either version 3 of the License, or
395-
any later version.
396-
397-
This program is distributed in the hope that it will be useful,
398-
but WITHOUT ANY WARRANTY; without even the implied warranty of
399-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
400-
GNU General Public License for more details.
401-
402-
You should have received a copy of the GNU General Public License
403-
along with this program. If not, see <http://www.gnu.org/licenses/>.
404-
*/

0 commit comments

Comments
 (0)