|  | @@ -1,4 +1,4 @@
 | 
	
		
			
				|  |  | -// Copyright 2015, Google Inc.
 | 
	
		
			
				|  |  | +// Copyright 2015-2016, Google Inc.
 | 
	
		
			
				|  |  |  // All rights reserved.
 | 
	
		
			
				|  |  |  //
 | 
	
		
			
				|  |  |  // Redistribution and use in source and binary forms, with or without
 | 
	
	
		
			
				|  | @@ -29,7 +29,9 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  syntax = "proto3";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -option java_package = "io.grpc.examples";
 | 
	
		
			
				|  |  | +option java_multiple_files = true;
 | 
	
		
			
				|  |  | +option java_package = "io.grpc.examples.helloworld";
 | 
	
		
			
				|  |  | +option java_outer_classname = "HelloWorldProto";
 | 
	
		
			
				|  |  |  option objc_class_prefix = "HLW";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  package helloworld;
 |