Update copyright to 2015
diff --git a/src/core/support/cmdline.c b/src/core/support/cmdline.c
index a55da9d..d2f8d38 100644
--- a/src/core/support/cmdline.c
+++ b/src/core/support/cmdline.c
@@ -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
@@ -289,4 +289,4 @@
   for (i = 1; i < argc; i++) {
     cl->state(cl, argv[i]);
   }
-}
+}
\ No newline at end of file