diff --git a/src/core/support/wrap_memcpy.c b/src/core/support/wrap_memcpy.c
index 6cedcaf1660fc8e878409a2d03c10f9b529bcb3f..36b474575feca3b8189d367cf02eea0824c5986d 100644
--- a/src/core/support/wrap_memcpy.c
+++ b/src/core/support/wrap_memcpy.c
@@ -46,4 +46,3 @@ void *__wrap_memcpy(void *destination, const void *source, size_t num) {
   return memcpy(destination, source, num);
 }
 #endif
-
diff --git a/src/ruby/ext/grpc/extconf.rb b/src/ruby/ext/grpc/extconf.rb
index 3d809856cc0c4e7ab1f7370aa6ffad8acc47f8b9..b13dd6c76d2856da66a5223992e46c812f11ce1a 100644
--- a/src/ruby/ext/grpc/extconf.rb
+++ b/src/ruby/ext/grpc/extconf.rb
@@ -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