diff options
Diffstat (limited to 'cs/test/Ice/inheritance')
-rw-r--r-- | cs/test/Ice/inheritance/AllTests.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/App.xaml.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/CAI.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/CBI.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/CCI.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/CDI.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/Client.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/Collocated.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/IAI.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/IB1I.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/IB2I.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/ICI.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/InitialI.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/Makefile | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/Makefile.mak | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/Server.cs | 2 | ||||
-rw-r--r-- | cs/test/Ice/inheritance/Test.ice | 2 | ||||
-rwxr-xr-x | cs/test/Ice/inheritance/run.py | 2 |
19 files changed, 20 insertions, 20 deletions
diff --git a/cs/test/Ice/inheritance/AllTests.cs b/cs/test/Ice/inheritance/AllTests.cs index a806c41119d..eb380fb3427 100644 --- a/cs/test/Ice/inheritance/AllTests.cs +++ b/cs/test/Ice/inheritance/AllTests.cs @@ -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/cs/test/Ice/inheritance/App.xaml.cs b/cs/test/Ice/inheritance/App.xaml.cs index f70323b222d..8f57fb7fb87 100644 --- a/cs/test/Ice/inheritance/App.xaml.cs +++ b/cs/test/Ice/inheritance/App.xaml.cs @@ -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/cs/test/Ice/inheritance/CAI.cs b/cs/test/Ice/inheritance/CAI.cs index 07967741d95..a672de7bb79 100644 --- a/cs/test/Ice/inheritance/CAI.cs +++ b/cs/test/Ice/inheritance/CAI.cs @@ -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/cs/test/Ice/inheritance/CBI.cs b/cs/test/Ice/inheritance/CBI.cs index 652e5bcd842..87c7ebb973d 100644 --- a/cs/test/Ice/inheritance/CBI.cs +++ b/cs/test/Ice/inheritance/CBI.cs @@ -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/cs/test/Ice/inheritance/CCI.cs b/cs/test/Ice/inheritance/CCI.cs index 4b4ed19cf6a..8f54b201e78 100644 --- a/cs/test/Ice/inheritance/CCI.cs +++ b/cs/test/Ice/inheritance/CCI.cs @@ -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/cs/test/Ice/inheritance/CDI.cs b/cs/test/Ice/inheritance/CDI.cs index ef3e25ae0fa..f824261c3de 100644 --- a/cs/test/Ice/inheritance/CDI.cs +++ b/cs/test/Ice/inheritance/CDI.cs @@ -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/cs/test/Ice/inheritance/Client.cs b/cs/test/Ice/inheritance/Client.cs index 3f917a8104b..14053dcc8e3 100644 --- a/cs/test/Ice/inheritance/Client.cs +++ b/cs/test/Ice/inheritance/Client.cs @@ -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/cs/test/Ice/inheritance/Collocated.cs b/cs/test/Ice/inheritance/Collocated.cs index 7bb8e78420d..6640f846527 100644 --- a/cs/test/Ice/inheritance/Collocated.cs +++ b/cs/test/Ice/inheritance/Collocated.cs @@ -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/cs/test/Ice/inheritance/IAI.cs b/cs/test/Ice/inheritance/IAI.cs index 140deb25de6..b5694d17ae5 100644 --- a/cs/test/Ice/inheritance/IAI.cs +++ b/cs/test/Ice/inheritance/IAI.cs @@ -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/cs/test/Ice/inheritance/IB1I.cs b/cs/test/Ice/inheritance/IB1I.cs index db34b2ba289..1ac69e04cbf 100644 --- a/cs/test/Ice/inheritance/IB1I.cs +++ b/cs/test/Ice/inheritance/IB1I.cs @@ -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/cs/test/Ice/inheritance/IB2I.cs b/cs/test/Ice/inheritance/IB2I.cs index e20c5fa7d6d..155f279e0c4 100644 --- a/cs/test/Ice/inheritance/IB2I.cs +++ b/cs/test/Ice/inheritance/IB2I.cs @@ -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/cs/test/Ice/inheritance/ICI.cs b/cs/test/Ice/inheritance/ICI.cs index b0b446ea247..aad7dad9a38 100644 --- a/cs/test/Ice/inheritance/ICI.cs +++ b/cs/test/Ice/inheritance/ICI.cs @@ -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/cs/test/Ice/inheritance/InitialI.cs b/cs/test/Ice/inheritance/InitialI.cs index ab4861b01f3..76f8a9da7b2 100644 --- a/cs/test/Ice/inheritance/InitialI.cs +++ b/cs/test/Ice/inheritance/InitialI.cs @@ -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/cs/test/Ice/inheritance/Makefile b/cs/test/Ice/inheritance/Makefile index 7a6f8872415..9ff939d6119 100644 --- a/cs/test/Ice/inheritance/Makefile +++ b/cs/test/Ice/inheritance/Makefile @@ -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/cs/test/Ice/inheritance/Makefile.mak b/cs/test/Ice/inheritance/Makefile.mak index 06b9198bc8d..d624a47e16d 100644 --- a/cs/test/Ice/inheritance/Makefile.mak +++ b/cs/test/Ice/inheritance/Makefile.mak @@ -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/cs/test/Ice/inheritance/Properties/AssemblyInfo.cs b/cs/test/Ice/inheritance/Properties/AssemblyInfo.cs index c0054d2c858..477bd5975d9 100644 --- a/cs/test/Ice/inheritance/Properties/AssemblyInfo.cs +++ b/cs/test/Ice/inheritance/Properties/AssemblyInfo.cs @@ -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. @@ -19,7 +19,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("ZeroC, Inc.")] [assembly: AssemblyProduct("inheritance")] -[assembly: AssemblyCopyright("Copyright © 2012-2013 ZeroC, Inc.")] +[assembly: AssemblyCopyright("Copyright © 2012-2014 ZeroC, Inc.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/cs/test/Ice/inheritance/Server.cs b/cs/test/Ice/inheritance/Server.cs index fb86dc95f7f..3264e4bcf79 100644 --- a/cs/test/Ice/inheritance/Server.cs +++ b/cs/test/Ice/inheritance/Server.cs @@ -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/cs/test/Ice/inheritance/Test.ice b/cs/test/Ice/inheritance/Test.ice index 41c8316ef55..0725d9741ef 100644 --- a/cs/test/Ice/inheritance/Test.ice +++ b/cs/test/Ice/inheritance/Test.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/cs/test/Ice/inheritance/run.py b/cs/test/Ice/inheritance/run.py index 1a1e8154d36..3a9f16ac182 100755 --- a/cs/test/Ice/inheritance/run.py +++ b/cs/test/Ice/inheritance/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# 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. |