From 6ed6f96b1c2daa3170fdf60728edcb9080a1d3a2 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 28 May 2015 10:14:06 +0300 Subject: add copyright and license headers for GNU AGPL v3 --- src/client/app.js | 18 ++++++++++++++++++ src/client/build.js | 18 ++++++++++++++++++ src/client/buttons.js | 18 ++++++++++++++++++ src/client/consts.js | 18 ++++++++++++++++++ src/client/devtools.js | 18 ++++++++++++++++++ src/client/drag_n_drop.js | 18 ++++++++++++++++++ src/client/history.js | 18 ++++++++++++++++++ src/client/keyshortcuts.js | 18 ++++++++++++++++++ src/client/main.js | 18 ++++++++++++++++++ src/client/messages.js | 18 ++++++++++++++++++ src/client/model/core.js | 18 ++++++++++++++++++ src/client/model/diff.js | 18 ++++++++++++++++++ src/client/model/graph.js | 18 ++++++++++++++++++ src/client/model/types.js | 18 ++++++++++++++++++ src/client/model/util.js | 18 ++++++++++++++++++ src/client/pw_reset.js | 18 ++++++++++++++++++ src/client/robot.js | 18 ++++++++++++++++++ src/client/rz_api_backend.js | 18 ++++++++++++++++++ src/client/rz_api_mesh.js | 18 ++++++++++++++++++ src/client/rz_bus.js | 18 ++++++++++++++++++ src/client/rz_core.js | 18 ++++++++++++++++++ src/client/rz_mesh.js | 18 ++++++++++++++++++ src/client/rz_observer.js | 18 ++++++++++++++++++ src/client/textanalysis.js | 18 ++++++++++++++++++ src/client/textanalysis.ui.js | 18 ++++++++++++++++++ src/client/user_login.js | 18 ++++++++++++++++++ src/client/user_signup.js | 18 ++++++++++++++++++ src/client/util.js | 18 ++++++++++++++++++ src/client/view/activity.js | 18 ++++++++++++++++++ src/client/view/bubble.js | 18 ++++++++++++++++++ src/client/view/cmd_bar.js | 18 ++++++++++++++++++ src/client/view/completer.js | 18 ++++++++++++++++++ src/client/view/filter_menu.js | 18 ++++++++++++++++++ src/client/view/graph_view.js | 18 ++++++++++++++++++ src/client/view/item_info.js | 18 ++++++++++++++++++ src/client/view/layouts.js | 18 ++++++++++++++++++ src/client/view/search.js | 18 ++++++++++++++++++ src/client/view/selection.js | 18 ++++++++++++++++++ src/client/view/svg_input.js | 18 ++++++++++++++++++ src/client/view/textanalyser_input.js | 18 ++++++++++++++++++ src/client/view/timeline.js | 18 ++++++++++++++++++ src/client/view/toolbar__status.js | 18 ++++++++++++++++++ 42 files changed, 756 insertions(+) (limited to 'src/client') diff --git a/src/client/app.js b/src/client/app.js index 7b74724c..d2c25b1d 100644 --- a/src/client/app.js +++ b/src/client/app.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + (function() { var lib_path = '/static/lib/'; diff --git a/src/client/build.js b/src/client/build.js index df63be02..43a3aee4 100644 --- a/src/client/build.js +++ b/src/client/build.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + ({ baseUrl: ".", shim: { diff --git a/src/client/buttons.js b/src/client/buttons.js index 9bb4159d..92b3b41e 100644 --- a/src/client/buttons.js +++ b/src/client/buttons.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(['jquery', 'rz_core', 'rz_api_backend', 'view/selection', 'view/cmd_bar'], diff --git a/src/client/consts.js b/src/client/consts.js index b1baa5d9..e3485c8f 100644 --- a/src/client/consts.js +++ b/src/client/consts.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(function() { diff --git a/src/client/devtools.js b/src/client/devtools.js index 9e0bd308..aeb4d93b 100644 --- a/src/client/devtools.js +++ b/src/client/devtools.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(['jquery', 'rz_core', 'FileSaver'], diff --git a/src/client/drag_n_drop.js b/src/client/drag_n_drop.js index aae79497..cb429f6b 100644 --- a/src/client/drag_n_drop.js +++ b/src/client/drag_n_drop.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['jquery', 'rz_core'], function($, rz_core) { function init() { diff --git a/src/client/history.js b/src/client/history.js index 8bd571fb..5b511778 100644 --- a/src/client/history.js +++ b/src/client/history.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" // Once upon a time we shall have a versioned property graph from which history // will be one extractable aspect, much like a git for graphs. Now we just have diff --git a/src/client/keyshortcuts.js b/src/client/keyshortcuts.js index e2daaef7..d443c265 100644 --- a/src/client/keyshortcuts.js +++ b/src/client/keyshortcuts.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['jquery', 'rz_core', 'view/selection'], function($, rz_core, selection) { diff --git a/src/client/main.js b/src/client/main.js index e4735afe..c0f042f5 100644 --- a/src/client/main.js +++ b/src/client/main.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + /** * [!] order must match function args order */ diff --git a/src/client/messages.js b/src/client/messages.js index 8c4a1b2e..655b0d29 100644 --- a/src/client/messages.js +++ b/src/client/messages.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define( ['underscore', 'util', 'model/graph'], function (_, util, graph) { diff --git a/src/client/model/core.js b/src/client/model/core.js index dd5dc6d1..a98e9641 100644 --- a/src/client/model/core.js +++ b/src/client/model/core.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" /** diff --git a/src/client/model/diff.js b/src/client/model/diff.js index 5d515998..66969b9b 100644 --- a/src/client/model/diff.js +++ b/src/client/model/diff.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" /** diff --git a/src/client/model/graph.js b/src/client/model/graph.js index 4b8117f2..46e05030 100644 --- a/src/client/model/graph.js +++ b/src/client/model/graph.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(['underscore', 'Bacon', 'consts', 'util', 'model/core', 'model/util', 'model/diff', 'rz_api_backend', 'rz_api_mesh', 'history', 'model/types'], diff --git a/src/client/model/types.js b/src/client/model/types.js index 9e4512f5..d4c4aa81 100644 --- a/src/client/model/types.js +++ b/src/client/model/types.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['underscore', 'util', 'domain_types'], function(_, util, domain_types) { diff --git a/src/client/model/util.js b/src/client/model/util.js index 21d7dbca..179c480d 100644 --- a/src/client/model/util.js +++ b/src/client/model/util.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" /** diff --git a/src/client/pw_reset.js b/src/client/pw_reset.js index ffdeb0ad..a314f579 100644 --- a/src/client/pw_reset.js +++ b/src/client/pw_reset.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define('pw_reset__common', ['jquery'], function($) { diff --git a/src/client/robot.js b/src/client/robot.js index cfe13482..580153f0 100644 --- a/src/client/robot.js +++ b/src/client/robot.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['jquery', 'consts'], function($, consts) { diff --git a/src/client/rz_api_backend.js b/src/client/rz_api_backend.js index d8dbcc50..8f4dbbdd 100644 --- a/src/client/rz_api_backend.js +++ b/src/client/rz_api_backend.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict"; /** diff --git a/src/client/rz_api_mesh.js b/src/client/rz_api_mesh.js index 9014dbac..81d10882 100644 --- a/src/client/rz_api_mesh.js +++ b/src/client/rz_api_mesh.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + /** * API calls designed to execute in decentralized fashion */ diff --git a/src/client/rz_bus.js b/src/client/rz_bus.js index 444573a4..891d2981 100644 --- a/src/client/rz_bus.js +++ b/src/client/rz_bus.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(['consts', 'Bacon'], diff --git a/src/client/rz_core.js b/src/client/rz_core.js index 8a097a02..a4872ff5 100644 --- a/src/client/rz_core.js +++ b/src/client/rz_core.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(['jquery', 'd3', 'consts', 'rz_bus', 'util', 'model/graph', 'model/core', 'view/item_info', 'rz_observer', 'view/selection', 'rz_mesh', 'model/diff', "view/graph_view", 'view/svg_input', 'view/filter_menu', 'view/activity', 'rz_api_backend', 'view/toolbar__status'], diff --git a/src/client/rz_mesh.js b/src/client/rz_mesh.js index d464ba0a..cc68914f 100644 --- a/src/client/rz_mesh.js +++ b/src/client/rz_mesh.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" /** diff --git a/src/client/rz_observer.js b/src/client/rz_observer.js index 718fd0a2..a961626a 100644 --- a/src/client/rz_observer.js +++ b/src/client/rz_observer.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" /** diff --git a/src/client/textanalysis.js b/src/client/textanalysis.js index ba55cef7..d493d259 100644 --- a/src/client/textanalysis.js +++ b/src/client/textanalysis.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['rz_core', 'model/core', 'model/util', 'model/diff', 'model/types', 'consts', 'util'], function(rz_core, model_core, model_util, model_diff, model_types, consts, util) { "use strict"; diff --git a/src/client/textanalysis.ui.js b/src/client/textanalysis.ui.js index 13c861d0..d20b03e1 100644 --- a/src/client/textanalysis.ui.js +++ b/src/client/textanalysis.ui.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(['jquery', 'Bacon', 'consts', 'rz_bus', 'rz_core', 'textanalysis', 'util', 'view/textanalyser_input', 'model/types'], diff --git a/src/client/user_login.js b/src/client/user_login.js index 638e0add..92dbe570 100644 --- a/src/client/user_login.js +++ b/src/client/user_login.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" function submit_login_form() { diff --git a/src/client/user_signup.js b/src/client/user_signup.js index 84e2a2e1..24651a8e 100644 --- a/src/client/user_signup.js +++ b/src/client/user_signup.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" function signup_form__submit() { diff --git a/src/client/util.js b/src/client/util.js index 69647972..6fd3bb0e 100644 --- a/src/client/util.js +++ b/src/client/util.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(['underscore', 'jquery'], function(_, $) { diff --git a/src/client/view/activity.js b/src/client/view/activity.js index be1ce7b0..93b106f1 100644 --- a/src/client/view/activity.js +++ b/src/client/view/activity.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['jquery', 'underscore', 'Bacon', 'view/selection'], function($, _, Bacon, selection) { diff --git a/src/client/view/bubble.js b/src/client/view/bubble.js index c9f45701..fa8811c9 100644 --- a/src/client/view/bubble.js +++ b/src/client/view/bubble.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(["jquery", "Bacon"], function ($, Bacon) { diff --git a/src/client/view/cmd_bar.js b/src/client/view/cmd_bar.js index 31690850..d4214856 100644 --- a/src/client/view/cmd_bar.js +++ b/src/client/view/cmd_bar.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(['jquery'], diff --git a/src/client/view/completer.js b/src/client/view/completer.js index 368690c3..4dc3bfc4 100644 --- a/src/client/view/completer.js +++ b/src/client/view/completer.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define( ['jquery', 'Bacon', 'util', 'consts'], function($, Bacon, util, consts) { diff --git a/src/client/view/filter_menu.js b/src/client/view/filter_menu.js index d7e95a98..0c07a5a5 100644 --- a/src/client/view/filter_menu.js +++ b/src/client/view/filter_menu.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['jquery'], function($) { diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index 4d736f78..721e71ed 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + /* view of a single graph in a graph tree. * * Usage is of a two graph system: diff --git a/src/client/view/item_info.js b/src/client/view/item_info.js index 6f2466c9..c0631553 100644 --- a/src/client/view/item_info.js +++ b/src/client/view/item_info.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['jquery', 'util', 'consts', 'model/diff', 'model/types', 'model/graph', 'messages'], function($, util, consts, model_diff, model_types, graph, messages) { diff --git a/src/client/view/layouts.js b/src/client/view/layouts.js index a384ee4c..26e9ead4 100644 --- a/src/client/view/layouts.js +++ b/src/client/view/layouts.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['consts', 'jquery', 'd3', 'underscore'], function(consts, $, d3, _) { diff --git a/src/client/view/search.js b/src/client/view/search.js index c68f5098..41075c28 100644 --- a/src/client/view/search.js +++ b/src/client/view/search.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['consts', 'view/completer', 'textanalysis', 'rz_core', 'view/selection'], function(consts, completer, textanalysis, rz_core, selection) { diff --git a/src/client/view/selection.js b/src/client/view/selection.js index ae3be8b2..ae4d3d45 100644 --- a/src/client/view/selection.js +++ b/src/client/view/selection.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['Bacon', 'jquery', 'underscore', 'messages', 'util'], function(Bacon, $, _, messages, util) { diff --git a/src/client/view/svg_input.js b/src/client/view/svg_input.js index 0e466c64..bb80aa65 100644 --- a/src/client/view/svg_input.js +++ b/src/client/view/svg_input.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['jquery', 'Bacon', 'consts', 'model/diff', 'rz_bus', 'consts'], function($, Bacon, consts, model_diff, rz_bus, consts) { diff --git a/src/client/view/textanalyser_input.js b/src/client/view/textanalyser_input.js index 89602008..a8769d07 100644 --- a/src/client/view/textanalyser_input.js +++ b/src/client/view/textanalyser_input.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + define(['jquery', 'Bacon', 'underscore', 'util', 'view/completer', 'rz_bus', 'textanalysis', 'consts'], function($, Bacon, _, util, completer, rz_bus, textanalysis, consts) { diff --git a/src/client/view/timeline.js b/src/client/view/timeline.js index 0a26c0a7..aac9de3c 100644 --- a/src/client/view/timeline.js +++ b/src/client/view/timeline.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" define(['jquery', 'rz_core'], diff --git a/src/client/view/toolbar__status.js b/src/client/view/toolbar__status.js index b58aedab..400530a0 100644 --- a/src/client/view/toolbar__status.js +++ b/src/client/view/toolbar__status.js @@ -1,3 +1,21 @@ +/* + This file is part of rhizi, a collaborative knowledge graph editor. + Copyright (C) 2014-2015 Rhizi + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + "use strict" /** -- cgit v1.3.1