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 85f90b4b939..6754f03c905 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-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 20190671512..bca0fa820ef 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-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 7a68bf7550b..10f746ef5de 100644 --- a/cpp/demo/Ice/winrt/bidir/Callback.ice +++ b/cpp/demo/Ice/winrt/bidir/Callback.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 8d5414bbe2e..36a9105c1bd 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-2013 ZeroC, Inc. All rights reserved."/> + Text="Copyright © 2012-2014 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 fc2dacfbcf5..78f11314b86 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-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 e0bb9502671..7b0cede22e2 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-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 fd737f0cf75..10bf176c245 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-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 42227ad1856..28e16b8de3e 100644 --- a/cpp/demo/Ice/winrt/hello/Hello.ice +++ b/cpp/demo/Ice/winrt/hello/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 0729b0c4adc..df433f2d604 100644 --- a/cpp/demo/Ice/winrt/hello/MainPage.xaml +++ b/cpp/demo/Ice/winrt/hello/MainPage.xaml @@ -124,7 +124,7 @@ <!-- Footer --> <StackPanel Grid.Row="2" VerticalAlignment="Bottom"> <TextBlock Margin="5, 5, 5, 5" Style="{StaticResource FooterStyle}" - Text="Copyright © 2012-2013 ZeroC, Inc. All rights reserved."/> + Text="Copyright © 2012-2014 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 fc43c7d49fa..b2f6e322033 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-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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 2782a77d181..9d218bfa0c1 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-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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. |