aboutsummaryrefslogtreecommitdiffstats
path: root/codegen
diff options
context:
space:
mode:
authorJesse Wilson <jesse@swank.ca>2012-09-30 17:19:12 +0000
committerJesse Wilson <jesse@swank.ca>2012-09-30 17:19:12 +0000
commitc950d2846034e853936fb087e724a721fdd983ae (patch)
tree99d7ea2b4e1ee4efd9ff4a91ff7db106add236b8 /codegen
parent2fef83799de82f67f2124908e982c773c49a6153 (diff)
downloadandroid_external_gson-c950d2846034e853936fb087e724a721fdd983ae.tar.gz
android_external_gson-c950d2846034e853936fb087e724a721fdd983ae.tar.bz2
android_external_gson-c950d2846034e853936fb087e724a721fdd983ae.zip
Followup to r1175. Use the same copyright holder for all files.
Diffstat (limited to 'codegen')
-rw-r--r--codegen/src/test/java/com/google/gson/codegen/functional/CodeGenFunctionalTest.java2
-rw-r--r--codegen/src/test/java/com/google/gson/codegen/functional/Order.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/codegen/src/test/java/com/google/gson/codegen/functional/CodeGenFunctionalTest.java b/codegen/src/test/java/com/google/gson/codegen/functional/CodeGenFunctionalTest.java
index c01552cd..855ee3fa 100644
--- a/codegen/src/test/java/com/google/gson/codegen/functional/CodeGenFunctionalTest.java
+++ b/codegen/src/test/java/com/google/gson/codegen/functional/CodeGenFunctionalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Gson Authors.
+ * Copyright (C) 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/codegen/src/test/java/com/google/gson/codegen/functional/Order.java b/codegen/src/test/java/com/google/gson/codegen/functional/Order.java
index dd501743..916587f3 100644
--- a/codegen/src/test/java/com/google/gson/codegen/functional/Order.java
+++ b/codegen/src/test/java/com/google/gson/codegen/functional/Order.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Gson Authors.
+ * Copyright (C) 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.