Skip to content

Commit 7b6d1e9

Browse files
committed
Licence & authors update
1 parent fcdbf88 commit 7b6d1e9

File tree

244 files changed

+3094
-424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+3094
-424
lines changed

COPYING.txt

Lines changed: 621 additions & 0 deletions
Large diffs are not rendered by default.

Examples/Curve 3D equations.iannix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,18 @@ function makeWithScript() {
209209

210210

211211
/*
212-
IanniX - a graphical real-time open-source sequencer for digital art
213-
Copyright (C) 2010-2012 - IanniX Association
212+
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
213+
Copyright (C) 2010-2014 — IanniX Association
214214

215-
This program is free software: you can redistribute it and/or modify
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
216221
it under the terms of the GNU General Public License as published by
217222
the Free Software Foundation, either version 3 of the License, or
218-
(at your option) any later version.
223+
any later version.
219224

220225
This program is distributed in the hope that it will be useful,
221226
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -225,4 +230,3 @@ function makeWithScript() {
225230
You should have received a copy of the GNU General Public License
226231
along with this program. If not, see <http://www.gnu.org/licenses/>.
227232
*/
228-

Examples/Fractals.iannix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,18 @@ function addCurve(recursion, start, end) {
8989

9090

9191
/*
92-
IanniX - a graphical real-time open-source sequencer for digital art
93-
Copyright (C) 2010-2012 - IanniX Association
92+
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
93+
Copyright (C) 2010-2014 — IanniX Association
9494

95-
This program is free software: you can redistribute it and/or modify
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
96101
it under the terms of the GNU General Public License as published by
97102
the Free Software Foundation, either version 3 of the License, or
98-
(at your option) any later version.
103+
any later version.
99104

100105
This program is distributed in the hope that it will be useful,
101106
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -105,4 +110,3 @@ function addCurve(recursion, start, end) {
105110
You should have received a copy of the GNU General Public License
106111
along with this program. If not, see <http://www.gnu.org/licenses/>.
107112
*/
108-

Examples/Glyphs.iannix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,18 @@ function addTrigger(index) {
6767

6868

6969
/*
70-
IanniX - a graphical real-time open-source sequencer for digital art
71-
Copyright (C) 2010-2012 - IanniX Association
70+
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
71+
Copyright (C) 2010-2014 — IanniX Association
7272

73-
This program is free software: you can redistribute it and/or modify
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
7479
it under the terms of the GNU General Public License as published by
7580
the Free Software Foundation, either version 3 of the License, or
76-
(at your option) any later version.
81+
any later version.
7782

7883
This program is distributed in the hope that it will be useful,
7984
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -83,4 +88,3 @@ function addTrigger(index) {
8388
You should have received a copy of the GNU General Public License
8489
along with this program. If not, see <http://www.gnu.org/licenses/>.
8590
*/
86-

Examples/Grid.iannix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,18 @@ function addCurve(index) {
5757

5858

5959
/*
60-
IanniX - a graphical real-time open-source sequencer for digital art
61-
Copyright (C) 2010-2012 - IanniX Association
60+
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
61+
Copyright (C) 2010-2014 — IanniX Association
6262

63-
This program is free software: you can redistribute it and/or modify
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
6469
it under the terms of the GNU General Public License as published by
6570
the Free Software Foundation, either version 3 of the License, or
66-
(at your option) any later version.
71+
any later version.
6772

6873
This program is distributed in the hope that it will be useful,
6974
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -73,4 +78,3 @@ function addCurve(index) {
7378
You should have received a copy of the GNU General Public License
7479
along with this program. If not, see <http://www.gnu.org/licenses/>.
7580
*/
76-

Examples/IanniX logo.iannix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,18 @@ var points = [
236236

237237

238238
/*
239-
IanniX - a graphical real-time open-source sequencer for digital art
240-
Copyright (C) 2010-2012 - IanniX Association
239+
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
240+
Copyright (C) 2010-2014 — IanniX Association
241241

242-
This program is free software: you can redistribute it and/or modify
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
243248
it under the terms of the GNU General Public License as published by
244249
the Free Software Foundation, either version 3 of the License, or
245-
(at your option) any later version.
250+
any later version.
246251

247252
This program is distributed in the hope that it will be useful,
248253
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -252,4 +257,3 @@ var points = [
252257
You should have received a copy of the GNU General Public License
253258
along with this program. If not, see <http://www.gnu.org/licenses/>.
254259
*/
255-

Examples/Performance - (a-z)².iannix

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,18 @@ var points = [
381381

382382

383383
/*
384-
IanniX - a graphical real-time open-source sequencer for digital art
385-
Copyright (C) 2010-2012 - IanniX Association
384+
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
385+
Copyright (C) 2010-2014 — IanniX Association
386386

387-
This program is free software: you can redistribute it and/or modify
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
388393
it under the terms of the GNU General Public License as published by
389394
the Free Software Foundation, either version 3 of the License, or
390-
(at your option) any later version.
395+
any later version.
391396

392397
This program is distributed in the hope that it will be useful,
393398
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -397,5 +402,3 @@ var points = [
397402
You should have received a copy of the GNU General Public License
398403
along with this program. If not, see <http://www.gnu.org/licenses/>.
399404
*/
400-
401-

Examples/Performance - Recurrence.iannix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,13 +1470,18 @@ function ajouterCurseur(info, param, control) {
14701470

14711471

14721472
/*
1473-
IanniX - a graphical real-time open-source sequencer for digital art
1474-
Copyright (C) 2010-2012 - IanniX Association
1473+
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
1474+
Copyright (C) 2010-2014 — IanniX Association
14751475

1476-
This program is free software: you can redistribute it and/or modify
1476+
Project Manager: Thierry Coduys (http://www.le-hub.org)
1477+
Development: Guillaume Jacquemin (http://www.buzzinglight.com)
1478+
1479+
This file was written by Guillaume Jacquemin.
1480+
1481+
IanniX is a free software: you can redistribute it and/or modify
14771482
it under the terms of the GNU General Public License as published by
14781483
the Free Software Foundation, either version 3 of the License, or
1479-
(at your option) any later version.
1484+
any later version.
14801485

14811486
This program is distributed in the hope that it will be useful,
14821487
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -1486,4 +1491,3 @@ function ajouterCurseur(info, param, control) {
14861491
You should have received a copy of the GNU General Public License
14871492
along with this program. If not, see <http://www.gnu.org/licenses/>.
14881493
*/
1489-

Examples/Random 3D lines.iannix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,18 @@ function addLine() {
7575

7676

7777
/*
78-
IanniX - a graphical real-time open-source sequencer for digital art
79-
Copyright (C) 2010-2012 - IanniX Association
78+
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
79+
Copyright (C) 2010-2014 — IanniX Association
8080

81-
This program is free software: you can redistribute it and/or modify
81+
Project Manager: Thierry Coduys (http://www.le-hub.org)
82+
Development: Guillaume Jacquemin (http://www.buzzinglight.com)
83+
84+
This file was written by Guillaume Jacquemin.
85+
86+
IanniX is a free software: you can redistribute it and/or modify
8287
it under the terms of the GNU General Public License as published by
8388
the Free Software Foundation, either version 3 of the License, or
84-
(at your option) any later version.
89+
any later version.
8590

8691
This program is distributed in the hope that it will be useful,
8792
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -91,4 +96,3 @@ function addLine() {
9196
You should have received a copy of the GNU General Public License
9297
along with this program. If not, see <http://www.gnu.org/licenses/>.
9398
*/
94-

Examples/Rosette.iannix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,18 @@ function addCircle(circleIndex, center) {
6565

6666

6767
/*
68-
IanniX - a graphical real-time open-source sequencer for digital art
69-
Copyright (C) 2010-2012 - IanniX Association
68+
This file is part of IanniX, a graphical real-time open-source sequencer for digital art
69+
Copyright (C) 2010-2014 — IanniX Association
7070

71-
This program is free software: you can redistribute it and/or modify
71+
Project Manager: Thierry Coduys (http://www.le-hub.org)
72+
Development: Guillaume Jacquemin (http://www.buzzinglight.com)
73+
74+
This file was written by Guillaume Jacquemin.
75+
76+
IanniX is a free software: you can redistribute it and/or modify
7277
it under the terms of the GNU General Public License as published by
7378
the Free Software Foundation, either version 3 of the License, or
74-
(at your option) any later version.
79+
any later version.
7580

7681
This program is distributed in the hope that it will be useful,
7782
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -81,4 +86,3 @@ function addCircle(circleIndex, center) {
8186
You should have received a copy of the GNU General Public License
8287
along with this program. If not, see <http://www.gnu.org/licenses/>.
8388
*/
84-

0 commit comments

Comments
 (0)