diff options
author | Jose <jose@zeroc.com> | 2019-01-19 13:12:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-19 13:12:29 +0100 |
commit | 7a7d495fb0c5a63e404eb62a0461bbafb06d6175 (patch) | |
tree | e0877720ce67950b8b0eaaef410631013c3cf2a4 /cpp/test/uwp/controller/ControllerView.xaml | |
parent | Remove anonymous cipher usage in IceSSL/configuration (diff) | |
download | ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.bz2 ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.tar.xz ice-7a7d495fb0c5a63e404eb62a0461bbafb06d6175.zip |
Copyright header simplication
Diffstat (limited to 'cpp/test/uwp/controller/ControllerView.xaml')
-rw-r--r-- | cpp/test/uwp/controller/ControllerView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/uwp/controller/ControllerView.xaml b/cpp/test/uwp/controller/ControllerView.xaml index 569990319a9..9293b1d25de 100644 --- a/cpp/test/uwp/controller/ControllerView.xaml +++ b/cpp/test/uwp/controller/ControllerView.xaml @@ -25,7 +25,7 @@ SelectionChanged="Hostname_SelectionChanged"></ComboBox> <ListBox Margin="5" Grid.Row="2" x:Name="Output" Background="LightGray"></ListBox> <StackPanel Grid.Row="3" VerticalAlignment="Bottom"> - <TextBlock Text="Copyright (c) 2003-present ZeroC, Inc. All rights reserved." + <TextBlock Text="Copyright (c) ZeroC, Inc. All rights reserved." Style="{StaticResource FooterStyle}" Margin="5" TextWrapping="Wrap"/> |