Mercurial > lada > lada-client
comparison app/controller/Sql.js @ 472:debfcc7713e3
Added license header to each file.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 16 Jan 2014 17:34:30 +0100 |
parents | 2375e7247523 |
children | 850ccfe5f3c4 |
comparison
equal
deleted
inserted
replaced
471:dd2b468dc1c2 | 472:debfcc7713e3 |
---|---|
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz | |
2 * Software engineering by Intevation GmbH | |
3 * | |
4 * This file is Free Software under the GNU GPL (v>=3) | |
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | |
6 * the documentation coming with IMIS-Labordaten-Application for details. | |
7 */ | |
8 | |
1 var queries = new Array('query1', 'query2'); | 9 var queries = new Array('query1', 'query2'); |
2 | 10 |
3 /** | 11 /** |
4 * Controller for the Search | 12 * Controller for the Search |
5 * This controller handles all logic related to the search | 13 * This controller handles all logic related to the search |