aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-01-05 17:22:13 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-01-05 17:22:13 -0800
commit1164fd6fca13e0b072dd8f08880534481455c15a (patch)
tree4f4ae987844024938bba89eeaabf1f0d6c2604c5 /examples/cpp
parentd83cff57f43da9165dbe8945380ac651f4b21ffd (diff)
Fix copyright information
Diffstat (limited to 'examples/cpp')
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h24
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm24
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h24
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm24
-rw-r--r--examples/cpp/helloworld/cocoapods/HelloWorldCpp/main.m24
5 files changed, 85 insertions, 35 deletions
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h
index 0676895a24..8fd0f258f7 100644
--- a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.h
@@ -1,10 +1,20 @@
-//
-// AppDelegate.h
-// HelloWorldCpp
-//
-// Created by Muxi Yan on 1/3/18.
-// Copyright © 2018 gRPC. All rights reserved.
-//
+/*
+ *
+ * Copyright 2018 gRPC authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
#import <UIKit/UIKit.h>
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm
index 3a4921ff9e..99b37a034b 100644
--- a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/AppDelegate.mm
@@ -1,10 +1,20 @@
-//
-// AppDelegate.m
-// HelloWorldCpp
-//
-// Created by Muxi Yan on 1/3/18.
-// Copyright © 2018 gRPC. All rights reserved.
-//
+/*
+ *
+ * Copyright 2018 gRPC authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
#import "AppDelegate.h"
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
index b5e892cd74..7b5854dfaf 100644
--- a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.h
@@ -1,10 +1,20 @@
-//
-// ViewController.h
-// HelloWorldCpp
-//
-// Created by Muxi Yan on 1/3/18.
-// Copyright © 2018 gRPC. All rights reserved.
-//
+/*
+ *
+ * Copyright 2018 gRPC authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
#import <UIKit/UIKit.h>
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm
index 3b979beadf..9cc2460c92 100644
--- a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm
@@ -1,10 +1,20 @@
-//
-// ViewController.m
-// HelloWorldCpp
-//
-// Created by Muxi Yan on 1/3/18.
-// Copyright © 2018 gRPC. All rights reserved.
-//
+/*
+ *
+ * Copyright 2018 gRPC authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
#import "ViewController.h"
#import <grpc++/grpc++.h>
diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/main.m b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/main.m
index 994e0341b2..a3a2225806 100644
--- a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/main.m
+++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/main.m
@@ -1,10 +1,20 @@
-//
-// main.m
-// HelloWorldCpp
-//
-// Created by Muxi Yan on 1/3/18.
-// Copyright © 2018 gRPC. All rights reserved.
-//
+/*
+ *
+ * Copyright 2018 gRPC authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
#import <UIKit/UIKit.h>
#import "AppDelegate.h"