diff options
Diffstat (limited to 'cpp/demo/Ice/winrt')
-rw-r--r-- | cpp/demo/Ice/winrt/bidir/App.xaml.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/bidir/App.xaml.h | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/bidir/Callback.ice | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/bidir/MainPage.xaml | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/bidir/MainPage.xaml.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/bidir/MainPage.xaml.h | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/hello/App.xaml.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/hello/Hello.ice | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/hello/MainPage.xaml | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/hello/MainPage.xaml.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/hello/MainPage.xaml.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/cpp/demo/Ice/winrt/bidir/App.xaml.cpp b/cpp/demo/Ice/winrt/bidir/App.xaml.cpp index 6754f03c905..0e8c97d8e37 100644 --- a/cpp/demo/Ice/winrt/bidir/App.xaml.cpp +++ b/cpp/demo/Ice/winrt/bidir/App.xaml.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/winrt/bidir/App.xaml.h b/cpp/demo/Ice/winrt/bidir/App.xaml.h index bca0fa820ef..5a1bc43cd4e 100644 --- a/cpp/demo/Ice/winrt/bidir/App.xaml.h +++ b/cpp/demo/Ice/winrt/bidir/App.xaml.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/winrt/bidir/Callback.ice b/cpp/demo/Ice/winrt/bidir/Callback.ice index 10f746ef5de..c950cf080f0 100644 --- a/cpp/demo/Ice/winrt/bidir/Callback.ice +++ b/cpp/demo/Ice/winrt/bidir/Callback.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/winrt/bidir/MainPage.xaml b/cpp/demo/Ice/winrt/bidir/MainPage.xaml index 36a9105c1bd..b871ba7f2cc 100644 --- a/cpp/demo/Ice/winrt/bidir/MainPage.xaml +++ b/cpp/demo/Ice/winrt/bidir/MainPage.xaml @@ -61,7 +61,7 @@ <!-- Footer --> <StackPanel Grid.Row="2" VerticalAlignment="Bottom"> <TextBlock Margin="5, 5, 5, 5" Style="{StaticResource FooterStyle}" - Text="Copyright © 2012-2014 ZeroC, Inc. All rights reserved."/> + Text="Copyright © 2012-2015 ZeroC, Inc. All rights reserved."/> </StackPanel> </Grid> </Page> diff --git a/cpp/demo/Ice/winrt/bidir/MainPage.xaml.cpp b/cpp/demo/Ice/winrt/bidir/MainPage.xaml.cpp index 4552c775036..6745c5a25a0 100644 --- a/cpp/demo/Ice/winrt/bidir/MainPage.xaml.cpp +++ b/cpp/demo/Ice/winrt/bidir/MainPage.xaml.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/winrt/bidir/MainPage.xaml.h b/cpp/demo/Ice/winrt/bidir/MainPage.xaml.h index 7b0cede22e2..1384ac169fd 100644 --- a/cpp/demo/Ice/winrt/bidir/MainPage.xaml.h +++ b/cpp/demo/Ice/winrt/bidir/MainPage.xaml.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/winrt/hello/App.xaml.cpp b/cpp/demo/Ice/winrt/hello/App.xaml.cpp index 10bf176c245..40b4a8fd233 100644 --- a/cpp/demo/Ice/winrt/hello/App.xaml.cpp +++ b/cpp/demo/Ice/winrt/hello/App.xaml.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/winrt/hello/Hello.ice b/cpp/demo/Ice/winrt/hello/Hello.ice index 28e16b8de3e..31a0efbe21b 100644 --- a/cpp/demo/Ice/winrt/hello/Hello.ice +++ b/cpp/demo/Ice/winrt/hello/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/winrt/hello/MainPage.xaml b/cpp/demo/Ice/winrt/hello/MainPage.xaml index f383482e82e..b1f489990c0 100644 --- a/cpp/demo/Ice/winrt/hello/MainPage.xaml +++ b/cpp/demo/Ice/winrt/hello/MainPage.xaml @@ -126,7 +126,7 @@ <!-- Footer --> <StackPanel Grid.Row="2" VerticalAlignment="Bottom"> <TextBlock Margin="5, 5, 5, 5" Style="{StaticResource FooterStyle}" - Text="Copyright © 2012-2014 ZeroC, Inc. All rights reserved."/> + Text="Copyright © 2012-2015 ZeroC, Inc. All rights reserved."/> </StackPanel> </Grid> </Page> diff --git a/cpp/demo/Ice/winrt/hello/MainPage.xaml.cpp b/cpp/demo/Ice/winrt/hello/MainPage.xaml.cpp index a52b4f92d79..e33b0369d64 100644 --- a/cpp/demo/Ice/winrt/hello/MainPage.xaml.cpp +++ b/cpp/demo/Ice/winrt/hello/MainPage.xaml.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/winrt/hello/MainPage.xaml.h b/cpp/demo/Ice/winrt/hello/MainPage.xaml.h index 4c44b91e827..c55e03bf834 100644 --- a/cpp/demo/Ice/winrt/hello/MainPage.xaml.h +++ b/cpp/demo/Ice/winrt/hello/MainPage.xaml.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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. |