diff --git a/Tests/Controller/Comments/CommentPoolTest.cs b/Tests/Controller/Comments/CommentPoolTest.cs index f41e18a..4580e9f 100755 --- a/Tests/Controller/Comments/CommentPoolTest.cs +++ b/Tests/Controller/Comments/CommentPoolTest.cs @@ -1,7 +1,7 @@ /* CommentPoolTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Controller/Comments/ItemCommentTest.cs b/Tests/Controller/Comments/ItemCommentTest.cs index ceaab58..e1beab8 100755 --- a/Tests/Controller/Comments/ItemCommentTest.cs +++ b/Tests/Controller/Comments/ItemCommentTest.cs @@ -1,7 +1,7 @@ /* ItemCommentTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Controller/Elements/CloneTest.cs b/Tests/Controller/Elements/CloneTest.cs index 7509843..ca4421f 100755 --- a/Tests/Controller/Elements/CloneTest.cs +++ b/Tests/Controller/Elements/CloneTest.cs @@ -1,7 +1,7 @@ /* CloneTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Controller/Elements/ItemsTest.cs b/Tests/Controller/Elements/ItemsTest.cs index 63bc582..7ffeceb 100755 --- a/Tests/Controller/Elements/ItemsTest.cs +++ b/Tests/Controller/Elements/ItemsTest.cs @@ -1,7 +1,7 @@ /* ItemsTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Controller/SettingsRepositoryTest.cs b/Tests/Controller/SettingsRepositoryTest.cs index 1481415..990e33e 100755 --- a/Tests/Controller/SettingsRepositoryTest.cs +++ b/Tests/Controller/SettingsRepositoryTest.cs @@ -1,7 +1,7 @@ /* SettingsRepositoryTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Controller/SettingsTest.cs b/Tests/Controller/SettingsTest.cs index efe0818..a8af593 100755 --- a/Tests/Controller/SettingsTest.cs +++ b/Tests/Controller/SettingsTest.cs @@ -1,7 +1,7 @@ /* SettingsTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Formatter/DocumentWriterTest.cs b/Tests/Formatter/DocumentWriterTest.cs index b9e4ede..4670bfc 100755 --- a/Tests/Formatter/DocumentWriterTest.cs +++ b/Tests/Formatter/DocumentWriterTest.cs @@ -1,7 +1,7 @@ /* DocumentWriterClass.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Formatter/FormatterTest.cs b/Tests/Formatter/FormatterTest.cs index fb2c53b..cc0e657 100755 --- a/Tests/Formatter/FormatterTest.cs +++ b/Tests/Formatter/FormatterTest.cs @@ -1,7 +1,7 @@ /* FormatterTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -123,7 +123,7 @@ namespace Tests.Formatter { ZaaImporter importer = new ZaaImporter(); importer.Import( - "(17.09.2015-201710:44:00) Cyclosporin-A vor Gabe: 130 µg/l; CK gesamt: 123 [<= 170] U/l; Cholesterin: 211"); + "(17.09.2015-201810:44:00) Cyclosporin-A vor Gabe: 130 µg/l; CK gesamt: 123 [<= 170] U/l; Cholesterin: 211"); Document document = new Document(); f.Formatter formatter = new f.Formatter(document); formatter.Laboratory = importer.Laboratory; @@ -131,7 +131,7 @@ namespace Tests.Formatter new List() { new Items("CsA (C0) \"(Ziel-Talspiegel: <> µg/l)\"") }); formatter.Run(); Assert.AreEqual( - "Laborwerte vom 17.09.2015-201710:44:00:\rCsA (C0) 130 µg/l\r\r", + "Laborwerte vom 17.09.2015-201810:44:00:\rCsA (C0) 130 µg/l\r\r", document.Range().Text); } diff --git a/Tests/Importer/ZaaImporter/LaurisItemTest.cs b/Tests/Importer/ZaaImporter/LaurisItemTest.cs index 03b679e..1c94e6f 100755 --- a/Tests/Importer/ZaaImporter/LaurisItemTest.cs +++ b/Tests/Importer/ZaaImporter/LaurisItemTest.cs @@ -1,7 +1,7 @@ /* LaurisItemTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Importer/ZaaImporter/LaurisParagraphTest.cs b/Tests/Importer/ZaaImporter/LaurisParagraphTest.cs index f108049..7e1e354 100755 --- a/Tests/Importer/ZaaImporter/LaurisParagraphTest.cs +++ b/Tests/Importer/ZaaImporter/LaurisParagraphTest.cs @@ -1,7 +1,7 @@ /* LaurisParagraphTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Importer/ZaaImporter/TimePointTest.cs b/Tests/Importer/ZaaImporter/TimePointTest.cs index 5c12381..8e7dc22 100755 --- a/Tests/Importer/ZaaImporter/TimePointTest.cs +++ b/Tests/Importer/ZaaImporter/TimePointTest.cs @@ -1,7 +1,7 @@ /* LaurisTimePointTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Importer/ZaaImporter/ZaaImporterTest.cs b/Tests/Importer/ZaaImporter/ZaaImporterTest.cs index 8425359..166507a 100755 --- a/Tests/Importer/ZaaImporter/ZaaImporterTest.cs +++ b/Tests/Importer/ZaaImporter/ZaaImporterTest.cs @@ -1,7 +1,7 @@ /* ZaaImporterTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/LineParserTest.cs b/Tests/LineParserTest.cs index 912d922..42bc0c3 100755 --- a/Tests/LineParserTest.cs +++ b/Tests/LineParserTest.cs @@ -1,7 +1,7 @@ /* UnitTest1.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Medication/ImporterTest.cs b/Tests/Medication/ImporterTest.cs index a11dbaa..f6fb711 100755 --- a/Tests/Medication/ImporterTest.cs +++ b/Tests/Medication/ImporterTest.cs @@ -1,7 +1,7 @@ /* ImporterTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Medication/PrescriptionTest.cs b/Tests/Medication/PrescriptionTest.cs index df882f7..10d048b 100755 --- a/Tests/Medication/PrescriptionTest.cs +++ b/Tests/Medication/PrescriptionTest.cs @@ -1,7 +1,7 @@ /* PrescriptionTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/SerializationTest.cs b/Tests/SerializationTest.cs index 9444c04..d2ea5c6 100755 --- a/Tests/SerializationTest.cs +++ b/Tests/SerializationTest.cs @@ -1,7 +1,7 @@ /* SelectFirstDayTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/TestHelpers.cs b/Tests/TestHelpers.cs index fa8fff0..6ca0138 100755 --- a/Tests/TestHelpers.cs +++ b/Tests/TestHelpers.cs @@ -1,7 +1,7 @@ /* TestHelpers.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Thesaurus/ParametersTest.cs b/Tests/Thesaurus/ParametersTest.cs index 1788da2..0308c3e 100755 --- a/Tests/Thesaurus/ParametersTest.cs +++ b/Tests/Thesaurus/ParametersTest.cs @@ -1,7 +1,7 @@ /* ParametersTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Thesaurus/TestThesaurus.cs b/Tests/Thesaurus/TestThesaurus.cs index 3a63d31..2f2a007 100755 --- a/Tests/Thesaurus/TestThesaurus.cs +++ b/Tests/Thesaurus/TestThesaurus.cs @@ -2,7 +2,7 @@ * {{ * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/Thesaurus/ThesaurusTest.cs b/Tests/Thesaurus/ThesaurusTest.cs index 1279a67..f853aef 100755 --- a/Tests/Thesaurus/ThesaurusTest.cs +++ b/Tests/Thesaurus/ThesaurusTest.cs @@ -1,7 +1,7 @@ /* Class1.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/ViewModels/ElementPickerViewModelTest.cs b/Tests/ViewModels/ElementPickerViewModelTest.cs index 62234c1..a20ecb7 100755 --- a/Tests/ViewModels/ElementPickerViewModelTest.cs +++ b/Tests/ViewModels/ElementPickerViewModelTest.cs @@ -1,7 +1,7 @@ /* ElementPickerViewModelTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/ViewModels/ItemCommentViewModelTest.cs b/Tests/ViewModels/ItemCommentViewModelTest.cs index ebf2013..49c2327 100755 --- a/Tests/ViewModels/ItemCommentViewModelTest.cs +++ b/Tests/ViewModels/ItemCommentViewModelTest.cs @@ -1,7 +1,7 @@ /* ItemCommentViewModelTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/ViewModels/SettingsRepositoryViewModelTest.cs b/Tests/ViewModels/SettingsRepositoryViewModelTest.cs index 516ac4c..3c7064b 100755 --- a/Tests/ViewModels/SettingsRepositoryViewModelTest.cs +++ b/Tests/ViewModels/SettingsRepositoryViewModelTest.cs @@ -1,7 +1,7 @@ /* SettingsRepositoryViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/ViewModels/SettingsViewModelTest.cs b/Tests/ViewModels/SettingsViewModelTest.cs index 1a64cf4..d7cddc0 100755 --- a/Tests/ViewModels/SettingsViewModelTest.cs +++ b/Tests/ViewModels/SettingsViewModelTest.cs @@ -1,7 +1,7 @@ /* SettingsViewModelTest.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Commands.cs b/zaaReloaded2/Commands.cs index b0db793..34b3fc4 100755 --- a/zaaReloaded2/Commands.cs +++ b/zaaReloaded2/Commands.cs @@ -2,7 +2,7 @@ /* Commands.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Comments/CommentPool.cs b/zaaReloaded2/Controller/Comments/CommentPool.cs index 3249292..8235d49 100755 --- a/zaaReloaded2/Controller/Comments/CommentPool.cs +++ b/zaaReloaded2/Controller/Comments/CommentPool.cs @@ -1,7 +1,7 @@ /* CommentPool.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Comments/ItemComment.cs b/zaaReloaded2/Controller/Comments/ItemComment.cs index e7ca9c2..1915f0c 100755 --- a/zaaReloaded2/Controller/Comments/ItemComment.cs +++ b/zaaReloaded2/Controller/Comments/ItemComment.cs @@ -1,7 +1,7 @@ /* ParameterComment.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Comments/ItemCommentEventArgs.cs b/zaaReloaded2/Controller/Comments/ItemCommentEventArgs.cs index 06b815f..4faaa7a 100755 --- a/zaaReloaded2/Controller/Comments/ItemCommentEventArgs.cs +++ b/zaaReloaded2/Controller/Comments/ItemCommentEventArgs.cs @@ -1,7 +1,7 @@ /* ParameterCommentEventArgs.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/ControlElementBase.cs b/zaaReloaded2/Controller/Elements/ControlElementBase.cs index 6c67491..a44a2b8 100755 --- a/zaaReloaded2/Controller/Elements/ControlElementBase.cs +++ b/zaaReloaded2/Controller/Elements/ControlElementBase.cs @@ -2,7 +2,7 @@ /* ControlElementBase.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/CustomText.cs b/zaaReloaded2/Controller/Elements/CustomText.cs index efaf963..81b4f30 100755 --- a/zaaReloaded2/Controller/Elements/CustomText.cs +++ b/zaaReloaded2/Controller/Elements/CustomText.cs @@ -1,7 +1,7 @@ /* Text.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/ElementBase.cs b/zaaReloaded2/Controller/Elements/ElementBase.cs index c31f8b3..020ffbb 100755 --- a/zaaReloaded2/Controller/Elements/ElementBase.cs +++ b/zaaReloaded2/Controller/Elements/ElementBase.cs @@ -1,7 +1,7 @@ /* ElementBase.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/FormatElementBase.cs b/zaaReloaded2/Controller/Elements/FormatElementBase.cs index 57c377d..421b417 100755 --- a/zaaReloaded2/Controller/Elements/FormatElementBase.cs +++ b/zaaReloaded2/Controller/Elements/FormatElementBase.cs @@ -1,7 +1,7 @@ /* FormatElementBase.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/Items.cs b/zaaReloaded2/Controller/Elements/Items.cs index d861900..f044fae 100755 --- a/zaaReloaded2/Controller/Elements/Items.cs +++ b/zaaReloaded2/Controller/Elements/Items.cs @@ -1,7 +1,7 @@ /* Items.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/NextColumn.cs b/zaaReloaded2/Controller/Elements/NextColumn.cs index 0e68bc4..2688f15 100755 --- a/zaaReloaded2/Controller/Elements/NextColumn.cs +++ b/zaaReloaded2/Controller/Elements/NextColumn.cs @@ -1,7 +1,7 @@ /* NextColumn.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/SelectEachDay.cs b/zaaReloaded2/Controller/Elements/SelectEachDay.cs index 2a497ef..f104f7f 100755 --- a/zaaReloaded2/Controller/Elements/SelectEachDay.cs +++ b/zaaReloaded2/Controller/Elements/SelectEachDay.cs @@ -1,7 +1,7 @@ /* SelectEachDay.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/SelectFirstDay.cs b/zaaReloaded2/Controller/Elements/SelectFirstDay.cs index 16aa1d7..5d890ca 100755 --- a/zaaReloaded2/Controller/Elements/SelectFirstDay.cs +++ b/zaaReloaded2/Controller/Elements/SelectFirstDay.cs @@ -1,7 +1,7 @@ /* SelectFirstDay.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/SelectLastDay.cs b/zaaReloaded2/Controller/Elements/SelectLastDay.cs index 1dedc58..a1f3a05 100755 --- a/zaaReloaded2/Controller/Elements/SelectLastDay.cs +++ b/zaaReloaded2/Controller/Elements/SelectLastDay.cs @@ -1,7 +1,7 @@ /* SelectFirstDay - Copy.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Elements/TwoColumns.cs b/zaaReloaded2/Controller/Elements/TwoColumns.cs index aa69c23..f8ca1a7 100755 --- a/zaaReloaded2/Controller/Elements/TwoColumns.cs +++ b/zaaReloaded2/Controller/Elements/TwoColumns.cs @@ -1,7 +1,7 @@ /* TwoColumns.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/Settings.cs b/zaaReloaded2/Controller/Settings.cs index 937935b..16c6fcf 100755 --- a/zaaReloaded2/Controller/Settings.cs +++ b/zaaReloaded2/Controller/Settings.cs @@ -1,7 +1,7 @@ /* Settings.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Controller/SettingsRepository.cs b/zaaReloaded2/Controller/SettingsRepository.cs index c209079..5ee8038 100755 --- a/zaaReloaded2/Controller/SettingsRepository.cs +++ b/zaaReloaded2/Controller/SettingsRepository.cs @@ -1,7 +1,7 @@ /* SettingsRepository.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Demo/Demo.cs b/zaaReloaded2/Demo/Demo.cs index b9a5d4e..03529ae 100755 --- a/zaaReloaded2/Demo/Demo.cs +++ b/zaaReloaded2/Demo/Demo.cs @@ -1,7 +1,7 @@ /* Demo.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml.cs b/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml.cs index 32cee51..d1e99cd 100755 --- a/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml.cs +++ b/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml.cs @@ -1,7 +1,7 @@ /* ExceptionDetailView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ExceptionHandler/ExceptionView.xaml.cs b/zaaReloaded2/ExceptionHandler/ExceptionView.xaml.cs index 98e6818..d6b649f 100755 --- a/zaaReloaded2/ExceptionHandler/ExceptionView.xaml.cs +++ b/zaaReloaded2/ExceptionHandler/ExceptionView.xaml.cs @@ -1,7 +1,7 @@ /* ExceptionView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ExceptionHandler/ExceptionViewModel.cs b/zaaReloaded2/ExceptionHandler/ExceptionViewModel.cs index c3a8668..b9f19bb 100755 --- a/zaaReloaded2/ExceptionHandler/ExceptionViewModel.cs +++ b/zaaReloaded2/ExceptionHandler/ExceptionViewModel.cs @@ -1,7 +1,7 @@ /* ExceptionViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ExceptionHandler/SubmissionCompletedAction.cs b/zaaReloaded2/ExceptionHandler/SubmissionCompletedAction.cs index e6696bc..6a95b48 100755 --- a/zaaReloaded2/ExceptionHandler/SubmissionCompletedAction.cs +++ b/zaaReloaded2/ExceptionHandler/SubmissionCompletedAction.cs @@ -1,7 +1,7 @@ /* SubmissionCompletedAction.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ExceptionHandler/SubmissionFailureView.xaml.cs b/zaaReloaded2/ExceptionHandler/SubmissionFailureView.xaml.cs index 5610667..78039fb 100755 --- a/zaaReloaded2/ExceptionHandler/SubmissionFailureView.xaml.cs +++ b/zaaReloaded2/ExceptionHandler/SubmissionFailureView.xaml.cs @@ -1,7 +1,7 @@ /* SubmissionFailureView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ExceptionHandler/SubmissionProcessAction.cs b/zaaReloaded2/ExceptionHandler/SubmissionProcessAction.cs index 3d150d9..c2feee9 100755 --- a/zaaReloaded2/ExceptionHandler/SubmissionProcessAction.cs +++ b/zaaReloaded2/ExceptionHandler/SubmissionProcessAction.cs @@ -1,7 +1,7 @@ /* SubmissionProcessAction.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ExceptionHandler/SubmissionProcessView.xaml.cs b/zaaReloaded2/ExceptionHandler/SubmissionProcessView.xaml.cs index 25a6e03..b497250 100755 --- a/zaaReloaded2/ExceptionHandler/SubmissionProcessView.xaml.cs +++ b/zaaReloaded2/ExceptionHandler/SubmissionProcessView.xaml.cs @@ -1,7 +1,7 @@ /* SubmissionProcessView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ExceptionHandler/SubmissionSuccessView.xaml.cs b/zaaReloaded2/ExceptionHandler/SubmissionSuccessView.xaml.cs index 714663b..df8f7ec 100755 --- a/zaaReloaded2/ExceptionHandler/SubmissionSuccessView.xaml.cs +++ b/zaaReloaded2/ExceptionHandler/SubmissionSuccessView.xaml.cs @@ -1,7 +1,7 @@ /* SubmissionSuccessView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/AbnormalStyle.cs b/zaaReloaded2/Formatter/AbnormalStyle.cs index c7b6b9c..cb2b111 100755 --- a/zaaReloaded2/Formatter/AbnormalStyle.cs +++ b/zaaReloaded2/Formatter/AbnormalStyle.cs @@ -1,7 +1,7 @@ /* AbnormalStyle.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/DanielsStyle.cs b/zaaReloaded2/Formatter/DanielsStyle.cs index 05944d5..9231873 100755 --- a/zaaReloaded2/Formatter/DanielsStyle.cs +++ b/zaaReloaded2/Formatter/DanielsStyle.cs @@ -1,7 +1,7 @@ /* DanielsStyle.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/DocumentWriter.cs b/zaaReloaded2/Formatter/DocumentWriter.cs index f03bea3..c9ea7cc 100755 --- a/zaaReloaded2/Formatter/DocumentWriter.cs +++ b/zaaReloaded2/Formatter/DocumentWriter.cs @@ -1,7 +1,7 @@ /* DocumentWriter.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/Formatter.cs b/zaaReloaded2/Formatter/Formatter.cs index 0603b6b..6acff16 100755 --- a/zaaReloaded2/Formatter/Formatter.cs +++ b/zaaReloaded2/Formatter/Formatter.cs @@ -1,7 +1,7 @@ /* Formatter.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/IItemFormatterDictionary.cs b/zaaReloaded2/Formatter/IItemFormatterDictionary.cs index 247a7ac..acbe9cf 100755 --- a/zaaReloaded2/Formatter/IItemFormatterDictionary.cs +++ b/zaaReloaded2/Formatter/IItemFormatterDictionary.cs @@ -1,7 +1,7 @@ /* IItemFormatterDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/ITimePointFormatterDictionary.cs b/zaaReloaded2/Formatter/ITimePointFormatterDictionary.cs index 8841a42..597625e 100755 --- a/zaaReloaded2/Formatter/ITimePointFormatterDictionary.cs +++ b/zaaReloaded2/Formatter/ITimePointFormatterDictionary.cs @@ -1,7 +1,7 @@ /* ITimePointFormatterDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/ItemFormatter.cs b/zaaReloaded2/Formatter/ItemFormatter.cs index 4e992e9..a554179 100755 --- a/zaaReloaded2/Formatter/ItemFormatter.cs +++ b/zaaReloaded2/Formatter/ItemFormatter.cs @@ -1,7 +1,7 @@ /* ItemFormatter.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/ItemFormatterDictionary.cs b/zaaReloaded2/Formatter/ItemFormatterDictionary.cs index 7d2ef69..ac09363 100755 --- a/zaaReloaded2/Formatter/ItemFormatterDictionary.cs +++ b/zaaReloaded2/Formatter/ItemFormatterDictionary.cs @@ -1,7 +1,7 @@ /* ItemFormatterDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/NoLaboratoryDataException.cs b/zaaReloaded2/Formatter/NoLaboratoryDataException.cs index 6dc32de..16cc611 100755 --- a/zaaReloaded2/Formatter/NoLaboratoryDataException.cs +++ b/zaaReloaded2/Formatter/NoLaboratoryDataException.cs @@ -1,7 +1,7 @@ /* NoLaboratoryDataException.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/ReferenceStyle.cs b/zaaReloaded2/Formatter/ReferenceStyle.cs index f928a60..540e1f5 100755 --- a/zaaReloaded2/Formatter/ReferenceStyle.cs +++ b/zaaReloaded2/Formatter/ReferenceStyle.cs @@ -1,7 +1,7 @@ /* ReferenceStyle.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/TimePointFormatter.cs b/zaaReloaded2/Formatter/TimePointFormatter.cs index 0ad7ff0..54f879e 100755 --- a/zaaReloaded2/Formatter/TimePointFormatter.cs +++ b/zaaReloaded2/Formatter/TimePointFormatter.cs @@ -1,7 +1,7 @@ /* TimePointFormatter.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Formatter/TimePointFormatterDictionary.cs b/zaaReloaded2/Formatter/TimePointFormatterDictionary.cs index 42ef9cc..c6ba065 100755 --- a/zaaReloaded2/Formatter/TimePointFormatterDictionary.cs +++ b/zaaReloaded2/Formatter/TimePointFormatterDictionary.cs @@ -1,7 +1,7 @@ /* TimePointFormatterDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Helpers.cs b/zaaReloaded2/Helpers.cs index 234f637..c3132be 100755 --- a/zaaReloaded2/Helpers.cs +++ b/zaaReloaded2/Helpers.cs @@ -1,7 +1,7 @@ /* Helpers.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Importer/AutoDetector.cs b/zaaReloaded2/Importer/AutoDetector.cs index b8bc168..96c7dec 100755 --- a/zaaReloaded2/Importer/AutoDetector.cs +++ b/zaaReloaded2/Importer/AutoDetector.cs @@ -2,7 +2,7 @@ /* AutoDetect.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -177,7 +177,7 @@ namespace zaaReloaded2.Importer bool isZaaTimePoint = LaurisTimePoint.IsTimeStampLine(text); // // If the line is a ZAA time point, but not a clinic timepoint, we can deduct that // // the lab mode *must* be ZAA, because it will be a line in the form - // // "(17.09.2015-201710:44:00) Cyclosporin-A vor Gabe: 130 µg/l;" which does not + // // "(17.09.2015-201810:44:00) Cyclosporin-A vor Gabe: 130 µg/l;" which does not // // occur in the clinic format. // if ((ImportMode == ImportMode.Undefined) && isZaaTimePoint && !isCinicTimePoint) // { diff --git a/zaaReloaded2/Importer/IImporter.cs b/zaaReloaded2/Importer/IImporter.cs index aeb423c..140f886 100755 --- a/zaaReloaded2/Importer/IImporter.cs +++ b/zaaReloaded2/Importer/IImporter.cs @@ -1,7 +1,7 @@ /* IImporter.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Importer/ZaaImporter/LaurisItem.cs b/zaaReloaded2/Importer/ZaaImporter/LaurisItem.cs index 8abbfe2..496d7a3 100755 --- a/zaaReloaded2/Importer/ZaaImporter/LaurisItem.cs +++ b/zaaReloaded2/Importer/ZaaImporter/LaurisItem.cs @@ -1,7 +1,7 @@ /* LabItem.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Importer/ZaaImporter/LaurisParagraph.cs b/zaaReloaded2/Importer/ZaaImporter/LaurisParagraph.cs index adaee15..cb70087 100755 --- a/zaaReloaded2/Importer/ZaaImporter/LaurisParagraph.cs +++ b/zaaReloaded2/Importer/ZaaImporter/LaurisParagraph.cs @@ -1,7 +1,7 @@ /* LaurisParagraph.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Importer/ZaaImporter/LaurisTimePoint.cs b/zaaReloaded2/Importer/ZaaImporter/LaurisTimePoint.cs index 27978bd..98054d0 100755 --- a/zaaReloaded2/Importer/ZaaImporter/LaurisTimePoint.cs +++ b/zaaReloaded2/Importer/ZaaImporter/LaurisTimePoint.cs @@ -1,7 +1,7 @@ /* LaurisTimePoint.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -214,7 +214,7 @@ namespace zaaReloaded2.Importer.ZaaImporter // Put the remainder of the line back to the // 'paragraph' parameter to deal with exceptional // lines such as - // "(17.09.2015-201710:44:00) Cyclosporin-A vor Gabe: 130 µg/l;" + // "(17.09.2015-201810:44:00) Cyclosporin-A vor Gabe: 130 µg/l;" // We need to add a dummy caption because this is // the normal format of a paragraph generated from Lauris. if (m.Groups["tail"].Success) diff --git a/zaaReloaded2/Importer/ZaaImporter/ZaaImporter.cs b/zaaReloaded2/Importer/ZaaImporter/ZaaImporter.cs index 48f490c..8ec294d 100755 --- a/zaaReloaded2/Importer/ZaaImporter/ZaaImporter.cs +++ b/zaaReloaded2/Importer/ZaaImporter/ZaaImporter.cs @@ -1,7 +1,7 @@ /* ZaaImporter.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/LabModel/IItemDictionary.cs b/zaaReloaded2/LabModel/IItemDictionary.cs index 3730b3b..6228504 100755 --- a/zaaReloaded2/LabModel/IItemDictionary.cs +++ b/zaaReloaded2/LabModel/IItemDictionary.cs @@ -1,7 +1,7 @@ /* ItemDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/LabModel/ITimePointsDictionary.cs b/zaaReloaded2/LabModel/ITimePointsDictionary.cs index 6e8fcd8..8151bff 100755 --- a/zaaReloaded2/LabModel/ITimePointsDictionary.cs +++ b/zaaReloaded2/LabModel/ITimePointsDictionary.cs @@ -1,7 +1,7 @@ /* ITimePointsDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/LabModel/ItemDictionary.cs b/zaaReloaded2/LabModel/ItemDictionary.cs index e967210..f3c3010 100755 --- a/zaaReloaded2/LabModel/ItemDictionary.cs +++ b/zaaReloaded2/LabModel/ItemDictionary.cs @@ -1,7 +1,7 @@ /* ItemDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/LabModel/LabItem.cs b/zaaReloaded2/LabModel/LabItem.cs index fe80660..ed64e58 100755 --- a/zaaReloaded2/LabModel/LabItem.cs +++ b/zaaReloaded2/LabModel/LabItem.cs @@ -1,7 +1,7 @@ /* LabItem.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/LabModel/Laboratory.cs b/zaaReloaded2/LabModel/Laboratory.cs index b72a2fc..63f4900 100755 --- a/zaaReloaded2/LabModel/Laboratory.cs +++ b/zaaReloaded2/LabModel/Laboratory.cs @@ -1,7 +1,7 @@ /* Laboratory.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/LabModel/Material.cs b/zaaReloaded2/LabModel/Material.cs index 3d3e73e..53902d3 100755 --- a/zaaReloaded2/LabModel/Material.cs +++ b/zaaReloaded2/LabModel/Material.cs @@ -1,7 +1,7 @@ /* Materials.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/LabModel/TimePoint.cs b/zaaReloaded2/LabModel/TimePoint.cs index f5c65fe..1a1f04e 100755 --- a/zaaReloaded2/LabModel/TimePoint.cs +++ b/zaaReloaded2/LabModel/TimePoint.cs @@ -1,7 +1,7 @@ /* TimePoint.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/LabModel/TimePointsDictionary.cs b/zaaReloaded2/LabModel/TimePointsDictionary.cs index 7d32f36..61c529b 100755 --- a/zaaReloaded2/LabModel/TimePointsDictionary.cs +++ b/zaaReloaded2/LabModel/TimePointsDictionary.cs @@ -1,7 +1,7 @@ /* TimePointsDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/LogFile.cs b/zaaReloaded2/LogFile.cs index 253786a..b03188e 100755 --- a/zaaReloaded2/LogFile.cs +++ b/zaaReloaded2/LogFile.cs @@ -1,7 +1,7 @@ /* LogFile.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Medication/Formatter.cs b/zaaReloaded2/Medication/Formatter.cs index 9ca1112..f53c2fb 100755 --- a/zaaReloaded2/Medication/Formatter.cs +++ b/zaaReloaded2/Medication/Formatter.cs @@ -2,7 +2,7 @@ /* Formatter.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Medication/Importer.cs b/zaaReloaded2/Medication/Importer.cs index 66829f5..348ab94 100755 --- a/zaaReloaded2/Medication/Importer.cs +++ b/zaaReloaded2/Medication/Importer.cs @@ -2,7 +2,7 @@ /* Importer.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Medication/Prescription.cs b/zaaReloaded2/Medication/Prescription.cs index 7a74863..a3105e6 100755 --- a/zaaReloaded2/Medication/Prescription.cs +++ b/zaaReloaded2/Medication/Prescription.cs @@ -1,7 +1,7 @@ /* Prescription.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Properties/AssemblyInfo.cs b/zaaReloaded2/Properties/AssemblyInfo.cs index 0d946e1..7eaef02 100755 --- a/zaaReloaded2/Properties/AssemblyInfo.cs +++ b/zaaReloaded2/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Security; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Daniel Kraus")] [assembly: AssemblyProduct("zaaReloaded2")] -[assembly: AssemblyCopyright("Copyright © Daniel Kraus 2015")] +[assembly: AssemblyCopyright("Copyright © Daniel Kraus 2015-2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: InternalsVisibleTo("Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010061ecc0718277dee13e7dae2dad33787a981c9883ba80a659bebbdbec76563e201a7a3a6a5852e01bb5eb328d24d5889244b4626da9af9f93db663565441a3120e3985789e6f2a39289f4eed063725b84152cbef472d9dd2f7495f51dad6c91f4dc6fb7c72cb6bd9381335ac9878ec0a6369e880f35b8eca3063e16468d7704eb")] diff --git a/zaaReloaded2/Properties/Settings.settings b/zaaReloaded2/Properties/Settings.settings index 6796af9..1e41af2 100755 --- a/zaaReloaded2/Properties/Settings.settings +++ b/zaaReloaded2/Properties/Settings.settings @@ -6,7 +6,7 @@ zaaReloaded2 - 2017 + 2018 Daniel Kraus @@ -72,4 +72,4 @@ settings.yml - \ No newline at end of file + diff --git a/zaaReloaded2/Ribbon.cs b/zaaReloaded2/Ribbon.cs index 1dea560..403c60d 100755 --- a/zaaReloaded2/Ribbon.cs +++ b/zaaReloaded2/Ribbon.cs @@ -1,7 +1,7 @@ /* Ribbon.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Thesaurus/LineParser.cs b/zaaReloaded2/Thesaurus/LineParser.cs index d8fd40a..85196d0 100755 --- a/zaaReloaded2/Thesaurus/LineParser.cs +++ b/zaaReloaded2/Thesaurus/LineParser.cs @@ -1,7 +1,7 @@ /* LineParser.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Thesaurus/Parameters.cs b/zaaReloaded2/Thesaurus/Parameters.cs index 65cf23d..d73b79d 100755 --- a/zaaReloaded2/Thesaurus/Parameters.cs +++ b/zaaReloaded2/Thesaurus/Parameters.cs @@ -1,7 +1,7 @@ /* ParameterDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Thesaurus/ThesaurusBase.cs b/zaaReloaded2/Thesaurus/ThesaurusBase.cs index 579b17f..9d162f1 100755 --- a/zaaReloaded2/Thesaurus/ThesaurusBase.cs +++ b/zaaReloaded2/Thesaurus/ThesaurusBase.cs @@ -1,7 +1,7 @@ /* DictionaryBase.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Thesaurus/Units.cs b/zaaReloaded2/Thesaurus/Units.cs index 3aa2525..4ab59dd 100755 --- a/zaaReloaded2/Thesaurus/Units.cs +++ b/zaaReloaded2/Thesaurus/Units.cs @@ -1,7 +1,7 @@ /* UnitDictionary.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ThisAddIn.cs b/zaaReloaded2/ThisAddIn.cs index 50c4b34..3efc28b 100755 --- a/zaaReloaded2/ThisAddIn.cs +++ b/zaaReloaded2/ThisAddIn.cs @@ -1,7 +1,7 @@ /* thisaddin.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Updater/Updater.cs b/zaaReloaded2/Updater/Updater.cs index 9729ec1..56dabd0 100755 --- a/zaaReloaded2/Updater/Updater.cs +++ b/zaaReloaded2/Updater/Updater.cs @@ -2,7 +2,7 @@ /* Updater.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Updater/Version.cs b/zaaReloaded2/Updater/Version.cs index a5c7fcd..2dc4ac0 100755 --- a/zaaReloaded2/Updater/Version.cs +++ b/zaaReloaded2/Updater/Version.cs @@ -1,7 +1,7 @@ /* Version.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/UserSettings.cs b/zaaReloaded2/UserSettings.cs index e296412..c95a44b 100755 --- a/zaaReloaded2/UserSettings.cs +++ b/zaaReloaded2/UserSettings.cs @@ -1,7 +1,7 @@ /* UserSettings.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/AboutViewModel.cs b/zaaReloaded2/ViewModels/AboutViewModel.cs index fc23282..50c1597 100755 --- a/zaaReloaded2/ViewModels/AboutViewModel.cs +++ b/zaaReloaded2/ViewModels/AboutViewModel.cs @@ -1,7 +1,7 @@ /* AboutViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/CategoryViewModel.cs b/zaaReloaded2/ViewModels/CategoryViewModel.cs index ed6c294..87fb916 100755 --- a/zaaReloaded2/ViewModels/CategoryViewModel.cs +++ b/zaaReloaded2/ViewModels/CategoryViewModel.cs @@ -1,7 +1,7 @@ /* CategoryViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/ControlElementViewModel.cs b/zaaReloaded2/ViewModels/ControlElementViewModel.cs index 92b642f..d4a453f 100755 --- a/zaaReloaded2/ViewModels/ControlElementViewModel.cs +++ b/zaaReloaded2/ViewModels/ControlElementViewModel.cs @@ -1,7 +1,7 @@ /* ElementViewModelBase.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/ElementPickerViewModel.cs b/zaaReloaded2/ViewModels/ElementPickerViewModel.cs index 40d3092..acaf64b 100755 --- a/zaaReloaded2/ViewModels/ElementPickerViewModel.cs +++ b/zaaReloaded2/ViewModels/ElementPickerViewModel.cs @@ -1,7 +1,7 @@ /* ElementPickerViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/ElementViewModel.cs b/zaaReloaded2/ViewModels/ElementViewModel.cs index 0b7c6cb..29dbde0 100755 --- a/zaaReloaded2/ViewModels/ElementViewModel.cs +++ b/zaaReloaded2/ViewModels/ElementViewModel.cs @@ -1,7 +1,7 @@ /* ElementViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/FirstRunViewModel.cs b/zaaReloaded2/ViewModels/FirstRunViewModel.cs index 774f448..bb1eab6 100755 --- a/zaaReloaded2/ViewModels/FirstRunViewModel.cs +++ b/zaaReloaded2/ViewModels/FirstRunViewModel.cs @@ -1,7 +1,7 @@ /* FirstRunViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/FormatElementViewModel.cs b/zaaReloaded2/ViewModels/FormatElementViewModel.cs index 85d153e..4250566 100755 --- a/zaaReloaded2/ViewModels/FormatElementViewModel.cs +++ b/zaaReloaded2/ViewModels/FormatElementViewModel.cs @@ -1,7 +1,7 @@ /* FormatElementViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/IoErrorViewModel.cs b/zaaReloaded2/ViewModels/IoErrorViewModel.cs index f80e769..f983783 100755 --- a/zaaReloaded2/ViewModels/IoErrorViewModel.cs +++ b/zaaReloaded2/ViewModels/IoErrorViewModel.cs @@ -1,7 +1,7 @@ /* IoErrorViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/ItemCommentViewModel.cs b/zaaReloaded2/ViewModels/ItemCommentViewModel.cs index 58ed4ef..d6f7136 100755 --- a/zaaReloaded2/ViewModels/ItemCommentViewModel.cs +++ b/zaaReloaded2/ViewModels/ItemCommentViewModel.cs @@ -1,7 +1,7 @@ /* ItemCommentViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/PreferencesViewModel.cs b/zaaReloaded2/ViewModels/PreferencesViewModel.cs index bdb4c60..63b6e42 100755 --- a/zaaReloaded2/ViewModels/PreferencesViewModel.cs +++ b/zaaReloaded2/ViewModels/PreferencesViewModel.cs @@ -1,7 +1,7 @@ /* PreferencesViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/SettingsRepositoryViewModel.cs b/zaaReloaded2/ViewModels/SettingsRepositoryViewModel.cs index 6e953d6..a92f85d 100755 --- a/zaaReloaded2/ViewModels/SettingsRepositoryViewModel.cs +++ b/zaaReloaded2/ViewModels/SettingsRepositoryViewModel.cs @@ -1,7 +1,7 @@ /* SettingsRepositoryViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/ViewModels/SettingsViewModel.cs b/zaaReloaded2/ViewModels/SettingsViewModel.cs index c874e25..0f95644 100755 --- a/zaaReloaded2/ViewModels/SettingsViewModel.cs +++ b/zaaReloaded2/ViewModels/SettingsViewModel.cs @@ -1,7 +1,7 @@ /* SettingsViewModel.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Views/AboutView.xaml.cs b/zaaReloaded2/Views/AboutView.xaml.cs index 4b625ad..41e7f55 100755 --- a/zaaReloaded2/Views/AboutView.xaml.cs +++ b/zaaReloaded2/Views/AboutView.xaml.cs @@ -1,7 +1,7 @@ /* AboutView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Views/ElementPickerView.xaml.cs b/zaaReloaded2/Views/ElementPickerView.xaml.cs index 6123d30..96309f2 100755 --- a/zaaReloaded2/Views/ElementPickerView.xaml.cs +++ b/zaaReloaded2/Views/ElementPickerView.xaml.cs @@ -1,7 +1,7 @@ /* ElementPickerView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Views/ElementView.xaml.cs b/zaaReloaded2/Views/ElementView.xaml.cs index 49bc425..dfcfe63 100755 --- a/zaaReloaded2/Views/ElementView.xaml.cs +++ b/zaaReloaded2/Views/ElementView.xaml.cs @@ -1,7 +1,7 @@ /* ElementView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Views/FirstRunView.xaml.cs b/zaaReloaded2/Views/FirstRunView.xaml.cs index 649d444..22fc9c2 100755 --- a/zaaReloaded2/Views/FirstRunView.xaml.cs +++ b/zaaReloaded2/Views/FirstRunView.xaml.cs @@ -1,7 +1,7 @@ /* FirstRunView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Views/IoErrorView.xaml.cs b/zaaReloaded2/Views/IoErrorView.xaml.cs index c8c0795..a08e114 100755 --- a/zaaReloaded2/Views/IoErrorView.xaml.cs +++ b/zaaReloaded2/Views/IoErrorView.xaml.cs @@ -1,7 +1,7 @@ /* IoErrorView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Views/ItemCommentView.xaml.cs b/zaaReloaded2/Views/ItemCommentView.xaml.cs index 9eb469c..b396f11 100755 --- a/zaaReloaded2/Views/ItemCommentView.xaml.cs +++ b/zaaReloaded2/Views/ItemCommentView.xaml.cs @@ -1,7 +1,7 @@ /* ItemCommentView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Views/PreferencesView.xaml.cs b/zaaReloaded2/Views/PreferencesView.xaml.cs index 3be0e3b..9e8f0d0 100755 --- a/zaaReloaded2/Views/PreferencesView.xaml.cs +++ b/zaaReloaded2/Views/PreferencesView.xaml.cs @@ -1,7 +1,7 @@ /* PreferencesView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Views/SettingsRepositoryView.xaml.cs b/zaaReloaded2/Views/SettingsRepositoryView.xaml.cs index c7aebac..624c71a 100755 --- a/zaaReloaded2/Views/SettingsRepositoryView.xaml.cs +++ b/zaaReloaded2/Views/SettingsRepositoryView.xaml.cs @@ -1,7 +1,7 @@ /* SettingsRepositoryView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/zaaReloaded2/Views/SettingsView.xaml.cs b/zaaReloaded2/Views/SettingsView.xaml.cs index 125e743..1e38b5c 100755 --- a/zaaReloaded2/Views/SettingsView.xaml.cs +++ b/zaaReloaded2/Views/SettingsView.xaml.cs @@ -1,7 +1,7 @@ /* SettingsView.xaml.cs * part of zaaReloaded2 * - * Copyright 2015-2017 Daniel Kraus + * Copyright 2015-2018 Daniel Kraus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.