From 08ec07907c75869fdf21beb078caff721ee8cc49 Mon Sep 17 00:00:00 2001 From: Guillaume Savaton Date: Sun, 26 Sep 2010 19:47:06 +0200 Subject: [PATCH] Added license blocks --- js/animator.js | 18 ++++++++++++++++++ js/common.js | 18 ++++++++++++++++++ js/display.js | 18 ++++++++++++++++++ js/player.js | 18 ++++++++++++++++++ sozi_edit_frame.inx | 45 +++++++++++++++++++++++++++++++-------------- sozi_edit_frame.py | 18 ++++++++++++++++++ sozi_install.inx | 18 ++++++++++++++++++ sozi_install.py | 18 ++++++++++++++++++ 8 files changed, 157 insertions(+), 14 deletions(-) diff --git a/js/animator.js b/js/animator.js index fba3f36f..03fa5eca 100644 --- a/js/animator.js +++ b/js/animator.js @@ -1,3 +1,21 @@ +/* + * Sozi - A presentation tool using the SVG standard + * + * Copyright (C) 2010 Guillaume Savaton + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ var sozi = sozi || {}; diff --git a/js/common.js b/js/common.js index 32f2c37c..2f38e606 100644 --- a/js/common.js +++ b/js/common.js @@ -1,3 +1,21 @@ +/* + * Sozi - A presentation tool using the SVG standard + * + * Copyright (C) 2010 Guillaume Savaton + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ Function.prototype.bind = function(obj) { var args = Array.prototype.slice.call(arguments, 1); diff --git a/js/display.js b/js/display.js index 157451fd..6820edc1 100644 --- a/js/display.js +++ b/js/display.js @@ -1,3 +1,21 @@ +/* + * Sozi - A presentation tool using the SVG standard + * + * Copyright (C) 2010 Guillaume Savaton + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ var sozi = sozi || {}; diff --git a/js/player.js b/js/player.js index 68d01d55..63367037 100644 --- a/js/player.js +++ b/js/player.js @@ -1,3 +1,21 @@ +/* + * Sozi - A presentation tool using the SVG standard + * + * Copyright (C) 2010 Guillaume Savaton + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ var sozi = sozi || {}; diff --git a/sozi_edit_frame.inx b/sozi_edit_frame.inx index d6a06d70..2c090139 100644 --- a/sozi_edit_frame.inx +++ b/sozi_edit_frame.inx @@ -1,18 +1,35 @@ + - <_name>Edit frame - sozi.edit_frame - inkex.py - sozi_edit_frame.py - - rect - - - - - + <_name>Edit frame + sozi.edit_frame + inkex.py + sozi_edit_frame.py + + rect + + + + + - diff --git a/sozi_edit_frame.py b/sozi_edit_frame.py index ad255d99..59505449 100644 --- a/sozi_edit_frame.py +++ b/sozi_edit_frame.py @@ -1,3 +1,21 @@ +#!/usr/bin/env python + +# Sozi - A presentation tool using the SVG standard +# +# Copyright (C) 2010 Guillaume Savaton +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . import os diff --git a/sozi_install.inx b/sozi_install.inx index 0ec01924..5c14688f 100644 --- a/sozi_install.inx +++ b/sozi_install.inx @@ -1,4 +1,22 @@ + <_name>Install/update sozi.install diff --git a/sozi_install.py b/sozi_install.py index 79ac4da5..440ff9ba 100644 --- a/sozi_install.py +++ b/sozi_install.py @@ -1,3 +1,21 @@ +#!/usr/bin/env python + +# Sozi - A presentation tool using the SVG standard +# +# Copyright (C) 2010 Guillaume Savaton +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . import os