From b7246ca0ed000b1faad05e312d1d15ccccda0de3 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Thu, 23 Feb 2017 16:44:07 +0100 Subject: [PATCH] Update copyright; website. --- README.md | 4 ++-- Tests/Controller/Comments/CommentPoolTest.cs | 2 +- Tests/Controller/Comments/ItemCommentTest.cs | 2 +- Tests/Controller/Elements/CloneTest.cs | 2 +- Tests/Controller/Elements/ItemsTest.cs | 2 +- Tests/Controller/SettingsRepositoryTest.cs | 2 +- Tests/Controller/SettingsTest.cs | 2 +- Tests/Formatter/DocumentWriterTest.cs | 2 +- Tests/Formatter/FormatterTest.cs | 6 +++--- Tests/Importer/ZaaImporter/LaurisItemTest.cs | 2 +- Tests/Importer/ZaaImporter/LaurisParagraphTest.cs | 2 +- Tests/Importer/ZaaImporter/TimePointTest.cs | 2 +- Tests/Importer/ZaaImporter/ZaaImporterTest.cs | 2 +- Tests/LineParserTest.cs | 2 +- Tests/Medication/ImporterTest.cs | 2 +- Tests/Medication/PrescriptionTest.cs | 2 +- Tests/SerializationTest.cs | 2 +- Tests/TestHelpers.cs | 2 +- Tests/Thesaurus/ParametersTest.cs | 2 +- Tests/Thesaurus/TestThesaurus.cs | 2 +- Tests/Thesaurus/ThesaurusTest.cs | 2 +- Tests/ViewModels/ElementPickerViewModelTest.cs | 2 +- Tests/ViewModels/ItemCommentViewModelTest.cs | 2 +- Tests/ViewModels/SettingsRepositoryViewModelTest.cs | 2 +- Tests/ViewModels/SettingsViewModelTest.cs | 2 +- deploy/make-installer.iss | 2 +- www/index.html | 2 +- zaaReloaded2/Commands.cs | 2 +- zaaReloaded2/Controller/Comments/CommentPool.cs | 2 +- zaaReloaded2/Controller/Comments/ItemComment.cs | 2 +- zaaReloaded2/Controller/Comments/ItemCommentEventArgs.cs | 2 +- zaaReloaded2/Controller/Elements/ControlElementBase.cs | 2 +- zaaReloaded2/Controller/Elements/CustomText.cs | 2 +- zaaReloaded2/Controller/Elements/ElementBase.cs | 2 +- zaaReloaded2/Controller/Elements/FormatElementBase.cs | 2 +- zaaReloaded2/Controller/Elements/Items.cs | 2 +- zaaReloaded2/Controller/Elements/NextColumn.cs | 2 +- zaaReloaded2/Controller/Elements/SelectEachDay.cs | 2 +- zaaReloaded2/Controller/Elements/SelectFirstDay.cs | 2 +- zaaReloaded2/Controller/Elements/SelectLastDay.cs | 2 +- zaaReloaded2/Controller/Elements/TwoColumns.cs | 2 +- zaaReloaded2/Controller/Settings.cs | 2 +- zaaReloaded2/Controller/SettingsRepository.cs | 2 +- zaaReloaded2/Demo/Demo.cs | 2 +- zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml.cs | 2 +- zaaReloaded2/ExceptionHandler/ExceptionView.xaml.cs | 2 +- zaaReloaded2/ExceptionHandler/ExceptionViewModel.cs | 2 +- zaaReloaded2/ExceptionHandler/SubmissionCompletedAction.cs | 2 +- zaaReloaded2/ExceptionHandler/SubmissionFailureView.xaml.cs | 2 +- zaaReloaded2/ExceptionHandler/SubmissionProcessAction.cs | 2 +- zaaReloaded2/ExceptionHandler/SubmissionProcessView.xaml.cs | 2 +- zaaReloaded2/ExceptionHandler/SubmissionSuccessView.xaml.cs | 2 +- zaaReloaded2/Formatter/AbnormalStyle.cs | 2 +- zaaReloaded2/Formatter/DanielsStyle.cs | 2 +- zaaReloaded2/Formatter/DocumentWriter.cs | 2 +- zaaReloaded2/Formatter/Formatter.cs | 2 +- zaaReloaded2/Formatter/IItemFormatterDictionary.cs | 2 +- zaaReloaded2/Formatter/ITimePointFormatterDictionary.cs | 2 +- zaaReloaded2/Formatter/ItemFormatter.cs | 2 +- zaaReloaded2/Formatter/ItemFormatterDictionary.cs | 2 +- zaaReloaded2/Formatter/NoLaboratoryDataException.cs | 2 +- zaaReloaded2/Formatter/ReferenceStyle.cs | 2 +- zaaReloaded2/Formatter/TimePointFormatter.cs | 2 +- zaaReloaded2/Formatter/TimePointFormatterDictionary.cs | 2 +- zaaReloaded2/Helpers.cs | 2 +- zaaReloaded2/Importer/IImporter.cs | 2 +- zaaReloaded2/Importer/ZaaImporter/AutoDetect.cs | 2 +- zaaReloaded2/Importer/ZaaImporter/LaurisItem.cs | 2 +- zaaReloaded2/Importer/ZaaImporter/LaurisParagraph.cs | 2 +- zaaReloaded2/Importer/ZaaImporter/LaurisTimePoint.cs | 4 ++-- zaaReloaded2/Importer/ZaaImporter/ZaaImporter.cs | 2 +- zaaReloaded2/LabModel/IItemDictionary.cs | 2 +- zaaReloaded2/LabModel/ITimePointsDictionary.cs | 2 +- zaaReloaded2/LabModel/ItemDictionary.cs | 2 +- zaaReloaded2/LabModel/LabItem.cs | 2 +- zaaReloaded2/LabModel/Laboratory.cs | 2 +- zaaReloaded2/LabModel/Material.cs | 2 +- zaaReloaded2/LabModel/TimePoint.cs | 2 +- zaaReloaded2/LabModel/TimePointsDictionary.cs | 2 +- zaaReloaded2/LogFile.cs | 2 +- zaaReloaded2/Medication/Formatter.cs | 2 +- zaaReloaded2/Medication/Importer.cs | 2 +- zaaReloaded2/Medication/Prescription.cs | 2 +- zaaReloaded2/Ribbon.cs | 2 +- zaaReloaded2/Thesaurus/LineParser.cs | 2 +- zaaReloaded2/Thesaurus/Parameters.cs | 2 +- zaaReloaded2/Thesaurus/ThesaurusBase.cs | 2 +- zaaReloaded2/Thesaurus/Units.cs | 2 +- zaaReloaded2/ThisAddIn.cs | 2 +- zaaReloaded2/Updater/Updater.cs | 2 +- zaaReloaded2/Updater/Version.cs | 2 +- zaaReloaded2/UserSettings.cs | 2 +- zaaReloaded2/ViewModels/AboutViewModel.cs | 2 +- zaaReloaded2/ViewModels/CategoryViewModel.cs | 2 +- zaaReloaded2/ViewModels/ControlElementViewModel.cs | 2 +- zaaReloaded2/ViewModels/ElementPickerViewModel.cs | 2 +- zaaReloaded2/ViewModels/ElementViewModel.cs | 2 +- zaaReloaded2/ViewModels/FirstRunViewModel.cs | 2 +- zaaReloaded2/ViewModels/FormatElementViewModel.cs | 2 +- zaaReloaded2/ViewModels/IoErrorViewModel.cs | 2 +- zaaReloaded2/ViewModels/ItemCommentViewModel.cs | 2 +- zaaReloaded2/ViewModels/PreferencesViewModel.cs | 2 +- zaaReloaded2/ViewModels/SettingsRepositoryViewModel.cs | 2 +- zaaReloaded2/ViewModels/SettingsViewModel.cs | 2 +- zaaReloaded2/Views/AboutView.xaml.cs | 2 +- zaaReloaded2/Views/ElementPickerView.xaml.cs | 2 +- zaaReloaded2/Views/ElementView.xaml.cs | 2 +- zaaReloaded2/Views/FirstRunView.xaml.cs | 2 +- zaaReloaded2/Views/IoErrorView.xaml.cs | 2 +- zaaReloaded2/Views/ItemCommentView.xaml.cs | 2 +- zaaReloaded2/Views/PreferencesView.xaml.cs | 2 +- zaaReloaded2/Views/SettingsRepositoryView.xaml.cs | 2 +- zaaReloaded2/Views/SettingsView.xaml.cs | 2 +- 113 files changed, 117 insertions(+), 117 deletions(-) diff --git a/README.md b/README.md index 8924919..a7b8550 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ zaaReloaded2 ist in C# mit VSTO geschrieben, unter Zuhilfenahme von Visual Studio Professional 2013. Der Quellcode liegt in einem öffentlich zugänglichen Git-Repository: - + Clonen: @@ -212,7 +212,7 @@ dem [MVVM][]-Muster implementiert. Dabei wurde auf das Hilfs-Framework ## Updates Das Add-in sucht täglich nach einem Update; dabei wird die Datei - heruntergeladen. Updates + heruntergeladen. Updates werden automatisch im Hintergrund geladen und beim Schließen von Word (bzw. der Zentralen Arztbriefablage) installiert und stehen dann beim nächsten Starten der Anwendung zur Verfügung. diff --git a/Tests/Controller/Comments/CommentPoolTest.cs b/Tests/Controller/Comments/CommentPoolTest.cs index 452c49d..f41e18a 100755 --- a/Tests/Controller/Comments/CommentPoolTest.cs +++ b/Tests/Controller/Comments/CommentPoolTest.cs @@ -1,7 +1,7 @@ /* CommentPoolTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 bb1aaa2..ceaab58 100755 --- a/Tests/Controller/Comments/ItemCommentTest.cs +++ b/Tests/Controller/Comments/ItemCommentTest.cs @@ -1,7 +1,7 @@ /* ItemCommentTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 a6602e3..7509843 100755 --- a/Tests/Controller/Elements/CloneTest.cs +++ b/Tests/Controller/Elements/CloneTest.cs @@ -1,7 +1,7 @@ /* CloneTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 aaed72f..63bc582 100755 --- a/Tests/Controller/Elements/ItemsTest.cs +++ b/Tests/Controller/Elements/ItemsTest.cs @@ -1,7 +1,7 @@ /* ItemsTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 80a02c4..6e70650 100755 --- a/Tests/Controller/SettingsRepositoryTest.cs +++ b/Tests/Controller/SettingsRepositoryTest.cs @@ -1,7 +1,7 @@ /* SettingsRepositoryTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 04e3be3..efe0818 100755 --- a/Tests/Controller/SettingsTest.cs +++ b/Tests/Controller/SettingsTest.cs @@ -1,7 +1,7 @@ /* SettingsTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 bb74e46..b9e4ede 100755 --- a/Tests/Formatter/DocumentWriterTest.cs +++ b/Tests/Formatter/DocumentWriterTest.cs @@ -1,7 +1,7 @@ /* DocumentWriterClass.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 0df3924..fb2c53b 100755 --- a/Tests/Formatter/FormatterTest.cs +++ b/Tests/Formatter/FormatterTest.cs @@ -1,7 +1,7 @@ /* FormatterTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 10:44:00) Cyclosporin-A vor Gabe: 130 µg/l; CK gesamt: 123 [<= 170] U/l; Cholesterin: 211"); + "(17.09.2015-201710: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 10:44:00:\rCsA (C0) 130 µg/l\r\r", + "Laborwerte vom 17.09.2015-201710: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 3caee25..03b679e 100755 --- a/Tests/Importer/ZaaImporter/LaurisItemTest.cs +++ b/Tests/Importer/ZaaImporter/LaurisItemTest.cs @@ -1,7 +1,7 @@ /* LaurisItemTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 e08b037..f108049 100755 --- a/Tests/Importer/ZaaImporter/LaurisParagraphTest.cs +++ b/Tests/Importer/ZaaImporter/LaurisParagraphTest.cs @@ -1,7 +1,7 @@ /* LaurisParagraphTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 81e33d7..5c12381 100755 --- a/Tests/Importer/ZaaImporter/TimePointTest.cs +++ b/Tests/Importer/ZaaImporter/TimePointTest.cs @@ -1,7 +1,7 @@ /* LaurisTimePointTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 58433cc..8425359 100755 --- a/Tests/Importer/ZaaImporter/ZaaImporterTest.cs +++ b/Tests/Importer/ZaaImporter/ZaaImporterTest.cs @@ -1,7 +1,7 @@ /* ZaaImporterTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 3838f79..912d922 100755 --- a/Tests/LineParserTest.cs +++ b/Tests/LineParserTest.cs @@ -1,7 +1,7 @@ /* UnitTest1.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 2a69659..a11dbaa 100755 --- a/Tests/Medication/ImporterTest.cs +++ b/Tests/Medication/ImporterTest.cs @@ -1,7 +1,7 @@ /* ImporterTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 e84fd85..df882f7 100755 --- a/Tests/Medication/PrescriptionTest.cs +++ b/Tests/Medication/PrescriptionTest.cs @@ -1,7 +1,7 @@ /* PrescriptionTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 f91cadb..9444c04 100755 --- a/Tests/SerializationTest.cs +++ b/Tests/SerializationTest.cs @@ -1,7 +1,7 @@ /* SelectFirstDayTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 b8d1587..a95db83 100755 --- a/Tests/TestHelpers.cs +++ b/Tests/TestHelpers.cs @@ -1,7 +1,7 @@ /* TestHelpers.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 7bc01f8..10a823f 100755 --- a/Tests/Thesaurus/ParametersTest.cs +++ b/Tests/Thesaurus/ParametersTest.cs @@ -1,7 +1,7 @@ /* ParametersTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 ab96490..3a63d31 100755 --- a/Tests/Thesaurus/TestThesaurus.cs +++ b/Tests/Thesaurus/TestThesaurus.cs @@ -2,7 +2,7 @@ * {{ * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 2c31f82..1279a67 100755 --- a/Tests/Thesaurus/ThesaurusTest.cs +++ b/Tests/Thesaurus/ThesaurusTest.cs @@ -1,7 +1,7 @@ /* Class1.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 6240d0b..62234c1 100755 --- a/Tests/ViewModels/ElementPickerViewModelTest.cs +++ b/Tests/ViewModels/ElementPickerViewModelTest.cs @@ -1,7 +1,7 @@ /* ElementPickerViewModelTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 75710ba..ebf2013 100755 --- a/Tests/ViewModels/ItemCommentViewModelTest.cs +++ b/Tests/ViewModels/ItemCommentViewModelTest.cs @@ -1,7 +1,7 @@ /* ItemCommentViewModelTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 afa5ddc..516ac4c 100755 --- a/Tests/ViewModels/SettingsRepositoryViewModelTest.cs +++ b/Tests/ViewModels/SettingsRepositoryViewModelTest.cs @@ -1,7 +1,7 @@ /* SettingsRepositoryViewModel.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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 dec16f7..1a64cf4 100755 --- a/Tests/ViewModels/SettingsViewModelTest.cs +++ b/Tests/ViewModels/SettingsViewModelTest.cs @@ -1,7 +1,7 @@ /* SettingsViewModelTest.cs * part of zaaReloaded2 * - * Copyright 2015 Daniel Kraus + * Copyright 2015-2017 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/deploy/make-installer.iss b/deploy/make-installer.iss index ff3816b..ec11a6d 100755 --- a/deploy/make-installer.iss +++ b/deploy/make-installer.iss @@ -2,7 +2,7 @@ "x:\Code\zaaReloaded2\zaaReloaded2\zaaReloaded2.csproj /Build Release") #define VERSIONFILE "..\zaaReloaded2\VERSION" -#define PUB_YEARS "2015-2016" +#define PUB_YEARS "2015-2017" #define TARGET_HOST "word" #define APP_GUID "{{8520B887-3AB1-422B-AB6B-A265D14FE4E5}" #define ADDIN_NAME "zaaReloaded" diff --git a/www/index.html b/www/index.html index 8ae31b9..a62eb2b 100644 --- a/www/index.html +++ b/www/index.html @@ -368,7 +368,7 @@