Author: chatellier Date: 2011-03-18 11:25:37 +0000 (Fri, 18 Mar 2011) New Revision: 787 Log: Add license Modified: trunk/coser-web/src/main/webapp/js/coser.js Modified: trunk/coser-web/src/main/webapp/js/coser.js =================================================================== --- trunk/coser-web/src/main/webapp/js/coser.js 2011-03-15 15:07:37 UTC (rev 786) +++ trunk/coser-web/src/main/webapp/js/coser.js 2011-03-18 11:25:37 UTC (rev 787) @@ -1,3 +1,26 @@ +/* + * #%L + * Coser :: Web + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2010 - 2011 Ifremer, Codelutin, Chatellier Eric + * %% + * 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% + */ // affiche la carte correspondant à la selection dans la liste function coserShowSelectedZoneMap(select, prefix) { // cache toutes les autres cartes
participants (1)
-
chatellier@users.labs.libre-entreprise.org