This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See http://git.chorem.org/bow.git commit a43de67f392f3c2ea411b5aae68100a3d07b1e95 Author: Maven Release <maven-release@codelutin.com> Date: Thu Aug 6 23:41:23 2015 +0200 fixes ending space line --- bow-ui/src/main/webapp/js/bowadd.js | 4 ++-- bow-ui/src/main/webapp/js/bowpwd.js | 4 ++-- bow-ui/src/main/webapp/js/sha256.js | 20 ++++++++++++++++++++ bow-ui/src/main/xmi/bow-model.properties | 20 ++++++++++++++++++++ 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/bow-ui/src/main/webapp/js/bowadd.js b/bow-ui/src/main/webapp/js/bowadd.js index 12d72c8..8f6ffc7 100644 --- a/bow-ui/src/main/webapp/js/bowadd.js +++ b/bow-ui/src/main/webapp/js/bowadd.js @@ -8,12 +8,12 @@ * 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. - * + * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * #L% diff --git a/bow-ui/src/main/webapp/js/bowpwd.js b/bow-ui/src/main/webapp/js/bowpwd.js index ef3ef58..1bee00b 100644 --- a/bow-ui/src/main/webapp/js/bowpwd.js +++ b/bow-ui/src/main/webapp/js/bowpwd.js @@ -8,12 +8,12 @@ * 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. - * + * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * #L% diff --git a/bow-ui/src/main/webapp/js/sha256.js b/bow-ui/src/main/webapp/js/sha256.js index 0870f95..cb5d217 100644 --- a/bow-ui/src/main/webapp/js/sha256.js +++ b/bow-ui/src/main/webapp/js/sha256.js @@ -1,4 +1,24 @@ /* + * #%L + * BOW UI + * %% + * Copyright (C) 2010 - 2015 CodeLutin + * %% + * 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. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ +/* * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined * in FIPS 180-2 * Version 2.2 Copyright Angel Marin, Paul Johnston 2000 - 2009. diff --git a/bow-ui/src/main/xmi/bow-model.properties b/bow-ui/src/main/xmi/bow-model.properties index e69de29..65afad7 100644 --- a/bow-ui/src/main/xmi/bow-model.properties +++ b/bow-ui/src/main/xmi/bow-model.properties @@ -0,0 +1,20 @@ +### +# #%L +# BOW UI +# %% +# Copyright (C) 2010 - 2015 CodeLutin +# %% +# 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. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.