aboutsummaryrefslogtreecommitdiff
path: root/service/processor
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 /service/processor
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 'service/processor')
-rw-r--r--service/processor/pom.xml2
-rw-r--r--service/processor/src/main/java/com/google/auto/service/processor/AutoServiceProcessor.java2
-rw-r--r--service/processor/src/main/java/com/google/auto/service/processor/ServicesFiles.java2
-rw-r--r--service/processor/src/main/java/com/google/auto/service/processor/package-info.java2
-rw-r--r--service/processor/src/test/java/com/google/auto/service/processor/AutoServiceProcessorTest.java2
-rw-r--r--service/processor/src/test/resources/test/AnotherService.java2
-rw-r--r--service/processor/src/test/resources/test/AnotherServiceProvider.java2
-rw-r--r--service/processor/src/test/resources/test/Enclosing.java2
-rw-r--r--service/processor/src/test/resources/test/MultiServiceProvider.java2
-rw-r--r--service/processor/src/test/resources/test/NoServices.java2
-rw-r--r--service/processor/src/test/resources/test/SomeService.java2
-rw-r--r--service/processor/src/test/resources/test/SomeServiceProvider1.java2
-rw-r--r--service/processor/src/test/resources/test/SomeServiceProvider2.java2
13 files changed, 13 insertions, 13 deletions
diff --git a/service/processor/pom.xml b/service/processor/pom.xml
index 7f381bc5..57fc8658 100644
--- a/service/processor/pom.xml
+++ b/service/processor/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2013 Google, Inc.
+ Copyright 2013 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/service/processor/src/main/java/com/google/auto/service/processor/AutoServiceProcessor.java b/service/processor/src/main/java/com/google/auto/service/processor/AutoServiceProcessor.java
index 4bd7ceca..3bf42d91 100644
--- a/service/processor/src/main/java/com/google/auto/service/processor/AutoServiceProcessor.java
+++ b/service/processor/src/main/java/com/google/auto/service/processor/AutoServiceProcessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 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/service/processor/src/main/java/com/google/auto/service/processor/ServicesFiles.java b/service/processor/src/main/java/com/google/auto/service/processor/ServicesFiles.java
index c43200ab..c61b3ba2 100644
--- a/service/processor/src/main/java/com/google/auto/service/processor/ServicesFiles.java
+++ b/service/processor/src/main/java/com/google/auto/service/processor/ServicesFiles.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 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/service/processor/src/main/java/com/google/auto/service/processor/package-info.java b/service/processor/src/main/java/com/google/auto/service/processor/package-info.java
index 233f37cf..a9f0adb5 100644
--- a/service/processor/src/main/java/com/google/auto/service/processor/package-info.java
+++ b/service/processor/src/main/java/com/google/auto/service/processor/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Google, Inc.
+ * Copyright 2013 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
diff --git a/service/processor/src/test/java/com/google/auto/service/processor/AutoServiceProcessorTest.java b/service/processor/src/test/java/com/google/auto/service/processor/AutoServiceProcessorTest.java
index 6b5e1cfa..d3e00a73 100644
--- a/service/processor/src/test/java/com/google/auto/service/processor/AutoServiceProcessorTest.java
+++ b/service/processor/src/test/java/com/google/auto/service/processor/AutoServiceProcessorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 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/service/processor/src/test/resources/test/AnotherService.java b/service/processor/src/test/resources/test/AnotherService.java
index 2cbf7a6b..c096c223 100644
--- a/service/processor/src/test/resources/test/AnotherService.java
+++ b/service/processor/src/test/resources/test/AnotherService.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 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/service/processor/src/test/resources/test/AnotherServiceProvider.java b/service/processor/src/test/resources/test/AnotherServiceProvider.java
index b425c0ed..c5e5c117 100644
--- a/service/processor/src/test/resources/test/AnotherServiceProvider.java
+++ b/service/processor/src/test/resources/test/AnotherServiceProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 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/service/processor/src/test/resources/test/Enclosing.java b/service/processor/src/test/resources/test/Enclosing.java
index 5176a7ee..26dd5852 100644
--- a/service/processor/src/test/resources/test/Enclosing.java
+++ b/service/processor/src/test/resources/test/Enclosing.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 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/service/processor/src/test/resources/test/MultiServiceProvider.java b/service/processor/src/test/resources/test/MultiServiceProvider.java
index 804904bf..478c7e76 100644
--- a/service/processor/src/test/resources/test/MultiServiceProvider.java
+++ b/service/processor/src/test/resources/test/MultiServiceProvider.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/service/processor/src/test/resources/test/NoServices.java b/service/processor/src/test/resources/test/NoServices.java
index 3687eb55..e9523cad 100644
--- a/service/processor/src/test/resources/test/NoServices.java
+++ b/service/processor/src/test/resources/test/NoServices.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 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/service/processor/src/test/resources/test/SomeService.java b/service/processor/src/test/resources/test/SomeService.java
index 5a4a3888..d29c4097 100644
--- a/service/processor/src/test/resources/test/SomeService.java
+++ b/service/processor/src/test/resources/test/SomeService.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 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/service/processor/src/test/resources/test/SomeServiceProvider1.java b/service/processor/src/test/resources/test/SomeServiceProvider1.java
index 1a1a5e8f..008136be 100644
--- a/service/processor/src/test/resources/test/SomeServiceProvider1.java
+++ b/service/processor/src/test/resources/test/SomeServiceProvider1.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 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/service/processor/src/test/resources/test/SomeServiceProvider2.java b/service/processor/src/test/resources/test/SomeServiceProvider2.java
index fb6a1bd3..5444996b 100644
--- a/service/processor/src/test/resources/test/SomeServiceProvider2.java
+++ b/service/processor/src/test/resources/test/SomeServiceProvider2.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Google, Inc.
+ * Copyright 2008 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.