r839 - trunk/echobase-ui/src/main/assembly/dist
Author: tchemit Date: 2013-08-07 19:23:35 +0200 (Wed, 07 Aug 2013) New Revision: 839 Url: http://forge.codelutin.com/projects/echobase/repository/revisions/839 Log: add missing license header Modified: trunk/echobase-ui/src/main/assembly/dist/help.sql Modified: trunk/echobase-ui/src/main/assembly/dist/help.sql =================================================================== --- trunk/echobase-ui/src/main/assembly/dist/help.sql 2013-08-07 17:23:06 UTC (rev 838) +++ trunk/echobase-ui/src/main/assembly/dist/help.sql 2013-08-07 17:23:35 UTC (rev 839) @@ -1,3 +1,25 @@ +--- +-- #%L +-- EchoBase :: UI +-- $Id:$ +-- $HeadURL:$ +-- %% +-- Copyright (C) 2011 - 2013 Ifremer, 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% +--- DROP FUNCTION IF EXISTS echobase_get_cell_data(cell_id VARCHAR ); CREATE OR REPLACE FUNCTION echobase_get_cell_data(
participants (1)
-
tchemit@users.forge.codelutin.com