diff options
Diffstat (limited to 'cpp/test/uwp')
-rw-r--r-- | cpp/test/uwp/App.xaml.cpp | 2 | ||||
-rw-r--r-- | cpp/test/uwp/App.xaml.h | 2 | ||||
-rw-r--r-- | cpp/test/uwp/MainPage.xaml | 2 | ||||
-rw-r--r-- | cpp/test/uwp/MainPage.xaml.cpp | 2 | ||||
-rw-r--r-- | cpp/test/uwp/MainPage.xaml.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cpp/test/uwp/App.xaml.cpp b/cpp/test/uwp/App.xaml.cpp index b1cd025bf6d..05d1d3c281e 100644 --- a/cpp/test/uwp/App.xaml.cpp +++ b/cpp/test/uwp/App.xaml.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/cpp/test/uwp/App.xaml.h b/cpp/test/uwp/App.xaml.h index 3526e1c11b8..6f2f640ecd6 100644 --- a/cpp/test/uwp/App.xaml.h +++ b/cpp/test/uwp/App.xaml.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/cpp/test/uwp/MainPage.xaml b/cpp/test/uwp/MainPage.xaml index f8eda9b24b4..23aea94ff2c 100644 --- a/cpp/test/uwp/MainPage.xaml +++ b/cpp/test/uwp/MainPage.xaml @@ -145,7 +145,7 @@ </HubSection> </Hub> <StackPanel Grid.Row="2" VerticalAlignment="Bottom"> - <TextBlock Text="Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved." + <TextBlock Text="Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved." Style="{StaticResource FooterStyle}" Margin="5" TextWrapping="Wrap"/> diff --git a/cpp/test/uwp/MainPage.xaml.cpp b/cpp/test/uwp/MainPage.xaml.cpp index 65a9e2e60b1..303174816cc 100644 --- a/cpp/test/uwp/MainPage.xaml.cpp +++ b/cpp/test/uwp/MainPage.xaml.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/cpp/test/uwp/MainPage.xaml.h b/cpp/test/uwp/MainPage.xaml.h index 32ead429cb9..39fd50b2a2a 100644 --- a/cpp/test/uwp/MainPage.xaml.h +++ b/cpp/test/uwp/MainPage.xaml.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. |