changeset 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 dd2b468dc1c2
children b2501a488480
files app.js app/controller/Base.js app/controller/Kommentare.js app/controller/MKommentare.js app/controller/Messungen.js app/controller/Messwert.js app/controller/Orte.js app/controller/Proben.js app/controller/Sql.js app/controller/Status.js app/controller/Zusatzwerte.js app/lib/Helpers.js app/model/Base.js app/model/Kommentar.js app/model/MKommentar.js app/model/Messung.js app/model/Messwert.js app/model/Ort.js app/model/Ortdetail.js app/model/Probe.js app/model/ProbeList.js app/model/Probenzusatzwert.js app/model/Query.js app/model/Staat.js app/model/Status.js app/model/Zusatzwert.js app/store/Info.js app/store/Kommentare.js app/store/MKommentare.js app/store/Messeinheit.js app/store/Messgroessen.js app/store/Messungen.js app/store/Messwerte.js app/store/Orte.js app/store/Ortedetails.js app/store/Proben.js app/store/ProbenList.js app/store/Probenzusatzwerte.js app/store/Queries.js app/store/Staaten.js app/store/Status.js app/store/Verwaltungseinheiten.js app/store/Zusatzwerte.js app/view/About.js app/view/Viewport.js app/view/kommentare/Create.js app/view/kommentare/CreateForm.js app/view/kommentare/List.js app/view/messungen/Create.js app/view/messungen/CreateForm.js app/view/messungen/Edit.js app/view/messungen/EditForm.js app/view/messungen/List.js app/view/messwerte/Create.js app/view/messwerte/CreateForm.js app/view/messwerte/List.js app/view/mkommentare/Create.js app/view/mkommentare/CreateForm.js app/view/mkommentare/List.js app/view/orte/Create.js app/view/orte/CreateForm.js app/view/orte/CreateOrt.js app/view/orte/List.js app/view/proben/Create.js app/view/proben/CreateForm.js app/view/proben/Edit.js app/view/proben/EditForm.js app/view/proben/Import.js app/view/proben/ImportForm.js app/view/proben/List.js app/view/search/List.js app/view/status/Create.js app/view/status/CreateForm.js app/view/status/List.js app/view/widgets/Betriebsart.js app/view/widgets/Datenbasis.js app/view/widgets/Datetime.js app/view/widgets/LadaForm.js app/view/widgets/Messeinheit.js app/view/widgets/Messgroesse.js app/view/widgets/Messmethode.js app/view/widgets/Mst.js app/view/widgets/Netzbetreiber.js app/view/widgets/Nwg.js app/view/widgets/Ortdetail.js app/view/widgets/Probenart.js app/view/widgets/Probenzusatzwert.js app/view/widgets/Staat.js app/view/widgets/Statuswert.js app/view/widgets/Testdatensatz.js app/view/widgets/Uwb.js app/view/widgets/Verwaltungseinheit.js app/view/zusatzwerte/Create.js app/view/zusatzwerte/CreateForm.js app/view/zusatzwerte/List.js index.html
diffstat 96 files changed, 776 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/app.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 Ext.Loader.setConfig({
     enabled: true,
     paths: {
--- a/app/controller/Base.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/Base.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Base Controller
  *
--- a/app/controller/Kommentare.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/Kommentare.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Controller for Kommentare
  */
--- a/app/controller/MKommentare.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/MKommentare.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Controller for Kommentare on Messungen
  */
--- a/app/controller/Messungen.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/Messungen.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Controller for Messungen
  */
--- a/app/controller/Messwert.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/Messwert.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Controller for Messwerte
  */
--- a/app/controller/Orte.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/Orte.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Controller for Orte
  */
--- a/app/controller/Proben.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/Proben.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Controller for Proben
  */
--- a/app/controller/Sql.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/Sql.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var queries = new Array('query1', 'query2');
 
 /**
--- a/app/controller/Status.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/Status.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 Ext.define('Lada.controller.Status', {
     extend: 'Lada.controller.Base',
     views: [
--- a/app/controller/Zusatzwerte.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/controller/Zusatzwerte.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 Ext.define('Lada.controller.Zusatzwerte', {
     extend: 'Lada.controller.Base',
     views: [
--- a/app/lib/Helpers.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/lib/Helpers.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Helper class
  * This class provides some globally used functions.
--- a/app/model/Base.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Base.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Base class for models
  */
--- a/app/model/Kommentar.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Kommentar.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Kommentare
  */
--- a/app/model/MKommentar.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/MKommentar.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Kommentare on Messungen
  */
--- a/app/model/Messung.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Messung.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Messungen
  */
--- a/app/model/Messwert.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Messwert.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Messwerte
  */
--- a/app/model/Ort.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Ort.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Ort
  */
--- a/app/model/Ortdetail.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Ortdetail.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Ortdetail
  */
--- a/app/model/Probe.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Probe.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * A Probe.
  * This class represents and defines the model of a "Probe"
--- a/app/model/ProbeList.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/ProbeList.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * A ProbeList.
  * This class represents the result list of "Proben" in the search query
--- a/app/model/Probenzusatzwert.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Probenzusatzwert.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Probenzusatzwert
  */
--- a/app/model/Query.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Query.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for SQL-Querys
  */
--- a/app/model/Staat.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Staat.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Staat
  */
--- a/app/model/Status.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Status.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Status
  */
--- a/app/model/Zusatzwert.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/model/Zusatzwert.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Model class for Zusatzwerte
  */
--- a/app/store/Info.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Info.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,19 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Info
  */
--- a/app/store/Kommentare.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Kommentare.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Kommentare
  */
--- a/app/store/MKommentare.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/MKommentare.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for MKommentare
  */
--- a/app/store/Messeinheit.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Messeinheit.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Messeinheit
  */
--- a/app/store/Messgroessen.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Messgroessen.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Messgroessen
  */
--- a/app/store/Messungen.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Messungen.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Messungen
  */
--- a/app/store/Messwerte.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Messwerte.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Messwerte
  */
--- a/app/store/Orte.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Orte.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Orte
  */
--- a/app/store/Ortedetails.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Ortedetails.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Ortedetails
  */
--- a/app/store/Proben.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Proben.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Proben
  */
--- a/app/store/ProbenList.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/ProbenList.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Proben
  */
--- a/app/store/Probenzusatzwerte.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Probenzusatzwerte.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Probenzusatzwerte
  */
--- a/app/store/Queries.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Queries.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Queries
  */
--- a/app/store/Staaten.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Staaten.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Staaten
  */
--- a/app/store/Status.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Status.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Status
  */
--- a/app/store/Verwaltungseinheiten.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Verwaltungseinheiten.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Verwaltungseinheiten
  */
--- a/app/store/Zusatzwerte.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/store/Zusatzwerte.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Store for Zusatzwerte
  */
--- a/app/view/About.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/About.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to edit a Probe
  */
--- a/app/view/Viewport.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/Viewport.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Viewport for the Lada-Client
  *
--- a/app/view/kommentare/Create.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/kommentare/Create.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to create and edit a Kommentar
  */
--- a/app/view/kommentare/CreateForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/kommentare/CreateForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to create and edit a Kommentar
  */
--- a/app/view/kommentare/List.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/kommentare/List.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Grid to list Kommentare
  */
--- a/app/view/messungen/Create.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/messungen/Create.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to create a Messung
  */
--- a/app/view/messungen/CreateForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/messungen/CreateForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to create a Messung
  */
--- a/app/view/messungen/Edit.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/messungen/Edit.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to edit a Messung
  */
--- a/app/view/messungen/EditForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/messungen/EditForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to edit a Messung
  */
--- a/app/view/messungen/List.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/messungen/List.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Grid to list Messungen
  */
--- a/app/view/messwerte/Create.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/messwerte/Create.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to create and edit a Messwert
  */
--- a/app/view/messwerte/CreateForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/messwerte/CreateForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to create and edit a Messwert
  */
--- a/app/view/messwerte/List.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/messwerte/List.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Grid to list Messwerte
  */
--- a/app/view/mkommentare/Create.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/mkommentare/Create.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to create and edit a Kommentar for Messungen
  */
--- a/app/view/mkommentare/CreateForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/mkommentare/CreateForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to create and edit a Kommentar for Messungen
  */
--- a/app/view/mkommentare/List.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/mkommentare/List.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Grid to list Kommentare for Messunge
  */
--- a/app/view/orte/Create.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/orte/Create.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to create and edit a Ort
  */
--- a/app/view/orte/CreateForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/orte/CreateForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to create and edit a Ort
  */
--- a/app/view/orte/CreateOrt.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/orte/CreateOrt.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  *
  */
--- a/app/view/orte/List.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/orte/List.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Grid to list Orte
  */
--- a/app/view/proben/Create.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/proben/Create.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to create a Probe
  */
--- a/app/view/proben/CreateForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/proben/CreateForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to create a Probe
  */
--- a/app/view/proben/Edit.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/proben/Edit.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to edit a Probe
  */
--- a/app/view/proben/EditForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/proben/EditForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to edit a Probe
  */
--- a/app/view/proben/Import.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/proben/Import.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to import a Probe
  */
--- a/app/view/proben/ImportForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/proben/ImportForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to create a Probe
  */
--- a/app/view/proben/List.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/proben/List.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Grid to list Proben
  */
--- a/app/view/search/List.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/search/List.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Grid to list available search queryies
  */
--- a/app/view/status/Create.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/status/Create.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to create and edit a Status
  */
--- a/app/view/status/CreateForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/status/CreateForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to create and edit a Status
  */
--- a/app/view/status/List.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/status/List.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Grid to list Status
  */
--- a/app/view/widgets/Betriebsart.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Betriebsart.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var betriebsartStore = Ext.create('Ext.data.Store', {
     fields: ['betriebsartId', 'betriebsart'],
     data: [
--- a/app/view/widgets/Datenbasis.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Datenbasis.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var datenbasisStore = Ext.create('Ext.data.Store', {
     fields: ['datenbasisId', 'beschreibung', 'datenbasis'],
     sorters: [{
--- a/app/view/widgets/Datetime.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Datetime.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Datetimepicker with german date format.
  */
--- a/app/view/widgets/LadaForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/LadaForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Generic Lada specific form.
  *
--- a/app/view/widgets/Messeinheit.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Messeinheit.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Combobox for Messeinheit
  */
--- a/app/view/widgets/Messgroesse.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Messgroesse.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Combobox for Messgroesse
  */
--- a/app/view/widgets/Messmethode.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Messmethode.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var mmtStore = Ext.create('Ext.data.Store', {
     fields: ['mmtId', 'messmethode'],
     sorters: [{
--- a/app/view/widgets/Mst.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Mst.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var mstStore = Ext.create('Ext.data.Store', {
     fields: ['mstId', 'messStelle'],
     sorters: [{
--- a/app/view/widgets/Netzbetreiber.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Netzbetreiber.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var netzbetreiberStore = Ext.create('Ext.data.Store', {
     fields: ['netzbetreiberId', 'netzbetreiber'],
     sorters: [{
--- a/app/view/widgets/Nwg.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Nwg.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var nwgStore = Ext.create('Ext.data.Store', {
     fields: ['nwgId', 'nwg'],
     data: [
--- a/app/view/widgets/Ortdetail.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Ortdetail.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Combobox for Ortdetails
  */
--- a/app/view/widgets/Probenart.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Probenart.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var probenartStore = Ext.create('Ext.data.Store', {
     fields: ['probenartId', 'probenart'],
     autoLoad: true,
--- a/app/view/widgets/Probenzusatzwert.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Probenzusatzwert.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Combobox for Zusatzwert
  */
--- a/app/view/widgets/Staat.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Staat.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Combobox for Staat
  */
--- a/app/view/widgets/Statuswert.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Statuswert.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var statuswerteStore = Ext.create('Ext.data.Store', {
     fields: ['id', 'status'],
     data: [
--- a/app/view/widgets/Testdatensatz.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Testdatensatz.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var testdatensatzStore = Ext.create('Ext.data.Store', {
     fields: ['testdatensatzId', 'testdatensatz'],
     data: [
--- a/app/view/widgets/Uwb.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Uwb.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 var uwbStore = Ext.create('Ext.data.Store', {
     fields: ['umwId', 'umweltBereich'],
     sorters: [{
--- a/app/view/widgets/Verwaltungseinheit.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/widgets/Verwaltungseinheit.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /**
  * Combobox for Verwaltungseinheit
  */
--- a/app/view/zusatzwerte/Create.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/zusatzwerte/Create.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Window to create and edit a Probenzusatzwert
  */
--- a/app/view/zusatzwerte/CreateForm.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/zusatzwerte/CreateForm.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Formular to create and edit a Probenzusatzwert
  */
--- a/app/view/zusatzwerte/List.js	Tue Jan 14 15:45:28 2014 +0100
+++ b/app/view/zusatzwerte/List.js	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 /*
  * Grid to list Probenzusatzwerte
  */
--- a/index.html	Tue Jan 14 15:45:28 2014 +0100
+++ b/index.html	Thu Jan 16 17:34:30 2014 +0100
@@ -1,3 +1,11 @@
+/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU GPL (v>=3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out
+ * the documentation coming with IMIS-Labordaten-Application for details. 
+ */
+
 <!DOCTYPE html>
 <html>
 <head>

http://lada.wald.intevation.org