summaryrefslogtreecommitdiff
path: root/cpp/test/uwp/controller
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/uwp/controller')
-rw-r--r--cpp/test/uwp/controller/App.xaml.cpp4
-rw-r--r--cpp/test/uwp/controller/App.xaml.h4
-rw-r--r--cpp/test/uwp/controller/ControllerView.xaml2
-rw-r--r--cpp/test/uwp/controller/ControllerView.xaml.cpp4
-rw-r--r--cpp/test/uwp/controller/ControllerView.xaml.h4
5 files changed, 5 insertions, 13 deletions
diff --git a/cpp/test/uwp/controller/App.xaml.cpp b/cpp/test/uwp/controller/App.xaml.cpp
index f06d160c7b3..d86c3d82e4e 100644
--- a/cpp/test/uwp/controller/App.xaml.cpp
+++ b/cpp/test/uwp/controller/App.xaml.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include "pch.h"
#include "ControllerView.xaml.h"
diff --git a/cpp/test/uwp/controller/App.xaml.h b/cpp/test/uwp/controller/App.xaml.h
index 148e6fbbba7..f97da19b9f5 100644
--- a/cpp/test/uwp/controller/App.xaml.h
+++ b/cpp/test/uwp/controller/App.xaml.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#pragma once
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"/>
diff --git a/cpp/test/uwp/controller/ControllerView.xaml.cpp b/cpp/test/uwp/controller/ControllerView.xaml.cpp
index 2a118ee658b..a4485ae1afb 100644
--- a/cpp/test/uwp/controller/ControllerView.xaml.cpp
+++ b/cpp/test/uwp/controller/ControllerView.xaml.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include "ControllerView.xaml.h"
diff --git a/cpp/test/uwp/controller/ControllerView.xaml.h b/cpp/test/uwp/controller/ControllerView.xaml.h
index f8db9f6f358..734091499d5 100644
--- a/cpp/test/uwp/controller/ControllerView.xaml.h
+++ b/cpp/test/uwp/controller/ControllerView.xaml.h
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#pragma once