[Lada-commits] [PATCH 3 of 3] Added license header to each file

Wald Commits scm-commit at wald.intevation.org
Thu Jan 16 17:41:33 CET 2014


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1389890070 -3600
# Node ID debfcc7713e3bf1e7f7da67daea68ce39034093a
# Parent  dd2b468dc1c2dfdfb3ff873d382e2cd8fad0d085
Added license header to each file.

diff -r dd2b468dc1c2 -r debfcc7713e3 app.js
--- 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: {
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/Base.js
--- 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
  *
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/Kommentare.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/MKommentare.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/Messungen.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/Messwert.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/Orte.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/Proben.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/Sql.js
--- 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');
 
 /**
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/Status.js
--- 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: [
diff -r dd2b468dc1c2 -r debfcc7713e3 app/controller/Zusatzwerte.js
--- 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: [
diff -r dd2b468dc1c2 -r debfcc7713e3 app/lib/Helpers.js
--- 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.
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Base.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Kommentar.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/MKommentar.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Messung.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Messwert.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Ort.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Ortdetail.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Probe.js
--- 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"
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/ProbeList.js
--- 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
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Probenzusatzwert.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Query.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Staat.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Status.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/model/Zusatzwert.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Info.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Kommentare.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/MKommentare.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Messeinheit.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Messgroessen.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Messungen.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Messwerte.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Orte.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Ortedetails.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Proben.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/ProbenList.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Probenzusatzwerte.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Queries.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Staaten.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Status.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Verwaltungseinheiten.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/store/Zusatzwerte.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/About.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/Viewport.js
--- 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
  *
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/kommentare/Create.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/kommentare/CreateForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/kommentare/List.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/messungen/Create.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/messungen/CreateForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/messungen/Edit.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/messungen/EditForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/messungen/List.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/messwerte/Create.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/messwerte/CreateForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/messwerte/List.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/mkommentare/Create.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/mkommentare/CreateForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/mkommentare/List.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/orte/Create.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/orte/CreateForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/orte/CreateOrt.js
--- 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. 
+ */
+
 /**
  *
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/orte/List.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/proben/Create.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/proben/CreateForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/proben/Edit.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/proben/EditForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/proben/Import.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/proben/ImportForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/proben/List.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/search/List.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/status/Create.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/status/CreateForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/status/List.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Betriebsart.js
--- 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: [
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Datenbasis.js
--- 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: [{
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Datetime.js
--- 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.
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/LadaForm.js
--- 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.
  *
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Messeinheit.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Messgroesse.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Messmethode.js
--- 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: [{
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Mst.js
--- 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: [{
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Netzbetreiber.js
--- 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: [{
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Nwg.js
--- 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: [
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Ortdetail.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Probenart.js
--- 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,
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Probenzusatzwert.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Staat.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Statuswert.js
--- 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: [
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Testdatensatz.js
--- 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: [
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Uwb.js
--- 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: [{
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/widgets/Verwaltungseinheit.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/zusatzwerte/Create.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/zusatzwerte/CreateForm.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 app/view/zusatzwerte/List.js
--- 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
  */
diff -r dd2b468dc1c2 -r debfcc7713e3 index.html
--- 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>


More information about the Lada-commits mailing list