diff options
Diffstat (limited to 'cpp/test/uwp/controller')
-rw-r--r-- | cpp/test/uwp/controller/App.xaml.cpp | 2 | ||||
-rw-r--r-- | cpp/test/uwp/controller/App.xaml.h | 2 | ||||
-rw-r--r-- | cpp/test/uwp/controller/ViewController.xaml | 2 | ||||
-rw-r--r-- | cpp/test/uwp/controller/ViewController.xaml.cpp | 2 | ||||
-rw-r--r-- | cpp/test/uwp/controller/ViewController.xaml.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cpp/test/uwp/controller/App.xaml.cpp b/cpp/test/uwp/controller/App.xaml.cpp index 1671bdc3307..ea67c113cc6 100644 --- a/cpp/test/uwp/controller/App.xaml.cpp +++ b/cpp/test/uwp/controller/App.xaml.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2017 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/controller/App.xaml.h b/cpp/test/uwp/controller/App.xaml.h index 87180b83771..ea1bef58291 100644 --- a/cpp/test/uwp/controller/App.xaml.h +++ b/cpp/test/uwp/controller/App.xaml.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2017 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/controller/ViewController.xaml b/cpp/test/uwp/controller/ViewController.xaml index 9d2037e92cd..cfac024447e 100644 --- a/cpp/test/uwp/controller/ViewController.xaml +++ b/cpp/test/uwp/controller/ViewController.xaml @@ -22,7 +22,7 @@ </StackPanel> <ListBox Margin="5" Grid.Row="1" x:Name="Output" Background="LightGray"></ListBox> <StackPanel Grid.Row="3" VerticalAlignment="Bottom"> - <TextBlock Text="Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved." + <TextBlock Text="Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved." Style="{StaticResource FooterStyle}" Margin="5" TextWrapping="Wrap"/> diff --git a/cpp/test/uwp/controller/ViewController.xaml.cpp b/cpp/test/uwp/controller/ViewController.xaml.cpp index af911053842..7862969546d 100644 --- a/cpp/test/uwp/controller/ViewController.xaml.cpp +++ b/cpp/test/uwp/controller/ViewController.xaml.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2017 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/controller/ViewController.xaml.h b/cpp/test/uwp/controller/ViewController.xaml.h index d93f2b27ee4..e84b200d8ba 100644 --- a/cpp/test/uwp/controller/ViewController.xaml.h +++ b/cpp/test/uwp/controller/ViewController.xaml.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2017 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. |