diff --git a/Documentation/Guides_Examples/HelloMSDKUI/HelloMSDKUI/AppDelegate.swift b/Documentation/Guides_Examples/HelloMSDKUI/HelloMSDKUI/AppDelegate.swift index 0afc19fa..f773c693 100644 --- a/Documentation/Guides_Examples/HelloMSDKUI/HelloMSDKUI/AppDelegate.swift +++ b/Documentation/Guides_Examples/HelloMSDKUI/HelloMSDKUI/AppDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2019 HERE Europe B.V. +// Copyright (C) 2017-2020 HERE Europe B.V. // // 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/Documentation/Guides_Examples/HelloMSDKUI/HelloMSDKUI/ViewController.swift b/Documentation/Guides_Examples/HelloMSDKUI/HelloMSDKUI/ViewController.swift index 1153ee75..d1289dca 100644 --- a/Documentation/Guides_Examples/HelloMSDKUI/HelloMSDKUI/ViewController.swift +++ b/Documentation/Guides_Examples/HelloMSDKUI/HelloMSDKUI/ViewController.swift @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2019 HERE Europe B.V. +// Copyright (C) 2017-2020 HERE Europe B.V. // // 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/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/AppDelegate.swift b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/AppDelegate.swift index 0afc19fa..f773c693 100644 --- a/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/AppDelegate.swift +++ b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/AppDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2019 HERE Europe B.V. +// Copyright (C) 2017-2020 HERE Europe B.V. // // 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/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/GuidanceHelper.swift b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/GuidanceHelper.swift index 9c586077..2eb77501 100644 --- a/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/GuidanceHelper.swift +++ b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/GuidanceHelper.swift @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2019 HERE Europe B.V. +// Copyright (C) 2017-2020 HERE Europe B.V. // // 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/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/GuidanceViewController.swift b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/GuidanceViewController.swift index 188ad28d..d2309ec7 100644 --- a/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/GuidanceViewController.swift +++ b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/GuidanceViewController.swift @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2019 HERE Europe B.V. +// Copyright (C) 2017-2020 HERE Europe B.V. // // 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/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/ManeuverViewController.swift b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/ManeuverViewController.swift index 965ec987..74fe76cc 100644 --- a/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/ManeuverViewController.swift +++ b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/ManeuverViewController.swift @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2019 HERE Europe B.V. +// Copyright (C) 2017-2020 HERE Europe B.V. // // 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/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/RouteHelper.swift b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/RouteHelper.swift index 4e09f55b..a0dd85f3 100644 --- a/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/RouteHelper.swift +++ b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/RouteHelper.swift @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2019 HERE Europe B.V. +// Copyright (C) 2017-2020 HERE Europe B.V. // // 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/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/ViewController.swift b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/ViewController.swift index 44a84be3..1c05ce93 100644 --- a/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/ViewController.swift +++ b/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/ViewController.swift @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2019 HERE Europe B.V. +// Copyright (C) 2017-2020 HERE Europe B.V. // // 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/MSDKUI_Tests/MSDKUI_Tests-Bridging-Header.h b/MSDKUI_Tests/MSDKUI_Tests-Bridging-Header.h index c2ce488b..e3bc4a30 100644 --- a/MSDKUI_Tests/MSDKUI_Tests-Bridging-Header.h +++ b/MSDKUI_Tests/MSDKUI_Tests-Bridging-Header.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2017-2019 HERE Europe B.V. +// Copyright (C) 2017-2020 HERE Europe B.V. // // 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/Rakefile b/Rakefile index 79f6658d..a8b06f32 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2019 HERE Europe B.V. +# Copyright (C) 2017-2020 HERE Europe B.V. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.