aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/bin/interop_client.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 08:34:56 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 08:34:56 -0800
commit0605995e55a2030c5a2a82092a253e7188b8d2fb (patch)
tree784a0550c25003016af21a4f249f406bb75d1565 /src/php/bin/interop_client.sh
parent6d5f42e79a110f3ed13248f89102dc01ae7780ae (diff)
Update copyright to 2015
Diffstat (limited to 'src/php/bin/interop_client.sh')
-rwxr-xr-xsrc/php/bin/interop_client.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/php/bin/interop_client.sh b/src/php/bin/interop_client.sh
index 2e2b12fd44..e422e93989 100755
--- a/src/php/bin/interop_client.sh
+++ b/src/php/bin/interop_client.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2014, Google Inc.
+# Copyright 2015, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -32,4 +32,4 @@
set +e
cd $(dirname $0)
php -d extension_dir=../ext/grpc/modules/ -d extension=grpc.so \
- ../tests/interop/interop_client.php $@ 1>&2
+ ../tests/interop/interop_client.php $@ 1>&2 \ No newline at end of file