diff --git a/scripts/alexine/alexine.svg.png b/scripts/alexine/alexine.svg.png new file mode 100644 index 00000000..f4c3c691 Binary files /dev/null and b/scripts/alexine/alexine.svg.png differ diff --git a/scripts/alexine/new-release b/scripts/alexine/new-release index 84803365..c929518c 100755 --- a/scripts/alexine/new-release +++ b/scripts/alexine/new-release @@ -1,17 +1,18 @@ #!/bin/bash # Copyright (C) 2015 Alex-Daniel Jakimenko # -# 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 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 General Public License for more details. +# 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 General Public License along with -# this program. If not, see . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . set -e RELEASE_LOCK='../releaselock' diff --git a/scripts/alexine/run-tests b/scripts/alexine/run-tests index 7aa3f8b9..586af947 100755 --- a/scripts/alexine/run-tests +++ b/scripts/alexine/run-tests @@ -1,17 +1,18 @@ #!/bin/bash # Copyright (C) 2015 Alex-Daniel Jakimenko # -# 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 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 General Public License for more details. +# 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 General Public License along with -# this program. If not, see . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . set -e TEST_LOCK='../testlock'