aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authoremcmanus <emcmanus@google.com>2019-04-18 13:48:38 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2019-04-29 11:34:16 -0400
commit5ff5e37a22d0b439c963b2e079832338b5dad825 (patch)
treec7387bd732800caefe3276c7360f00b4bd923233 /common
parent445b9eda1e6c6ac5b789ed15f16ebd88d7aadf5a (diff)
downloadauto-5ff5e37a22d0b439c963b2e079832338b5dad825.tar.gz
Update copyrights to say Google LLC instead of Google Inc.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=244250754
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml2
-rw-r--r--common/src/main/java/com/google/auto/common/AnnotationMirrors.java2
-rw-r--r--common/src/main/java/com/google/auto/common/AnnotationValues.java2
-rw-r--r--common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java2
-rw-r--r--common/src/main/java/com/google/auto/common/GeneratedAnnotationSpecs.java2
-rw-r--r--common/src/main/java/com/google/auto/common/GeneratedAnnotations.java2
-rw-r--r--common/src/main/java/com/google/auto/common/MoreElements.java2
-rw-r--r--common/src/main/java/com/google/auto/common/MoreTypes.java2
-rw-r--r--common/src/main/java/com/google/auto/common/Overrides.java2
-rw-r--r--common/src/main/java/com/google/auto/common/SimpleAnnotationMirror.java2
-rw-r--r--common/src/main/java/com/google/auto/common/SimpleTypeAnnotationValue.java2
-rw-r--r--common/src/main/java/com/google/auto/common/SuperficialValidation.java2
-rw-r--r--common/src/main/java/com/google/auto/common/Visibility.java2
-rw-r--r--common/src/test/java/com/google/auto/common/AnnotationMirrorsTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/BasicAnnotationProcessorTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/GeneratedAnnotationsTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/MoreElementsTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/MoreTypesIsTypeOfTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/MoreTypesTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/OverridesTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/SimpleAnnotationMirrorTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/SimpleTypeAnnotationValueTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/SuperficialValidationTest.java2
-rw-r--r--common/src/test/java/com/google/auto/common/VisibilityTest.java2
24 files changed, 24 insertions, 24 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 8f8eba37..23cc412d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2014 Google, Inc.
+ Copyright 2014 Google LLC
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/common/src/main/java/com/google/auto/common/AnnotationMirrors.java b/common/src/main/java/com/google/auto/common/AnnotationMirrors.java
index 9123a602..62e5834e 100644
--- a/common/src/main/java/com/google/auto/common/AnnotationMirrors.java
+++ b/common/src/main/java/com/google/auto/common/AnnotationMirrors.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/AnnotationValues.java b/common/src/main/java/com/google/auto/common/AnnotationValues.java
index 1bf17e9f..b3da573e 100644
--- a/common/src/main/java/com/google/auto/common/AnnotationValues.java
+++ b/common/src/main/java/com/google/auto/common/AnnotationValues.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java b/common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java
index 9d2eabc8..39ffbeaa 100644
--- a/common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java
+++ b/common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/GeneratedAnnotationSpecs.java b/common/src/main/java/com/google/auto/common/GeneratedAnnotationSpecs.java
index b96bd044..e87d3675 100644
--- a/common/src/main/java/com/google/auto/common/GeneratedAnnotationSpecs.java
+++ b/common/src/main/java/com/google/auto/common/GeneratedAnnotationSpecs.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 Google, Inc.
+ * Copyright 2017 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/GeneratedAnnotations.java b/common/src/main/java/com/google/auto/common/GeneratedAnnotations.java
index fd6e9bb3..b4616d2c 100644
--- a/common/src/main/java/com/google/auto/common/GeneratedAnnotations.java
+++ b/common/src/main/java/com/google/auto/common/GeneratedAnnotations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 Google, Inc.
+ * Copyright 2017 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/MoreElements.java b/common/src/main/java/com/google/auto/common/MoreElements.java
index 0e177019..4938114a 100644
--- a/common/src/main/java/com/google/auto/common/MoreElements.java
+++ b/common/src/main/java/com/google/auto/common/MoreElements.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Google, Inc.
+ * Copyright 2013 Google LLC
* Copyright (C) 2013 Square, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/common/src/main/java/com/google/auto/common/MoreTypes.java b/common/src/main/java/com/google/auto/common/MoreTypes.java
index 89af58bb..b46d06d6 100644
--- a/common/src/main/java/com/google/auto/common/MoreTypes.java
+++ b/common/src/main/java/com/google/auto/common/MoreTypes.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/Overrides.java b/common/src/main/java/com/google/auto/common/Overrides.java
index 3fe2d6f5..3321588c 100644
--- a/common/src/main/java/com/google/auto/common/Overrides.java
+++ b/common/src/main/java/com/google/auto/common/Overrides.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 Google, Inc.
+ * Copyright 2016 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/SimpleAnnotationMirror.java b/common/src/main/java/com/google/auto/common/SimpleAnnotationMirror.java
index f5480305..7d508e32 100644
--- a/common/src/main/java/com/google/auto/common/SimpleAnnotationMirror.java
+++ b/common/src/main/java/com/google/auto/common/SimpleAnnotationMirror.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 Google, Inc.
+ * Copyright 2017 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/SimpleTypeAnnotationValue.java b/common/src/main/java/com/google/auto/common/SimpleTypeAnnotationValue.java
index 9be7a0de..a2810112 100644
--- a/common/src/main/java/com/google/auto/common/SimpleTypeAnnotationValue.java
+++ b/common/src/main/java/com/google/auto/common/SimpleTypeAnnotationValue.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 Google, Inc.
+ * Copyright 2017 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/SuperficialValidation.java b/common/src/main/java/com/google/auto/common/SuperficialValidation.java
index fb5d1c06..a7b8ebcf 100644
--- a/common/src/main/java/com/google/auto/common/SuperficialValidation.java
+++ b/common/src/main/java/com/google/auto/common/SuperficialValidation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/main/java/com/google/auto/common/Visibility.java b/common/src/main/java/com/google/auto/common/Visibility.java
index d3705a5a..f82fdd59 100644
--- a/common/src/main/java/com/google/auto/common/Visibility.java
+++ b/common/src/main/java/com/google/auto/common/Visibility.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/AnnotationMirrorsTest.java b/common/src/test/java/com/google/auto/common/AnnotationMirrorsTest.java
index d5609a20..dfc043ab 100644
--- a/common/src/test/java/com/google/auto/common/AnnotationMirrorsTest.java
+++ b/common/src/test/java/com/google/auto/common/AnnotationMirrorsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/BasicAnnotationProcessorTest.java b/common/src/test/java/com/google/auto/common/BasicAnnotationProcessorTest.java
index 2bce9613..d617258d 100644
--- a/common/src/test/java/com/google/auto/common/BasicAnnotationProcessorTest.java
+++ b/common/src/test/java/com/google/auto/common/BasicAnnotationProcessorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/GeneratedAnnotationsTest.java b/common/src/test/java/com/google/auto/common/GeneratedAnnotationsTest.java
index 03c3f858..1c816c10 100644
--- a/common/src/test/java/com/google/auto/common/GeneratedAnnotationsTest.java
+++ b/common/src/test/java/com/google/auto/common/GeneratedAnnotationsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 Google, Inc.
+ * Copyright 2018 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/MoreElementsTest.java b/common/src/test/java/com/google/auto/common/MoreElementsTest.java
index 59e25802..f1ffabe9 100644
--- a/common/src/test/java/com/google/auto/common/MoreElementsTest.java
+++ b/common/src/test/java/com/google/auto/common/MoreElementsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/MoreTypesIsTypeOfTest.java b/common/src/test/java/com/google/auto/common/MoreTypesIsTypeOfTest.java
index 0fd03be3..07f681ee 100644
--- a/common/src/test/java/com/google/auto/common/MoreTypesIsTypeOfTest.java
+++ b/common/src/test/java/com/google/auto/common/MoreTypesIsTypeOfTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/MoreTypesTest.java b/common/src/test/java/com/google/auto/common/MoreTypesTest.java
index dfa6196a..84bcb9d3 100644
--- a/common/src/test/java/com/google/auto/common/MoreTypesTest.java
+++ b/common/src/test/java/com/google/auto/common/MoreTypesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/OverridesTest.java b/common/src/test/java/com/google/auto/common/OverridesTest.java
index d785b8cf..4f7c4130 100644
--- a/common/src/test/java/com/google/auto/common/OverridesTest.java
+++ b/common/src/test/java/com/google/auto/common/OverridesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 Google, Inc.
+ * Copyright 2016 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/SimpleAnnotationMirrorTest.java b/common/src/test/java/com/google/auto/common/SimpleAnnotationMirrorTest.java
index 71f9d26c..d73e1b6c 100644
--- a/common/src/test/java/com/google/auto/common/SimpleAnnotationMirrorTest.java
+++ b/common/src/test/java/com/google/auto/common/SimpleAnnotationMirrorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 Google, Inc.
+ * Copyright 2017 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/SimpleTypeAnnotationValueTest.java b/common/src/test/java/com/google/auto/common/SimpleTypeAnnotationValueTest.java
index 24a4449b..4fc61b51 100644
--- a/common/src/test/java/com/google/auto/common/SimpleTypeAnnotationValueTest.java
+++ b/common/src/test/java/com/google/auto/common/SimpleTypeAnnotationValueTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 Google, Inc.
+ * Copyright 2017 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/SuperficialValidationTest.java b/common/src/test/java/com/google/auto/common/SuperficialValidationTest.java
index b36e69fe..099569e1 100644
--- a/common/src/test/java/com/google/auto/common/SuperficialValidationTest.java
+++ b/common/src/test/java/com/google/auto/common/SuperficialValidationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* 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/common/src/test/java/com/google/auto/common/VisibilityTest.java b/common/src/test/java/com/google/auto/common/VisibilityTest.java
index ee795869..6a80b7af 100644
--- a/common/src/test/java/com/google/auto/common/VisibilityTest.java
+++ b/common/src/test/java/com/google/auto/common/VisibilityTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Google, Inc.
+ * Copyright 2014 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.