aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/pubsub
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 /examples/pubsub
parent6d5f42e79a110f3ed13248f89102dc01ae7780ae (diff)
Update copyright to 2015
Diffstat (limited to 'examples/pubsub')
-rw-r--r--examples/pubsub/main.cc4
-rw-r--r--examples/pubsub/publisher.cc4
-rw-r--r--examples/pubsub/publisher.h4
-rw-r--r--examples/pubsub/publisher_test.cc4
-rw-r--r--examples/pubsub/subscriber.cc4
-rw-r--r--examples/pubsub/subscriber.h4
-rw-r--r--examples/pubsub/subscriber_test.cc4
7 files changed, 14 insertions, 14 deletions
diff --git a/examples/pubsub/main.cc b/examples/pubsub/main.cc
index 18c81c426d..2844d71320 100644
--- a/examples/pubsub/main.cc
+++ b/examples/pubsub/main.cc
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -175,4 +175,4 @@ int main(int argc, char** argv) {
channel.reset();
grpc_shutdown();
return 0;
-}
+} \ No newline at end of file
diff --git a/examples/pubsub/publisher.cc b/examples/pubsub/publisher.cc
index cdefd08662..f4afbc771c 100644
--- a/examples/pubsub/publisher.cc
+++ b/examples/pubsub/publisher.cc
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -121,4 +121,4 @@ Status Publisher::Publish(const grpc::string& topic, const grpc::string& data) {
} // namespace pubsub
} // namespace examples
-} // namespace grpc
+} // namespace grpc \ No newline at end of file
diff --git a/examples/pubsub/publisher.h b/examples/pubsub/publisher.h
index 8eb666aea5..55944b22f6 100644
--- a/examples/pubsub/publisher.h
+++ b/examples/pubsub/publisher.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -64,4 +64,4 @@ class Publisher {
} // namespace examples
} // namespace grpc
-#endif // __GRPCPP_EXAMPLES_PUBSUB_PUBLISHER_H_
+#endif // __GRPCPP_EXAMPLES_PUBSUB_PUBLISHER_H_ \ No newline at end of file
diff --git a/examples/pubsub/publisher_test.cc b/examples/pubsub/publisher_test.cc
index 6f4bc6ba70..e4e71ad922 100644
--- a/examples/pubsub/publisher_test.cc
+++ b/examples/pubsub/publisher_test.cc
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -154,4 +154,4 @@ int main(int argc, char** argv) {
int result = RUN_ALL_TESTS();
grpc_shutdown();
return result;
-}
+} \ No newline at end of file
diff --git a/examples/pubsub/subscriber.cc b/examples/pubsub/subscriber.cc
index 18ce0721f6..e450e6cafa 100644
--- a/examples/pubsub/subscriber.cc
+++ b/examples/pubsub/subscriber.cc
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -115,4 +115,4 @@ Status Subscriber::Pull(const grpc::string& name, grpc::string* data) {
} // namespace pubsub
} // namespace examples
-} // namespace grpc
+} // namespace grpc \ No newline at end of file
diff --git a/examples/pubsub/subscriber.h b/examples/pubsub/subscriber.h
index e5f036f89f..cf846f1190 100644
--- a/examples/pubsub/subscriber.h
+++ b/examples/pubsub/subscriber.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -65,4 +65,4 @@ class Subscriber {
} // namespace examples
} // namespace grpc
-#endif // __GRPCPP_EXAMPLES_PUBSUB_SUBSCRIBER_H_
+#endif // __GRPCPP_EXAMPLES_PUBSUB_SUBSCRIBER_H_ \ No newline at end of file
diff --git a/examples/pubsub/subscriber_test.cc b/examples/pubsub/subscriber_test.cc
index a436c5d4e2..55eb7be6d7 100644
--- a/examples/pubsub/subscriber_test.cc
+++ b/examples/pubsub/subscriber_test.cc
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -156,4 +156,4 @@ int main(int argc, char** argv) {
int result = RUN_ALL_TESTS();
grpc_shutdown();
return result;
-}
+} \ No newline at end of file