diff --git a/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml b/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml index 56aae4c..5497587 100755 --- a/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml +++ b/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml @@ -2,7 +2,7 @@ ExceptionDetailView.xaml 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/zaaReloaded2/ExceptionHandler/ExceptionView.xaml b/zaaReloaded2/ExceptionHandler/ExceptionView.xaml index 6ae030b..0d1eae7 100755 --- a/zaaReloaded2/ExceptionHandler/ExceptionView.xaml +++ b/zaaReloaded2/ExceptionHandler/ExceptionView.xaml @@ -2,7 +2,7 @@ ExceptionView.xaml 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/zaaReloaded2/ExceptionHandler/SubmissionFailureView.xaml b/zaaReloaded2/ExceptionHandler/SubmissionFailureView.xaml index fbaecfb..14679f4 100755 --- a/zaaReloaded2/ExceptionHandler/SubmissionFailureView.xaml +++ b/zaaReloaded2/ExceptionHandler/SubmissionFailureView.xaml @@ -2,7 +2,7 @@ SubmissionFailureView.xaml 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/zaaReloaded2/ExceptionHandler/SubmissionProcessView.xaml b/zaaReloaded2/ExceptionHandler/SubmissionProcessView.xaml index 13d8cc7..91b68e5 100755 --- a/zaaReloaded2/ExceptionHandler/SubmissionProcessView.xaml +++ b/zaaReloaded2/ExceptionHandler/SubmissionProcessView.xaml @@ -2,7 +2,7 @@ SubmissionProcessView.xaml 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/zaaReloaded2/ExceptionHandler/SubmissionSuccessView.xaml b/zaaReloaded2/ExceptionHandler/SubmissionSuccessView.xaml index c02b4c4..f9a7465 100755 --- a/zaaReloaded2/ExceptionHandler/SubmissionSuccessView.xaml +++ b/zaaReloaded2/ExceptionHandler/SubmissionSuccessView.xaml @@ -2,7 +2,7 @@ SubmissionSuccessView.xaml 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/zaaReloaded2/Properties/Settings.Designer.cs b/zaaReloaded2/Properties/Settings.Designer.cs index 8d190b3..7fcffcd 100755 --- a/zaaReloaded2/Properties/Settings.Designer.cs +++ b/zaaReloaded2/Properties/Settings.Designer.cs @@ -34,7 +34,7 @@ namespace zaaReloaded2.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("2016")] + [global::System.Configuration.DefaultSettingValueAttribute("2015-2017")] public string PubYear { get { return ((string)(this["PubYear"])); @@ -52,7 +52,7 @@ namespace zaaReloaded2.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("https://doktorkraus.de/zaareloaded")] + [global::System.Configuration.DefaultSettingValueAttribute("https://www.doktorkraus.de/zaareloaded")] public global::System.Uri Homepage { get { return ((global::System.Uri)(this["Homepage"])); @@ -61,7 +61,7 @@ namespace zaaReloaded2.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("https://doktorkraus.de/zaareloaded/versioninfo.txt")] + [global::System.Configuration.DefaultSettingValueAttribute("https://www.doktorkraus.de/zaareloaded/versioninfo.txt")] public string VersionInfoFile { get { return ((string)(this["VersionInfoFile"])); @@ -70,7 +70,7 @@ namespace zaaReloaded2.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("https://doktorkraus.de/zaareloaded/postreport.php")] + [global::System.Configuration.DefaultSettingValueAttribute("https://www.doktorkraus.de/zaareloaded/postreport.php")] public string ExceptionPostUrl { get { return ((string)(this["ExceptionPostUrl"])); diff --git a/zaaReloaded2/Properties/Settings.settings b/zaaReloaded2/Properties/Settings.settings index f5457a6..47770ad 100755 --- a/zaaReloaded2/Properties/Settings.settings +++ b/zaaReloaded2/Properties/Settings.settings @@ -6,19 +6,19 @@ zaaReloaded2 - 2016 + 2015-2017 Daniel Kraus - https://doktorkraus.de/zaareloaded + https://www.doktorkraus.de/zaareloaded - https://doktorkraus.de/zaareloaded/versioninfo.txt + https://www.doktorkraus.de/zaareloaded/versioninfo.txt - https://doktorkraus.de/zaareloaded/postreport.php + https://www.doktorkraus.de/zaareloaded/postreport.php http://www.apache.org/licenses/LICENSE-2.0 diff --git a/zaaReloaded2/Ribbon.xml b/zaaReloaded2/Ribbon.xml index db54938..1021a52 100755 --- a/zaaReloaded2/Ribbon.xml +++ b/zaaReloaded2/Ribbon.xml @@ -4,7 +4,7 @@ Ribbon.xml 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/zaaReloaded2/Style.xaml b/zaaReloaded2/Style.xaml index 5a415d1..afa4485 100755 --- a/zaaReloaded2/Style.xaml +++ b/zaaReloaded2/Style.xaml @@ -2,7 +2,7 @@ Style.xaml 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/zaaReloaded2/Views/AboutView.xaml b/zaaReloaded2/Views/AboutView.xaml index a30ab38..ea5c5a1 100755 --- a/zaaReloaded2/Views/AboutView.xaml +++ b/zaaReloaded2/Views/AboutView.xaml @@ -2,7 +2,7 @@ AboutView.xaml 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/zaaReloaded2/Views/ElementPickerView.xaml b/zaaReloaded2/Views/ElementPickerView.xaml index 7ec325c..ea8c4b5 100755 --- a/zaaReloaded2/Views/ElementPickerView.xaml +++ b/zaaReloaded2/Views/ElementPickerView.xaml @@ -2,7 +2,7 @@ ElementPickerView.xaml 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/zaaReloaded2/Views/ElementView.xaml b/zaaReloaded2/Views/ElementView.xaml index 65a958d..cfd52b2 100755 --- a/zaaReloaded2/Views/ElementView.xaml +++ b/zaaReloaded2/Views/ElementView.xaml @@ -2,7 +2,7 @@ ElementView.xaml 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/zaaReloaded2/Views/FirstRunView.xaml b/zaaReloaded2/Views/FirstRunView.xaml index ef80bfe..b1cdc86 100755 --- a/zaaReloaded2/Views/FirstRunView.xaml +++ b/zaaReloaded2/Views/FirstRunView.xaml @@ -2,7 +2,7 @@ FirstRunView.xaml 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/zaaReloaded2/Views/IoErrorView.xaml b/zaaReloaded2/Views/IoErrorView.xaml index eec193a..2542271 100755 --- a/zaaReloaded2/Views/IoErrorView.xaml +++ b/zaaReloaded2/Views/IoErrorView.xaml @@ -2,7 +2,7 @@ IoErrorView.xaml 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/zaaReloaded2/Views/ItemCommentView.xaml b/zaaReloaded2/Views/ItemCommentView.xaml index 04a1761..f05825d 100755 --- a/zaaReloaded2/Views/ItemCommentView.xaml +++ b/zaaReloaded2/Views/ItemCommentView.xaml @@ -2,7 +2,7 @@ ItemCommentView.xaml 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/zaaReloaded2/Views/PreferencesView.xaml b/zaaReloaded2/Views/PreferencesView.xaml index 2d9748f..79bb3bb 100755 --- a/zaaReloaded2/Views/PreferencesView.xaml +++ b/zaaReloaded2/Views/PreferencesView.xaml @@ -2,7 +2,7 @@ PreferencesView.xaml 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/zaaReloaded2/Views/SettingsRepositoryView.xaml b/zaaReloaded2/Views/SettingsRepositoryView.xaml index dd83e9d..129abe8 100755 --- a/zaaReloaded2/Views/SettingsRepositoryView.xaml +++ b/zaaReloaded2/Views/SettingsRepositoryView.xaml @@ -2,7 +2,7 @@ AboutView - Copy.xaml 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/zaaReloaded2/Views/SettingsView.xaml b/zaaReloaded2/Views/SettingsView.xaml index d9fe22a..85c2369 100755 --- a/zaaReloaded2/Views/SettingsView.xaml +++ b/zaaReloaded2/Views/SettingsView.xaml @@ -2,7 +2,7 @@ SettingsView.xaml 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/zaaReloaded2/app.config b/zaaReloaded2/app.config index 36f3fc0..ce97849 100755 --- a/zaaReloaded2/app.config +++ b/zaaReloaded2/app.config @@ -4,7 +4,7 @@ app.config 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. @@ -30,19 +30,19 @@ zaaReloaded2 - 2016 + 2015-2017 Daniel Kraus - https://doktorkraus.de/zaareloaded + https://www.doktorkraus.de/zaareloaded - https://doktorkraus.de/zaareloaded/versioninfo.txt + https://www.doktorkraus.de/zaareloaded/versioninfo.txt - https://doktorkraus.de/zaareloaded/postreport.php + https://www.doktorkraus.de/zaareloaded/postreport.php http://www.apache.org/licenses/LICENSE-2.0 diff --git a/zaaReloaded2/packages.config b/zaaReloaded2/packages.config index 636d836..1341991 100755 --- a/zaaReloaded2/packages.config +++ b/zaaReloaded2/packages.config @@ -4,7 +4,7 @@ packages.config 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.