diff options
author | Joe George <joe@zeroc.com> | 2017-02-13 18:52:57 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-02-13 18:52:57 -0500 |
commit | b135190bea02a9dab693ed8c254ae63a926705a4 (patch) | |
tree | 63a5459a410a935d30ad6adbc9c29e11f58b0ed7 /cpp/test/uwp/controller/ViewController.xaml | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-b135190bea02a9dab693ed8c254ae63a926705a4.tar.bz2 ice-b135190bea02a9dab693ed8c254ae63a926705a4.tar.xz ice-b135190bea02a9dab693ed8c254ae63a926705a4.zip |
ICE-7506 - Update copyright to 2017
Diffstat (limited to 'cpp/test/uwp/controller/ViewController.xaml')
-rw-r--r-- | cpp/test/uwp/controller/ViewController.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |