r1847 - in trunk: wao-services/src/main/java/fr/ifremer/wao/services/service wao-web/src/main/java/fr/ifremer/wao/web/action/obsmer wao-web/src/main/java/fr/ifremer/wao/web/converter wao-web/src/main/webapp/bootstrap-2.3.1 wao-web/src/main/webapp/moment-js-2.5.1 wao-web/src/main/webapp/select2-3.4.5 wao-web/src/main/webapp/spin.js-2.0.0
Author: tchemit Date: 2014-04-06 19:05:20 +0200 (Sun, 06 Apr 2014) New Revision: 1847 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1847 Log: fix license header (add ignore license on outcoming code please) Modified: trunk/wao-services/src/main/java/fr/ifremer/wao/services/service/ContactNotUpdatableException.java trunk/wao-services/src/main/java/fr/ifremer/wao/services/service/UpdateContactCommand.java trunk/wao-web/src/main/java/fr/ifremer/wao/web/action/obsmer/EditContactAction.java trunk/wao-web/src/main/java/fr/ifremer/wao/web/converter/BooleanSetConverter.java trunk/wao-web/src/main/webapp/bootstrap-2.3.1/bootstrap-tooltip.js trunk/wao-web/src/main/webapp/moment-js-2.5.1/moment-with-langs.js trunk/wao-web/src/main/webapp/select2-3.4.5/select2-bootstrap.css trunk/wao-web/src/main/webapp/select2-3.4.5/select2.css trunk/wao-web/src/main/webapp/select2-3.4.5/select2.js trunk/wao-web/src/main/webapp/select2-3.4.5/select2.min.js trunk/wao-web/src/main/webapp/select2-3.4.5/select2_locale_fr.js trunk/wao-web/src/main/webapp/spin.js-2.0.0/jquery.spin.js trunk/wao-web/src/main/webapp/spin.js-2.0.0/spin.js Modified: trunk/wao-services/src/main/java/fr/ifremer/wao/services/service/ContactNotUpdatableException.java =================================================================== --- trunk/wao-services/src/main/java/fr/ifremer/wao/services/service/ContactNotUpdatableException.java 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-services/src/main/java/fr/ifremer/wao/services/service/ContactNotUpdatableException.java 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,5 +1,26 @@ package fr.ifremer.wao.services.service; +/* + * #%L + * Wao :: Services + * %% + * Copyright (C) 2009 - 2014 Ifremer + * %% + * 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% + */ + import fr.ifremer.wao.WaoException; /** Modified: trunk/wao-services/src/main/java/fr/ifremer/wao/services/service/UpdateContactCommand.java =================================================================== --- trunk/wao-services/src/main/java/fr/ifremer/wao/services/service/UpdateContactCommand.java 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-services/src/main/java/fr/ifremer/wao/services/service/UpdateContactCommand.java 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,5 +1,26 @@ package fr.ifremer.wao.services.service; +/* + * #%L + * Wao :: Services + * %% + * Copyright (C) 2009 - 2014 Ifremer + * %% + * 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% + */ + import com.google.common.base.Preconditions; import fr.ifremer.wao.entity.Contact; import fr.ifremer.wao.entity.DataReliability; Modified: trunk/wao-web/src/main/java/fr/ifremer/wao/web/action/obsmer/EditContactAction.java =================================================================== --- trunk/wao-web/src/main/java/fr/ifremer/wao/web/action/obsmer/EditContactAction.java 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/java/fr/ifremer/wao/web/action/obsmer/EditContactAction.java 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,5 +1,26 @@ package fr.ifremer.wao.web.action.obsmer; +/* + * #%L + * Wao :: Web + * %% + * Copyright (C) 2009 - 2014 Ifremer + * %% + * 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% + */ + import com.google.common.base.Optional; import com.google.common.base.Strings; import com.opensymphony.xwork2.Preparable; Modified: trunk/wao-web/src/main/java/fr/ifremer/wao/web/converter/BooleanSetConverter.java =================================================================== --- trunk/wao-web/src/main/java/fr/ifremer/wao/web/converter/BooleanSetConverter.java 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/java/fr/ifremer/wao/web/converter/BooleanSetConverter.java 2014-04-06 17:05:20 UTC (rev 1847) @@ -10,12 +10,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% @@ -94,4 +94,4 @@ return str; } -} \ No newline at end of file +} Modified: trunk/wao-web/src/main/webapp/bootstrap-2.3.1/bootstrap-tooltip.js =================================================================== --- trunk/wao-web/src/main/webapp/bootstrap-2.3.1/bootstrap-tooltip.js 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/webapp/bootstrap-2.3.1/bootstrap-tooltip.js 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,5 +1,5 @@ /* =========================================================== - * bootstrap-tooltip.js v2.3.1 + * bootstrap-tooltip.js v2.3.1 %%Ignore-License * http://twitter.github.com/bootstrap/javascript.html#tooltips * Inspired by the original jQuery.tipsy by Jason Frame * =========================================================== Modified: trunk/wao-web/src/main/webapp/moment-js-2.5.1/moment-with-langs.js =================================================================== --- trunk/wao-web/src/main/webapp/moment-js-2.5.1/moment-with-langs.js 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/webapp/moment-js-2.5.1/moment-with-langs.js 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,24 +1,4 @@ -/* - * #%L - * Wao :: Web - * %% - * Copyright (C) 2009 - 2014 Ifremer - * %% - * 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% - */ -//! moment.js +//! moment.js %%Ignore-License //! version : 2.5.1 //! authors : Tim Wood, Iskren Chernev, Moment.js contributors //! license : MIT Modified: trunk/wao-web/src/main/webapp/select2-3.4.5/select2-bootstrap.css =================================================================== --- trunk/wao-web/src/main/webapp/select2-3.4.5/select2-bootstrap.css 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/webapp/select2-3.4.5/select2-bootstrap.css 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,23 +1,4 @@ -/* - * #%L - * Wao :: Web - * %% - * Copyright (C) 2009 - 2014 Ifremer - * %% - * 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% - */ +/* %%Ignore-License */ .form-control .select2-choice { border: 0; border-radius: 2px; Modified: trunk/wao-web/src/main/webapp/select2-3.4.5/select2.css =================================================================== --- trunk/wao-web/src/main/webapp/select2-3.4.5/select2.css 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/webapp/select2-3.4.5/select2.css 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,24 +1,4 @@ -/* - * #%L - * Wao :: Web - * %% - * Copyright (C) 2009 - 2014 Ifremer - * %% - * 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% - */ -/* +/* %%Ignore-License Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013 */ .select2-container { Modified: trunk/wao-web/src/main/webapp/select2-3.4.5/select2.js =================================================================== --- trunk/wao-web/src/main/webapp/select2-3.4.5/select2.js 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/webapp/select2-3.4.5/select2.js 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,24 +1,4 @@ -/* - * #%L - * Wao :: Web - * %% - * Copyright (C) 2009 - 2014 Ifremer - * %% - * 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% - */ -/* +/* %%Ignore-License Copyright 2012 Igor Vaynberg Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013 Modified: trunk/wao-web/src/main/webapp/select2-3.4.5/select2.min.js =================================================================== --- trunk/wao-web/src/main/webapp/select2-3.4.5/select2.min.js 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/webapp/select2-3.4.5/select2.min.js 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,25 +1,5 @@ /* - * #%L - * Wao :: Web - * %% - * Copyright (C) 2009 - 2014 Ifremer - * %% - * 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% - */ -/* -Copyright 2012 Igor Vaynberg +Copyright 2012 Igor Vaynberg %%Ignore-License Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013 Modified: trunk/wao-web/src/main/webapp/select2-3.4.5/select2_locale_fr.js =================================================================== --- trunk/wao-web/src/main/webapp/select2-3.4.5/select2_locale_fr.js 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/webapp/select2-3.4.5/select2_locale_fr.js 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,24 +1,4 @@ -/* - * #%L - * Wao :: Web - * %% - * Copyright (C) 2009 - 2014 Ifremer - * %% - * 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% - */ -/** +/** %%Ignore-License * Select2 French translation */ (function ($) { Modified: trunk/wao-web/src/main/webapp/spin.js-2.0.0/jquery.spin.js =================================================================== --- trunk/wao-web/src/main/webapp/spin.js-2.0.0/jquery.spin.js 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/webapp/spin.js-2.0.0/jquery.spin.js 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,4 +1,4 @@ -/** +/** %%Ignore-License * Copyright (c) 2011-2013 Felix Gnass * Licensed under the MIT license */ Modified: trunk/wao-web/src/main/webapp/spin.js-2.0.0/spin.js =================================================================== --- trunk/wao-web/src/main/webapp/spin.js-2.0.0/spin.js 2014-04-06 17:00:34 UTC (rev 1846) +++ trunk/wao-web/src/main/webapp/spin.js-2.0.0/spin.js 2014-04-06 17:05:20 UTC (rev 1847) @@ -1,4 +1,4 @@ -/** +/** %%Ignore-License * Copyright (c) 2011-2014 Felix Gnass * Licensed under the MIT license */
participants (1)
-
tchemit@users.forge.codelutin.com