diff options
Diffstat (limited to 'php/test/Slice')
-rw-r--r-- | php/test/Slice/Makefile | 2 | ||||
-rw-r--r-- | php/test/Slice/Makefile.mak | 2 | ||||
-rw-r--r-- | php/test/Slice/keyword/Client.php | 2 | ||||
-rw-r--r-- | php/test/Slice/keyword/Key.ice | 2 | ||||
-rw-r--r-- | php/test/Slice/keyword/Makefile | 2 | ||||
-rw-r--r-- | php/test/Slice/keyword/Makefile.mak | 2 | ||||
-rwxr-xr-x | php/test/Slice/keyword/run.py | 2 | ||||
-rw-r--r-- | php/test/Slice/macros/Client.php | 2 | ||||
-rw-r--r-- | php/test/Slice/macros/Makefile | 2 | ||||
-rw-r--r-- | php/test/Slice/macros/Makefile.mak | 2 | ||||
-rw-r--r-- | php/test/Slice/macros/Test.ice | 2 | ||||
-rwxr-xr-x | php/test/Slice/macros/run.py | 2 | ||||
-rw-r--r-- | php/test/Slice/structure/Client.php | 2 | ||||
-rw-r--r-- | php/test/Slice/structure/Makefile | 2 | ||||
-rw-r--r-- | php/test/Slice/structure/Makefile.mak | 2 | ||||
-rw-r--r-- | php/test/Slice/structure/Test.ice | 2 | ||||
-rwxr-xr-x | php/test/Slice/structure/run.py | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/php/test/Slice/Makefile b/php/test/Slice/Makefile index 368d17f5c17..f28420ccd19 100644 --- a/php/test/Slice/Makefile +++ b/php/test/Slice/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/php/test/Slice/Makefile.mak b/php/test/Slice/Makefile.mak index c18d09311ee..c42e9ee9f46 100644 --- a/php/test/Slice/Makefile.mak +++ b/php/test/Slice/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/php/test/Slice/keyword/Client.php b/php/test/Slice/keyword/Client.php index c75c83473c9..416c9e64130 100644 --- a/php/test/Slice/keyword/Client.php +++ b/php/test/Slice/keyword/Client.php @@ -1,7 +1,7 @@ <? // ********************************************************************** // -// 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/php/test/Slice/keyword/Key.ice b/php/test/Slice/keyword/Key.ice index 0c44a6dc78e..57182a7684e 100644 --- a/php/test/Slice/keyword/Key.ice +++ b/php/test/Slice/keyword/Key.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/php/test/Slice/keyword/Makefile b/php/test/Slice/keyword/Makefile index 47a38f76fc5..0eb38d159ac 100644 --- a/php/test/Slice/keyword/Makefile +++ b/php/test/Slice/keyword/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/php/test/Slice/keyword/Makefile.mak b/php/test/Slice/keyword/Makefile.mak index c8feb5c0054..e58fe151b7a 100644 --- a/php/test/Slice/keyword/Makefile.mak +++ b/php/test/Slice/keyword/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/php/test/Slice/keyword/run.py b/php/test/Slice/keyword/run.py index 28dcfd43b5d..f16a16f4526 100755 --- a/php/test/Slice/keyword/run.py +++ b/php/test/Slice/keyword/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. diff --git a/php/test/Slice/macros/Client.php b/php/test/Slice/macros/Client.php index 2dfd46a65a8..93fbd159ac6 100644 --- a/php/test/Slice/macros/Client.php +++ b/php/test/Slice/macros/Client.php @@ -1,7 +1,7 @@ <? // ********************************************************************** // -// 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/php/test/Slice/macros/Makefile b/php/test/Slice/macros/Makefile index 59d46595bda..f8d515d687f 100644 --- a/php/test/Slice/macros/Makefile +++ b/php/test/Slice/macros/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/php/test/Slice/macros/Makefile.mak b/php/test/Slice/macros/Makefile.mak index a4786c6f5d2..53c8f118100 100644 --- a/php/test/Slice/macros/Makefile.mak +++ b/php/test/Slice/macros/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/php/test/Slice/macros/Test.ice b/php/test/Slice/macros/Test.ice index f7fb8cbae93..ca13da5815d 100644 --- a/php/test/Slice/macros/Test.ice +++ b/php/test/Slice/macros/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/php/test/Slice/macros/run.py b/php/test/Slice/macros/run.py index 28dcfd43b5d..f16a16f4526 100755 --- a/php/test/Slice/macros/run.py +++ b/php/test/Slice/macros/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. diff --git a/php/test/Slice/structure/Client.php b/php/test/Slice/structure/Client.php index ecd9942658d..97f50918b9e 100644 --- a/php/test/Slice/structure/Client.php +++ b/php/test/Slice/structure/Client.php @@ -1,7 +1,7 @@ <? // ********************************************************************** // -// 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/php/test/Slice/structure/Makefile b/php/test/Slice/structure/Makefile index 59d46595bda..f8d515d687f 100644 --- a/php/test/Slice/structure/Makefile +++ b/php/test/Slice/structure/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/php/test/Slice/structure/Makefile.mak b/php/test/Slice/structure/Makefile.mak index a4786c6f5d2..53c8f118100 100644 --- a/php/test/Slice/structure/Makefile.mak +++ b/php/test/Slice/structure/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/php/test/Slice/structure/Test.ice b/php/test/Slice/structure/Test.ice index 176f81856fe..363cbd32a86 100644 --- a/php/test/Slice/structure/Test.ice +++ b/php/test/Slice/structure/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/php/test/Slice/structure/run.py b/php/test/Slice/structure/run.py index 28dcfd43b5d..f16a16f4526 100755 --- a/php/test/Slice/structure/run.py +++ b/php/test/Slice/structure/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. |