From 5dde42d7df308206a2f3329d0e7b8ee1fd5e2926 Mon Sep 17 00:00:00 2001 From: ronshapiro Date: Fri, 17 Jun 2016 09:03:35 -0700 Subject: [PATCH] Clean up opensource repo; remove Dagger 1 references ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125170482 --- .travis.yml | 3 - AUTHORS | 8 + CONTRIBUTING.md | 27 +--- checkstyle.xml | 137 ------------------ compiler/src/it/functional-tests/pom.xml | 18 --- .../src/main/java/test/A.java | 2 +- .../AbstractMembersInjectingBaseClass.java | 2 +- .../AbstractMiddleClassWithoutMembers.java | 2 +- .../src/main/java/test/B.java | 2 +- .../test/BasicAbstractClassComponent.java | 2 +- .../src/main/java/test/BasicComponent.java | 2 +- .../src/main/java/test/BooleanKey.java | 2 +- .../java/test/BoundedGenericComponent.java | 2 +- .../main/java/test/BoundedGenericModule.java | 2 +- .../src/main/java/test/BoundedGenerics.java | 2 +- .../src/main/java/test/ByteKey.java | 2 +- .../src/main/java/test/CharKey.java | 2 +- .../src/main/java/test/ComplexGenerics.java | 2 +- .../test/ComponentDependsOnGeneratedCode.java | 2 +- ...ponentSupertypeDependsOnGeneratedCode.java | 2 +- ...ertypeDependsOnGeneratedCodeInterface.java | 2 +- .../test/ComponentWithReusableBindings.java | 2 +- .../test/ComponentsWithNestedModules.java | 2 +- .../src/main/java/test/Generic.java | 2 +- .../src/main/java/test/Generic2.java | 2 +- .../src/main/java/test/GenericChild.java | 2 +- .../src/main/java/test/GenericComponent.java | 2 +- .../java/test/GenericDoubleReferences.java | 2 +- .../src/main/java/test/GenericNoDeps.java | 2 +- .../src/main/java/test/GenericParent.java | 2 +- .../src/main/java/test/InjectedThing.java | 2 +- .../src/main/java/test/Injector.java | 2 +- .../main/java/test/MultibindingComponent.java | 2 +- ...ngComponentWithMultibindingsInterface.java | 2 +- .../java/test/MultibindingDependency.java | 2 +- .../main/java/test/MultibindingModule.java | 2 +- .../test/MultibindingsInterfaceModule.java | 2 +- .../src/main/java/test/MultibindsModule.java | 2 +- .../src/main/java/test/NeedsFactory.java | 2 +- .../java/test/NestedAnnotationContainer.java | 2 +- .../test/NonComponentDependencyComponent.java | 2 +- .../src/main/java/test/NullableModule.java | 2 +- .../src/main/java/test/NumberClassKey.java | 2 +- .../src/main/java/test/OuterClassBar.java | 2 +- .../src/main/java/test/OuterClassFoo.java | 2 +- .../src/main/java/test/ReferencesGeneric.java | 2 +- .../src/main/java/test/ShortKey.java | 2 +- .../src/main/java/test/SomeQualifier.java | 2 +- .../src/main/java/test/Thing.java | 2 +- .../TypeWithInheritedMembersInjection.java | 2 +- .../java/test/UnwrappedAnnotationKey.java | 2 +- .../main/java/test/WrappedAnnotationKey.java | 2 +- .../src/main/java/test/binds/Foo.java | 2 +- .../main/java/test/binds/FooOfObjects.java | 2 +- .../main/java/test/binds/FooOfStrings.java | 2 +- .../main/java/test/binds/InterfaceModule.java | 2 +- .../java/test/binds/SimpleBindingModule.java | 2 +- .../main/java/test/binds/TestComponent.java | 2 +- .../main/java/test/builder/ByteModule.java | 2 +- .../main/java/test/builder/DepComponent.java | 2 +- .../main/java/test/builder/DoubleModule.java | 2 +- .../main/java/test/builder/FloatModule.java | 2 +- .../main/java/test/builder/GenericParent.java | 2 +- .../main/java/test/builder/Grandchild.java | 2 +- .../IntModuleIncludingDoubleAndFloat.java | 2 +- .../main/java/test/builder/LongModule.java | 2 +- .../main/java/test/builder/MiddleChild.java | 2 +- .../main/java/test/builder/MiddleScope.java | 2 +- .../java/test/builder/OtherMiddleChild.java | 2 +- .../java/test/builder/ParentComponent.java | 2 +- .../builder/ParentOfGenericComponent.java | 2 +- .../builder/RequiresSubcomponentBuilder.java | 2 +- .../main/java/test/builder/StringModule.java | 2 +- ...hildComponentWithBuilderAbstractClass.java | 2 +- ...estChildComponentWithBuilderInterface.java | 2 +- ...TestComponentWithBuilderAbstractClass.java | 2 +- .../TestComponentWithBuilderInterface.java | 2 +- ...ponentWithGenericBuilderAbstractClass.java | 2 +- ...tComponentWithGenericBuilderInterface.java | 2 +- .../src/main/java/test/cycle/Cycles.java | 2 +- .../src/main/java/test/cycle/LongCycle.java | 2 +- .../ChildOfArrayOfParentOfStringArray.java | 2 +- .../ChildOfPrimitiveIntArray.java | 2 +- .../membersinject/ChildOfStringArray.java | 2 +- .../membersinject/MembersInjectComponent.java | 2 +- .../MembersInjectGenericParent.java | 2 +- .../membersinject/MembersInjectModule.java | 2 +- .../test/membersinject/NonRequestedChild.java | 2 +- .../java/test/multipackage/FooComponent.java | 2 +- .../MembersInjectionVisibilityComponent.java | 2 +- .../java/test/multipackage/a/AGrandchild.java | 2 +- .../java/test/multipackage/a/AModule.java | 2 +- .../multipackage/a/APackagePrivateObject.java | 2 +- .../java/test/multipackage/a/AParent.java | 2 +- .../test/multipackage/a/APublicObject.java | 2 +- .../test/multipackage/a/UsesInaccessible.java | 2 +- .../main/java/test/multipackage/b/BChild.java | 2 +- .../java/test/multipackage/b/BModule.java | 2 +- .../multipackage/b/BPackagePrivateObject.java | 2 +- .../java/test/multipackage/c/CModule.java | 2 +- .../java/test/multipackage/d/DModule.java | 2 +- .../main/java/test/multipackage/foo/Foo.java | 2 +- .../grandsub/FooGrandchildComponent.java | 2 +- .../multipackage/sub/FooChildComponent.java | 2 +- .../java/test/nullables/NullComponent.java | 2 +- .../NullComponentWithDependency.java | 2 +- .../src/main/java/test/nullables/NullFoo.java | 2 +- .../main/java/test/nullables/NullModule.java | 2 +- .../src/main/java/test/scope/BlueModule.java | 2 +- .../src/main/java/test/scope/BlueScope.java | 2 +- .../src/main/java/test/scope/GreenModule.java | 2 +- .../src/main/java/test/scope/GreenScope.java | 2 +- .../main/java/test/scope/ScopedComponent.java | 2 +- .../main/java/test/scope/TurquoiseModule.java | 2 +- .../test/staticprovides/AllStaticModule.java | 2 +- .../test/staticprovides/SomeStaticModule.java | 2 +- .../staticprovides/StaticTestComponent.java | 2 +- .../StaticTestComponentWithBuilder.java | 2 +- .../java/test/sub/ContributionsModule.java | 2 +- .../src/main/java/test/sub/OtherThing.java | 2 +- .../java/test/subcomponent/AnInterface.java | 2 +- .../test/subcomponent/BoundAsSingleton.java | 2 +- .../ChildAbstractClassComponent.java | 2 +- .../test/subcomponent/ChildComponent.java | 2 +- .../ChildComponentRequiringModules.java | 2 +- .../java/test/subcomponent/ChildModule.java | 2 +- .../ChildModuleWithParameters.java | 2 +- .../subcomponent/ChildModuleWithState.java | 2 +- .../subcomponent/GenericParentComponent.java | 2 +- .../subcomponent/GrandchildComponent.java | 2 +- .../test/subcomponent/GrandchildModule.java | 2 +- .../subcomponent/ImplementsAnInterface.java | 2 +- .../MultibindingSubcomponents.java | 2 +- .../test/subcomponent/NeedsAnInterface.java | 2 +- .../test/subcomponent/ParentComponent.java | 2 +- .../java/test/subcomponent/ParentGetters.java | 2 +- .../java/test/subcomponent/ParentModule.java | 2 +- .../ParentOfGenericComponent.java | 2 +- .../test/subcomponent/RequiresSingletons.java | 2 +- .../java/test/subcomponent/SingletonType.java | 2 +- .../test/subcomponent/StaticChildModule.java | 2 +- .../main/java/test/subcomponent/Unbound.java | 2 +- .../UnresolvableChildComponent.java | 2 +- .../UnresolvableChildComponentModule.java | 2 +- .../java/test/subcomponent/UnscopedType.java | 2 +- .../subcomponent/hiding/ChildComponent.java | 2 +- .../subcomponent/hiding/ParentComponent.java | 2 +- .../hiding/a/CommonModuleName.java | 2 +- .../subcomponent/hiding/a/CommonName.java | 2 +- .../hiding/b/CommonModuleName.java | 2 +- .../subcomponent/hiding/b/CommonName.java | 2 +- .../subcomponent/repeat/ParentComponent.java | 2 +- .../subcomponent/repeat/RepeatedModule.java | 2 +- .../SubcomponentWithRepeatedModule.java | 2 +- .../SubcomponentWithoutRepeatedModule.java | 2 +- .../src/test/java/test/BasicTest.java | 2 +- .../java/test/DependsOnGeneratedCodeTest.java | 2 +- .../src/test/java/test/GenericTest.java | 2 +- .../src/test/java/test/MultibindingTest.java | 2 +- .../src/test/java/test/NestedTest.java | 2 +- .../java/test/NonComponentDependencyTest.java | 2 +- .../src/test/java/test/ReusableTest.java | 2 +- ...dsCollectionsWithoutMultibindingsTest.java | 2 +- .../src/test/java/test/binds/BindsTest.java | 2 +- .../test/java/test/builder/BuilderTest.java | 2 +- .../src/test/java/test/cycle/CycleTest.java | 2 +- .../test/java/test/cycle/LongCycleTest.java | 2 +- .../test/membersinject/MembersInjectTest.java | 2 +- .../java/test/nullables/NullabilityTest.java | 2 +- .../src/test/java/test/scope/ScopeTest.java | 2 +- .../staticprovides/StaticProvidesTest.java | 2 +- .../SubcomponentMultibindingsTest.java | 2 +- .../test/subcomponent/SubcomponentTest.java | 2 +- .../hiding/SubcomponentHidingTest.java | 2 +- .../repeat/RepeatedModuleTest.java | 2 +- .../src/it/producers-functional-tests/pom.xml | 18 --- .../java/producerstest/DependedComponent.java | 2 +- .../java/producerstest/DependedModule.java | 2 +- .../producerstest/DependedProducerModule.java | 2 +- .../DependedProductionComponent.java | 2 +- .../producerstest/DependentComponent.java | 2 +- .../DependentProducerModule.java | 2 +- .../java/producerstest/ExecutorModule.java | 2 +- .../src/main/java/producerstest/Request.java | 2 +- .../src/main/java/producerstest/Response.java | 2 +- .../java/producerstest/ResponseModule.java | 2 +- .../producerstest/ResponseProducerModule.java | 2 +- .../java/producerstest/SimpleComponent.java | 2 +- .../producerstest/SimpleProducerModule.java | 2 +- .../badexecutor/ComponentDependency.java | 2 +- .../badexecutor/SimpleComponent.java | 2 +- .../badexecutor/SimpleProducerModule.java | 2 +- .../main/java/producerstest/binds/Foo.java | 2 +- .../producerstest/binds/FooOfStrings.java | 2 +- .../binds/SimpleBindingModule.java | 2 +- .../binds/SimpleBindsProductionComponent.java | 2 +- .../producerstest/builder/DepComponent.java | 2 +- .../java/producerstest/builder/IntModule.java | 2 +- .../producerstest/builder/StringModule.java | 2 +- .../builder/TestComponentWithBuilder.java | 2 +- .../monitoring/MonitoredComponent.java | 2 +- .../monitoring/MonitoringModule.java | 2 +- .../monitoring/ServingModule.java | 2 +- .../producerstest/monitoring/StringStub.java | 2 +- .../producerstest/monitoring/StubModule.java | 2 +- .../multibindings/MultibindingComponent.java | 2 +- .../multibindings/MultibindingModule.java | 2 +- .../MultibindingProducerModule.java | 2 +- .../multibindings/Qualifiers.java | 2 +- .../producerstest/provisions/Provisions.java | 2 +- .../producerstest/scope/ScopedModule.java | 2 +- .../producerstest/scope/ScopedObject.java | 2 +- .../producerstest/scope/SetComponent.java | 2 +- .../scope/SetProducerModule.java | 2 +- .../MultiPackageSubcomponents.java | 2 +- .../SubcomponentsWithBoundExecutor.java | 2 +- .../subcomponent/sub/ChildComponent.java | 2 +- .../subcomponent/sub/ChildModule.java | 2 +- .../java/producerstest/DependentTest.java | 2 +- .../producerstest/ProducerFactoryTest.java | 2 +- .../test/java/producerstest/SimpleTest.java | 2 +- .../binds/BindsProducersTest.java | 2 +- .../ProductionComponentBuilderTest.java | 2 +- .../monitoring/MonitoringTest.java | 2 +- .../multibindings/MultibindingTest.java | 2 +- .../provisions/ProvisionsTest.java | 2 +- .../java/producerstest/scope/ScopeTest.java | 2 +- .../MultiPackageSubcomponentTest.java | 2 +- .../SubcomponentWithBoundExecutorTest.java | 2 +- compiler/src/it/tck/pom.xml | 18 --- .../tck/src/main/java/test/tck/CarModule.java | 2 +- .../tck/src/main/java/test/tck/CarShop.java | 2 +- .../src/main/java/test/tck/EngineModule.java | 2 +- .../main/java/test/tck/FuelTankModule.java | 2 +- .../src/main/java/test/tck/SeatModule.java | 2 +- .../src/main/java/test/tck/TireModule.java | 2 +- .../tck/src/test/java/test/tck/TckTest.java | 2 +- .../codegen/AbstractComponentWriter.java | 2 +- .../internal/codegen/Accessibility.java | 2 +- .../internal/codegen/AnnotationSpecs.java | 2 +- .../java/dagger/internal/codegen/Binding.java | 2 +- .../internal/codegen/BindingDeclaration.java | 2 +- .../codegen/BindingDeclarationFormatter.java | 2 +- .../dagger/internal/codegen/BindingGraph.java | 2 +- .../codegen/BindingGraphValidator.java | 2 +- .../dagger/internal/codegen/BindingKey.java | 2 +- .../codegen/BindingMethodValidator.java | 2 +- .../dagger/internal/codegen/BindingType.java | 2 +- .../codegen/BindingVariableNamer.java | 2 +- .../codegen/BindsMethodValidator.java | 2 +- .../internal/codegen/BuilderValidator.java | 2 +- .../dagger/internal/codegen/CodeBlocks.java | 2 +- .../internal/codegen/CompilerOptions.java | 2 +- .../internal/codegen/ComponentDescriptor.java | 2 +- .../internal/codegen/ComponentGenerator.java | 2 +- .../codegen/ComponentHierarchyValidator.java | 2 +- .../codegen/ComponentProcessingStep.java | 2 +- .../internal/codegen/ComponentProcessor.java | 2 +- .../internal/codegen/ComponentValidator.java | 2 +- .../internal/codegen/ComponentWriter.java | 2 +- .../codegen/ConfigurationAnnotations.java | 2 +- .../internal/codegen/ContributionBinding.java | 2 +- .../internal/codegen/ContributionType.java | 2 +- .../internal/codegen/DelegateDeclaration.java | 2 +- .../internal/codegen/DependencyRequest.java | 2 +- .../codegen/DependencyRequestFormatter.java | 2 +- .../codegen/DependencyRequestMapper.java | 2 +- .../codegen/DependencyVariableNamer.java | 2 +- .../internal/codegen/ErrorMessages.java | 2 +- .../internal/codegen/FactoryGenerator.java | 2 +- .../internal/codegen/FeatureStatus.java | 2 +- .../dagger/internal/codegen/Formatter.java | 2 +- .../internal/codegen/FrameworkDependency.java | 2 +- .../internal/codegen/FrameworkField.java | 2 +- .../internal/codegen/FrameworkTypes.java | 2 +- .../codegen/InjectBindingRegistry.java | 2 +- .../codegen/InjectProcessingStep.java | 2 +- .../internal/codegen/InjectValidator.java | 2 +- .../codegen/InjectionAnnotations.java | 2 +- .../java/dagger/internal/codegen/Key.java | 2 +- .../dagger/internal/codegen/KeyFormatter.java | 2 +- .../internal/codegen/MapKeyGenerator.java | 2 +- .../codegen/MapKeyProcessingStep.java | 2 +- .../internal/codegen/MapKeyValidator.java | 2 +- .../java/dagger/internal/codegen/MapKeys.java | 2 +- .../java/dagger/internal/codegen/MapType.java | 2 +- .../dagger/internal/codegen/MemberSelect.java | 2 +- .../codegen/MembersInjectionBinding.java | 2 +- .../codegen/MembersInjectorGenerator.java | 2 +- .../codegen/MethodSignatureFormatter.java | 2 +- .../codegen/MissingBindingSuggestions.java | 2 +- .../internal/codegen/ModuleDescriptor.java | 2 +- .../codegen/ModuleProcessingStep.java | 2 +- .../internal/codegen/ModuleValidator.java | 2 +- .../codegen/MonitoringModuleGenerator.java | 2 +- .../MonitoringModuleProcessingStep.java | 2 +- .../codegen/MoreAnnotationMirrors.java | 2 +- .../codegen/MultibindingAnnotations.java | 2 +- ...MultibindingAnnotationsProcessingStep.java | 2 +- .../codegen/MultibindingDeclaration.java | 2 +- .../codegen/MultibindingsMethodValidator.java | 2 +- .../codegen/MultibindingsProcessingStep.java | 2 +- .../codegen/MultibindingsValidator.java | 2 +- .../codegen/MultibindsMethodValidator.java | 2 +- .../codegen/ProducerFactoryGenerator.java | 2 +- .../codegen/ProducesMethodValidator.java | 2 +- .../internal/codegen/ProductionBinding.java | 2 +- .../ProductionExecutorModuleGenerator.java | 2 +- ...roductionExecutorModuleProcessingStep.java | 2 +- .../codegen/ProvidesMethodValidator.java | 2 +- .../internal/codegen/ProvisionBinding.java | 2 +- .../internal/codegen/ResolvedBindings.java | 2 +- .../java/dagger/internal/codegen/Scope.java | 2 +- .../java/dagger/internal/codegen/SetType.java | 2 +- .../codegen/SimpleAnnotationMirror.java | 2 +- .../SourceFileGenerationException.java | 2 +- .../internal/codegen/SourceFileGenerator.java | 2 +- .../dagger/internal/codegen/SourceFiles.java | 2 +- .../internal/codegen/SubcomponentWriter.java | 2 +- .../dagger/internal/codegen/TypeNames.java | 2 +- .../dagger/internal/codegen/TypeSpecs.java | 2 +- .../internal/codegen/UniqueNameSet.java | 2 +- .../java/dagger/internal/codegen/Util.java | 3 +- .../internal/codegen/ValidationReport.java | 2 +- .../internal/codegen/ValidationType.java | 2 +- .../dagger/internal/codegen/package-info.java | 2 +- .../internal/codegen/AccessibilityTest.java | 2 +- .../codegen/BindsMethodValidatorTest.java | 2 +- .../codegen/ComponentBuilderTest.java | 2 +- .../codegen/ComponentProcessorTest.java | 2 +- .../codegen/DaggerModuleMethodSubject.java | 2 +- .../codegen/DependencyRequestMapperTest.java | 2 +- .../internal/codegen/ErrorMessagesTest.java | 2 +- .../internal/codegen/FrameworkFieldTest.java | 2 +- .../internal/codegen/GeneratedLines.java | 2 +- .../codegen/GraphValidationScopingTest.java | 2 +- .../internal/codegen/GraphValidationTest.java | 2 +- .../codegen/InaccessibleTypeTest.java | 2 +- ...InjectConstructorFactoryGeneratorTest.java | 2 +- .../java/dagger/internal/codegen/KeyTest.java | 2 +- .../MapBindingComponentProcessorTest.java | 2 +- .../internal/codegen/MapKeyProcessorTest.java | 2 +- .../codegen/MembersInjectionTest.java | 2 +- .../codegen/MethodSignatureFormatterTest.java | 2 +- .../MissingBindingSuggestionsTest.java | 2 +- .../codegen/ModuleFactoryGeneratorTest.java | 2 +- .../internal/codegen/MultibindingTest.java | 2 +- .../codegen/MultibindingsValidatorTest.java | 2 +- .../codegen/MultibindsValidatorTest.java | 2 +- .../internal/codegen/MultipleRequestTest.java | 2 +- .../ProducerModuleFactoryGeneratorTest.java | 2 +- .../ProductionComponentProcessorTest.java | 2 +- .../ProductionGraphValidationTest.java | 2 +- .../SubcomponentBuilderValidationTest.java | 2 +- .../codegen/SubcomponentValidationTest.java | 2 +- .../codegen/ValidationReportTest.java | 2 +- .../operation/PrimitiveInjectionTest.java | 3 +- core/src/main/java/dagger/Binds.java | 2 +- core/src/main/java/dagger/Component.java | 2 +- core/src/main/java/dagger/Lazy.java | 3 +- core/src/main/java/dagger/MapKey.java | 2 +- .../src/main/java/dagger/MembersInjector.java | 3 +- core/src/main/java/dagger/Module.java | 2 +- core/src/main/java/dagger/Multibindings.java | 2 +- core/src/main/java/dagger/Provides.java | 3 +- core/src/main/java/dagger/Reusable.java | 2 +- core/src/main/java/dagger/Subcomponent.java | 2 +- core/src/main/java/dagger/internal/Beta.java | 2 +- .../dagger/internal/DaggerCollections.java | 2 +- .../java/dagger/internal/DelegateFactory.java | 2 +- .../java/dagger/internal/DoubleCheck.java | 2 +- .../main/java/dagger/internal/Factory.java | 2 +- .../java/dagger/internal/InstanceFactory.java | 2 +- .../main/java/dagger/internal/MapFactory.java | 2 +- .../dagger/internal/MapProviderFactory.java | 2 +- .../dagger/internal/MembersInjectors.java | 2 +- .../java/dagger/internal/Preconditions.java | 2 +- .../java/dagger/internal/ProviderOfLazy.java | 2 +- .../main/java/dagger/internal/SetFactory.java | 2 +- .../java/dagger/internal/SingleCheck.java | 2 +- .../java/dagger/multibindings/ClassKey.java | 2 +- .../dagger/multibindings/ElementsIntoSet.java | 2 +- .../java/dagger/multibindings/IntKey.java | 2 +- .../java/dagger/multibindings/IntoMap.java | 2 +- .../java/dagger/multibindings/IntoSet.java | 2 +- .../java/dagger/multibindings/LongKey.java | 2 +- .../java/dagger/multibindings/Multibinds.java | 2 +- .../java/dagger/multibindings/StringKey.java | 2 +- .../dagger/multibindings/package-info.java | 2 +- core/src/main/java/dagger/package-info.java | 2 +- .../java/dagger/internal/DoubleCheckTest.java | 2 +- .../dagger/internal/InstanceFactoryTest.java | 2 +- .../internal/MapProviderFactoryTest.java | 2 +- .../java/dagger/internal/SetFactoryTest.java | 2 +- .../java/dagger/internal/SingleCheckTest.java | 2 +- deploy_website.sh | 49 ------- .../AbstractActivityComponent.java | 3 +- .../dagger/activitygraphs/ActivityModule.java | 2 +- .../activitygraphs/ApplicationComponent.java | 2 +- .../activitygraphs/DemoApplication.java | 2 +- .../activitygraphs/DemoApplicationModule.java | 2 +- .../dagger/activitygraphs/PerActivity.java | 2 +- .../ui/ActivityTitleController.java | 2 +- .../activitygraphs/ui/HomeActivity.java | 2 +- .../activitygraphs/ui/HomeComponent.java | 2 +- .../activitygraphs/ui/HomeFragment.java | 2 +- .../example/dagger/simple/AndroidModule.java | 2 +- .../example/dagger/simple/DemoActivity.java | 2 +- .../dagger/simple/DemoApplication.java | 2 +- .../example/dagger/simple/ForApplication.java | 2 +- .../dagger/simple/ui/HomeActivity.java | 2 +- pom.xml | 18 --- .../main/java/dagger/producers/Produced.java | 2 +- .../main/java/dagger/producers/Producer.java | 2 +- .../java/dagger/producers/ProducerModule.java | 2 +- .../main/java/dagger/producers/Produces.java | 2 +- .../java/dagger/producers/Production.java | 2 +- .../dagger/producers/ProductionComponent.java | 2 +- .../dagger/producers/ProductionScope.java | 2 +- .../producers/ProductionSubcomponent.java | 2 +- .../producers/internal/AbstractProducer.java | 2 +- .../internal/MapOfProducedProducer.java | 2 +- .../internal/MapOfProducerProducer.java | 2 +- .../producers/internal/MapProducer.java | 2 +- .../dagger/producers/internal/Producers.java | 2 +- .../internal/ProductionImplementation.java | 2 +- .../internal/SetOfProducedProducer.java | 2 +- .../producers/internal/SetProducer.java | 2 +- .../producers/monitoring/ProducerMonitor.java | 2 +- .../monitoring/ProducerTimingRecorder.java | 2 +- .../producers/monitoring/ProducerToken.java | 2 +- .../ProductionComponentMonitor.java | 2 +- .../ProductionComponentTimingRecorder.java | 2 +- .../monitoring/TimingProducerMonitor.java | 2 +- .../TimingProductionComponentMonitor.java | 2 +- .../producers/monitoring/TimingRecorders.java | 2 +- .../monitoring/internal/Monitors.java | 2 +- .../producers/monitoring/package-info.java | 2 +- .../java/dagger/producers/package-info.java | 2 +- .../java/dagger/producers/ProducedTest.java | 2 +- .../internal/AbstractProducerTest.java | 2 +- .../internal/MapOfProducerProducerTest.java | 2 +- .../producers/internal/MapProducerTest.java | 2 +- .../producers/internal/ProducersTest.java | 2 +- .../internal/SetOfProducedProducerTest.java | 2 +- .../producers/internal/SetProducerTest.java | 2 +- .../TimingProductionComponentMonitorTest.java | 2 +- .../monitoring/TimingRecordersTest.java | 2 +- .../monitoring/internal/MonitorsTest.java | 2 +- 449 files changed, 455 insertions(+), 727 deletions(-) create mode 100644 AUTHORS delete mode 100644 checkstyle.xml delete mode 100755 deploy_website.sh diff --git a/.travis.yml b/.travis.yml index c9880c17837..5445350b9e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,6 @@ install: mvn -B -P!standard-with-extra-repos -U install clean --fail-never --qui script: mvn -B -P!standard-with-extra-repos -U verify --fail-at-end -Dsource.skip=true -Dmaven.javadoc.skip=true -notifications: - email: dagger-firehose@googlegroups.com - env: global: - secure: eGc3LHBRIPmTnXLM1YoIqG1do9BkpFI2pJm3fz5Cd8UaXtf7Oefa+Ts3rcn4ipee5A+lf8kEouPshSoaQs81KZ2/qf8rSTCIqeFjHR8hzmOVYo/0zRfS/VSUT0yqN+jeRhuNk3+A49RTPlcfJqPv3tyddtrM1vF7axhCJPQIRJM= diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000000..f4a0fdd7760 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ +# This is the list of Dagger authors for copyright purposes. +# +# This does not necessarily list everyone who has contributed code, since in +# some cases, their employer may be the copyright holder. To see the full list +# of contributors, see the revision history in source control. +Google Inc. +Square Inc. +and other contributors \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 087af22cd98..d9d13d7149f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,33 +5,20 @@ If you would like to contribute code to Dagger you can do so through GitHub by forking the repository and sending a pull request. When submitting code, please make every effort to follow existing conventions -and style in order to keep the code as readable as possible. - -Where appropriate, please provide unit tests or integration tests. Unit tests -should be JUnit based tests and can use either standard JUnit assertions or -FEST assertions and be added to `/src/test/java`. Changes to build-time -behaviour (such as changes to code generation or graph validation) should go into -small maven projects using the `maven-invoker-plugin`. Examples of this are in -`core/src/it` and can include bean-shell verification scripts and other -facilities provided by `maven-invoker-plugin`. +and style in order to keep the code as readable as possible. Please make sure your code compiles by running `mvn clean verify` which will -execute both unit and integration test phases. Additionally, consider using +execute both unit and integration test phases. Additionally, consider using http://travis-ci.org to validate your branches before you even put them into pull requests. All pull requests will be validated by Travis-ci in any case and must pass before being merged. -If you are adding or modifying files you may add your own copyright line, but -please ensure that the form is consistent with the existing files, and please -note that a Square, Inc. copyright line must appear in every copyright notice. -All files are released with the Apache 2.0 license. - -Checkstyle failures during compilation indicate errors in your style and will -be displayed in the console output of the build (including in Travis-CI output), -or can be viewed in the `checkstyle-result.xml` file. +If you are adding or modifying Dagger code and would like to add your name to +the copyright, modify the `AUTHORS` file. All files are released with the +Apache 2.0 license. Before your code can be accepted into the project you must sign the -[Individual Contributor License Agreement (CLA)][1]. +[Contributor License Agreement (CLA)][CLA]. - [1]: https://spreadsheets.google.com/spreadsheet/viewform?formkey=dDViT2xzUHAwRkI3X3k5Z0lQM091OGc6MQ&ndplr=1 +[CLA]: https://cla.developers.google.com diff --git a/checkstyle.xml b/checkstyle.xml deleted file mode 100644 index e7ffbc0d51e..00000000000 --- a/checkstyle.xml +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compiler/src/it/functional-tests/pom.xml b/compiler/src/it/functional-tests/pom.xml index bf298f26e32..9d1ab456714 100644 --- a/compiler/src/it/functional-tests/pom.xml +++ b/compiler/src/it/functional-tests/pom.xml @@ -77,24 +77,6 @@ limitations under the License. 1.7 - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.10 - - false - true - ../../../../checkstyle.xml - - - - compile - - checkstyle - - - - diff --git a/compiler/src/it/functional-tests/src/main/java/test/A.java b/compiler/src/it/functional-tests/src/main/java/test/A.java index 030f8556cf6..853f64ccfe5 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/A.java +++ b/compiler/src/it/functional-tests/src/main/java/test/A.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/AbstractMembersInjectingBaseClass.java b/compiler/src/it/functional-tests/src/main/java/test/AbstractMembersInjectingBaseClass.java index 4fb0f783220..96a80507fa4 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/AbstractMembersInjectingBaseClass.java +++ b/compiler/src/it/functional-tests/src/main/java/test/AbstractMembersInjectingBaseClass.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/AbstractMiddleClassWithoutMembers.java b/compiler/src/it/functional-tests/src/main/java/test/AbstractMiddleClassWithoutMembers.java index 89e94bd2f2c..0728c39cd2c 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/AbstractMiddleClassWithoutMembers.java +++ b/compiler/src/it/functional-tests/src/main/java/test/AbstractMiddleClassWithoutMembers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/B.java b/compiler/src/it/functional-tests/src/main/java/test/B.java index dec8e2e5863..96a4b6919b7 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/B.java +++ b/compiler/src/it/functional-tests/src/main/java/test/B.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/BasicAbstractClassComponent.java b/compiler/src/it/functional-tests/src/main/java/test/BasicAbstractClassComponent.java index ad32e2a42a6..3ab8b66ee20 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/BasicAbstractClassComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/BasicAbstractClassComponent.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/BasicComponent.java b/compiler/src/it/functional-tests/src/main/java/test/BasicComponent.java index 5629a0f093f..85149222c9f 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/BasicComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/BasicComponent.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2014 Google, Inc. +* Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/BooleanKey.java b/compiler/src/it/functional-tests/src/main/java/test/BooleanKey.java index 4cef79e0281..9d75568aeb4 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/BooleanKey.java +++ b/compiler/src/it/functional-tests/src/main/java/test/BooleanKey.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/BoundedGenericComponent.java b/compiler/src/it/functional-tests/src/main/java/test/BoundedGenericComponent.java index b30522f577a..1a46691b8a6 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/BoundedGenericComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/BoundedGenericComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/BoundedGenericModule.java b/compiler/src/it/functional-tests/src/main/java/test/BoundedGenericModule.java index 6bd7be4fba9..4feede8b76b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/BoundedGenericModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/BoundedGenericModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/BoundedGenerics.java b/compiler/src/it/functional-tests/src/main/java/test/BoundedGenerics.java index e26d643510e..4087a496f0b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/BoundedGenerics.java +++ b/compiler/src/it/functional-tests/src/main/java/test/BoundedGenerics.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/ByteKey.java b/compiler/src/it/functional-tests/src/main/java/test/ByteKey.java index 8e739bd4a38..f0fbe41f9c4 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/ByteKey.java +++ b/compiler/src/it/functional-tests/src/main/java/test/ByteKey.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/CharKey.java b/compiler/src/it/functional-tests/src/main/java/test/CharKey.java index a4f4e29c84e..af2cf0190b3 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/CharKey.java +++ b/compiler/src/it/functional-tests/src/main/java/test/CharKey.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/ComplexGenerics.java b/compiler/src/it/functional-tests/src/main/java/test/ComplexGenerics.java index e2e327494f0..c6a6e7335b4 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/ComplexGenerics.java +++ b/compiler/src/it/functional-tests/src/main/java/test/ComplexGenerics.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/ComponentDependsOnGeneratedCode.java b/compiler/src/it/functional-tests/src/main/java/test/ComponentDependsOnGeneratedCode.java index bd49a24592e..6f1dc3cb23b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/ComponentDependsOnGeneratedCode.java +++ b/compiler/src/it/functional-tests/src/main/java/test/ComponentDependsOnGeneratedCode.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/ComponentSupertypeDependsOnGeneratedCode.java b/compiler/src/it/functional-tests/src/main/java/test/ComponentSupertypeDependsOnGeneratedCode.java index 6cbf6af8dce..8076b79f786 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/ComponentSupertypeDependsOnGeneratedCode.java +++ b/compiler/src/it/functional-tests/src/main/java/test/ComponentSupertypeDependsOnGeneratedCode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/ComponentSupertypeDependsOnGeneratedCodeInterface.java b/compiler/src/it/functional-tests/src/main/java/test/ComponentSupertypeDependsOnGeneratedCodeInterface.java index fca90e0f359..15404e678ed 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/ComponentSupertypeDependsOnGeneratedCodeInterface.java +++ b/compiler/src/it/functional-tests/src/main/java/test/ComponentSupertypeDependsOnGeneratedCodeInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/ComponentWithReusableBindings.java b/compiler/src/it/functional-tests/src/main/java/test/ComponentWithReusableBindings.java index 059794257f4..f1b39c16645 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/ComponentWithReusableBindings.java +++ b/compiler/src/it/functional-tests/src/main/java/test/ComponentWithReusableBindings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/ComponentsWithNestedModules.java b/compiler/src/it/functional-tests/src/main/java/test/ComponentsWithNestedModules.java index 56491a1e2d0..bfd49f112e0 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/ComponentsWithNestedModules.java +++ b/compiler/src/it/functional-tests/src/main/java/test/ComponentsWithNestedModules.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/Generic.java b/compiler/src/it/functional-tests/src/main/java/test/Generic.java index ee1aa0992f0..8917737eb05 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/Generic.java +++ b/compiler/src/it/functional-tests/src/main/java/test/Generic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/Generic2.java b/compiler/src/it/functional-tests/src/main/java/test/Generic2.java index 4a56df3ec9f..7771d18228a 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/Generic2.java +++ b/compiler/src/it/functional-tests/src/main/java/test/Generic2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/GenericChild.java b/compiler/src/it/functional-tests/src/main/java/test/GenericChild.java index 5c65dc03e2c..aa35373b92b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/GenericChild.java +++ b/compiler/src/it/functional-tests/src/main/java/test/GenericChild.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/GenericComponent.java b/compiler/src/it/functional-tests/src/main/java/test/GenericComponent.java index da5b9b53053..c1940257a47 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/GenericComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/GenericComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/GenericDoubleReferences.java b/compiler/src/it/functional-tests/src/main/java/test/GenericDoubleReferences.java index 6785c7c5faa..96278a0d2e0 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/GenericDoubleReferences.java +++ b/compiler/src/it/functional-tests/src/main/java/test/GenericDoubleReferences.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/GenericNoDeps.java b/compiler/src/it/functional-tests/src/main/java/test/GenericNoDeps.java index e065f79266b..b19948120f5 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/GenericNoDeps.java +++ b/compiler/src/it/functional-tests/src/main/java/test/GenericNoDeps.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/GenericParent.java b/compiler/src/it/functional-tests/src/main/java/test/GenericParent.java index c50e3451b8d..a69065452c1 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/GenericParent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/GenericParent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/InjectedThing.java b/compiler/src/it/functional-tests/src/main/java/test/InjectedThing.java index 438b69f16a8..afedca37f95 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/InjectedThing.java +++ b/compiler/src/it/functional-tests/src/main/java/test/InjectedThing.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/Injector.java b/compiler/src/it/functional-tests/src/main/java/test/Injector.java index 2a5798a03df..2a739834301 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/Injector.java +++ b/compiler/src/it/functional-tests/src/main/java/test/Injector.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/MultibindingComponent.java b/compiler/src/it/functional-tests/src/main/java/test/MultibindingComponent.java index 8be16eb2550..39d0992b443 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/MultibindingComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/MultibindingComponent.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/MultibindingComponentWithMultibindingsInterface.java b/compiler/src/it/functional-tests/src/main/java/test/MultibindingComponentWithMultibindingsInterface.java index 37f59b10bbe..7830f552196 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/MultibindingComponentWithMultibindingsInterface.java +++ b/compiler/src/it/functional-tests/src/main/java/test/MultibindingComponentWithMultibindingsInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/MultibindingDependency.java b/compiler/src/it/functional-tests/src/main/java/test/MultibindingDependency.java index a92e029e2e9..b3d651b0627 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/MultibindingDependency.java +++ b/compiler/src/it/functional-tests/src/main/java/test/MultibindingDependency.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/MultibindingModule.java b/compiler/src/it/functional-tests/src/main/java/test/MultibindingModule.java index 8562983a0dd..b20d2933c88 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/MultibindingModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/MultibindingModule.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/MultibindingsInterfaceModule.java b/compiler/src/it/functional-tests/src/main/java/test/MultibindingsInterfaceModule.java index b9219ff1fab..654c1fc0786 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/MultibindingsInterfaceModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/MultibindingsInterfaceModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/MultibindsModule.java b/compiler/src/it/functional-tests/src/main/java/test/MultibindsModule.java index 8b193c96daf..024b7763503 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/MultibindsModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/MultibindsModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/NeedsFactory.java b/compiler/src/it/functional-tests/src/main/java/test/NeedsFactory.java index cfe7cec03fb..2531acb6103 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/NeedsFactory.java +++ b/compiler/src/it/functional-tests/src/main/java/test/NeedsFactory.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/NestedAnnotationContainer.java b/compiler/src/it/functional-tests/src/main/java/test/NestedAnnotationContainer.java index c57b4ecf4b1..1c4725eecbc 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/NestedAnnotationContainer.java +++ b/compiler/src/it/functional-tests/src/main/java/test/NestedAnnotationContainer.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/NonComponentDependencyComponent.java b/compiler/src/it/functional-tests/src/main/java/test/NonComponentDependencyComponent.java index 43a088cdc33..9f0ed54d5e8 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/NonComponentDependencyComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/NonComponentDependencyComponent.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/NullableModule.java b/compiler/src/it/functional-tests/src/main/java/test/NullableModule.java index 326401d0048..68e58ab91fd 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/NullableModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/NullableModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/NumberClassKey.java b/compiler/src/it/functional-tests/src/main/java/test/NumberClassKey.java index 4164ae5ccf6..55db642c1bb 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/NumberClassKey.java +++ b/compiler/src/it/functional-tests/src/main/java/test/NumberClassKey.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/OuterClassBar.java b/compiler/src/it/functional-tests/src/main/java/test/OuterClassBar.java index c7fabdb2baa..0388d17e584 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/OuterClassBar.java +++ b/compiler/src/it/functional-tests/src/main/java/test/OuterClassBar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/OuterClassFoo.java b/compiler/src/it/functional-tests/src/main/java/test/OuterClassFoo.java index 86f963f5c84..bdd2e6876d4 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/OuterClassFoo.java +++ b/compiler/src/it/functional-tests/src/main/java/test/OuterClassFoo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/ReferencesGeneric.java b/compiler/src/it/functional-tests/src/main/java/test/ReferencesGeneric.java index 812c45d354a..17e6cb6aa2e 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/ReferencesGeneric.java +++ b/compiler/src/it/functional-tests/src/main/java/test/ReferencesGeneric.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/ShortKey.java b/compiler/src/it/functional-tests/src/main/java/test/ShortKey.java index 01b3aa99d18..e3ab6270c07 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/ShortKey.java +++ b/compiler/src/it/functional-tests/src/main/java/test/ShortKey.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/SomeQualifier.java b/compiler/src/it/functional-tests/src/main/java/test/SomeQualifier.java index cf68c3056dc..5ef8087e751 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/SomeQualifier.java +++ b/compiler/src/it/functional-tests/src/main/java/test/SomeQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/Thing.java b/compiler/src/it/functional-tests/src/main/java/test/Thing.java index 46cbdc999f3..fb76a8d430e 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/Thing.java +++ b/compiler/src/it/functional-tests/src/main/java/test/Thing.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2014 Google, Inc. +* Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/TypeWithInheritedMembersInjection.java b/compiler/src/it/functional-tests/src/main/java/test/TypeWithInheritedMembersInjection.java index 587baade1f9..c37e36c408e 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/TypeWithInheritedMembersInjection.java +++ b/compiler/src/it/functional-tests/src/main/java/test/TypeWithInheritedMembersInjection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/UnwrappedAnnotationKey.java b/compiler/src/it/functional-tests/src/main/java/test/UnwrappedAnnotationKey.java index d1a3b486316..b86894534da 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/UnwrappedAnnotationKey.java +++ b/compiler/src/it/functional-tests/src/main/java/test/UnwrappedAnnotationKey.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/WrappedAnnotationKey.java b/compiler/src/it/functional-tests/src/main/java/test/WrappedAnnotationKey.java index 7f0dbafabde..ea63c38483d 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/WrappedAnnotationKey.java +++ b/compiler/src/it/functional-tests/src/main/java/test/WrappedAnnotationKey.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/binds/Foo.java b/compiler/src/it/functional-tests/src/main/java/test/binds/Foo.java index 86122f9b4c9..bcfaaac7002 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/binds/Foo.java +++ b/compiler/src/it/functional-tests/src/main/java/test/binds/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/binds/FooOfObjects.java b/compiler/src/it/functional-tests/src/main/java/test/binds/FooOfObjects.java index 730e70211b1..bd3950c7b11 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/binds/FooOfObjects.java +++ b/compiler/src/it/functional-tests/src/main/java/test/binds/FooOfObjects.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/binds/FooOfStrings.java b/compiler/src/it/functional-tests/src/main/java/test/binds/FooOfStrings.java index c5a23f92f80..71e4f8bae53 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/binds/FooOfStrings.java +++ b/compiler/src/it/functional-tests/src/main/java/test/binds/FooOfStrings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/binds/InterfaceModule.java b/compiler/src/it/functional-tests/src/main/java/test/binds/InterfaceModule.java index 84814a6f622..e989b8d29e3 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/binds/InterfaceModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/binds/InterfaceModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/binds/SimpleBindingModule.java b/compiler/src/it/functional-tests/src/main/java/test/binds/SimpleBindingModule.java index b760eca58cc..6af054c6a0d 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/binds/SimpleBindingModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/binds/SimpleBindingModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/binds/TestComponent.java b/compiler/src/it/functional-tests/src/main/java/test/binds/TestComponent.java index 08866ed2245..31e833ad3c9 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/binds/TestComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/binds/TestComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/ByteModule.java b/compiler/src/it/functional-tests/src/main/java/test/builder/ByteModule.java index 8b85d606cb5..da431ee053d 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/ByteModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/ByteModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/DepComponent.java b/compiler/src/it/functional-tests/src/main/java/test/builder/DepComponent.java index 93fd59def3e..ae6b6febb6a 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/DepComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/DepComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/DoubleModule.java b/compiler/src/it/functional-tests/src/main/java/test/builder/DoubleModule.java index 2dec4a7a2c9..7abe44dd53d 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/DoubleModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/DoubleModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/FloatModule.java b/compiler/src/it/functional-tests/src/main/java/test/builder/FloatModule.java index 309e7ee98f9..838ab4230b1 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/FloatModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/FloatModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/GenericParent.java b/compiler/src/it/functional-tests/src/main/java/test/builder/GenericParent.java index af196eeda2e..7cb1c34b402 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/GenericParent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/GenericParent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/Grandchild.java b/compiler/src/it/functional-tests/src/main/java/test/builder/Grandchild.java index 8cbf67b1980..c6067c75d59 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/Grandchild.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/Grandchild.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/IntModuleIncludingDoubleAndFloat.java b/compiler/src/it/functional-tests/src/main/java/test/builder/IntModuleIncludingDoubleAndFloat.java index 5e3a92827a7..1cfe6993472 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/IntModuleIncludingDoubleAndFloat.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/IntModuleIncludingDoubleAndFloat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/LongModule.java b/compiler/src/it/functional-tests/src/main/java/test/builder/LongModule.java index c16c9c79f9e..70b9ac2985b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/LongModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/LongModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/MiddleChild.java b/compiler/src/it/functional-tests/src/main/java/test/builder/MiddleChild.java index 690c91ad71c..a7952af3209 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/MiddleChild.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/MiddleChild.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/MiddleScope.java b/compiler/src/it/functional-tests/src/main/java/test/builder/MiddleScope.java index e2fbcaa426d..4f43094abd3 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/MiddleScope.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/MiddleScope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/OtherMiddleChild.java b/compiler/src/it/functional-tests/src/main/java/test/builder/OtherMiddleChild.java index 28e43bafe80..0854a3b2680 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/OtherMiddleChild.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/OtherMiddleChild.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/ParentComponent.java b/compiler/src/it/functional-tests/src/main/java/test/builder/ParentComponent.java index 584eff6ef83..1fdd3598205 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/ParentComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/ParentComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/ParentOfGenericComponent.java b/compiler/src/it/functional-tests/src/main/java/test/builder/ParentOfGenericComponent.java index 474c61701a3..74a8b89113f 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/ParentOfGenericComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/ParentOfGenericComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/RequiresSubcomponentBuilder.java b/compiler/src/it/functional-tests/src/main/java/test/builder/RequiresSubcomponentBuilder.java index ee9963227df..65ba4d494e9 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/RequiresSubcomponentBuilder.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/RequiresSubcomponentBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/StringModule.java b/compiler/src/it/functional-tests/src/main/java/test/builder/StringModule.java index 3b979a5aba3..e014f0000bc 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/StringModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/StringModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/TestChildComponentWithBuilderAbstractClass.java b/compiler/src/it/functional-tests/src/main/java/test/builder/TestChildComponentWithBuilderAbstractClass.java index 8f39c1401de..70a4b2ec9ac 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/TestChildComponentWithBuilderAbstractClass.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/TestChildComponentWithBuilderAbstractClass.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/TestChildComponentWithBuilderInterface.java b/compiler/src/it/functional-tests/src/main/java/test/builder/TestChildComponentWithBuilderInterface.java index 2add34ed5f0..b458b5adcf6 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/TestChildComponentWithBuilderInterface.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/TestChildComponentWithBuilderInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithBuilderAbstractClass.java b/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithBuilderAbstractClass.java index 5eef53fe5fe..3ef5932c121 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithBuilderAbstractClass.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithBuilderAbstractClass.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithBuilderInterface.java b/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithBuilderInterface.java index 55214f8367c..d2a6550f4d5 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithBuilderInterface.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithBuilderInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithGenericBuilderAbstractClass.java b/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithGenericBuilderAbstractClass.java index 8032185b26a..4a679cfa1cd 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithGenericBuilderAbstractClass.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithGenericBuilderAbstractClass.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithGenericBuilderInterface.java b/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithGenericBuilderInterface.java index f63e3ec9087..f6c1b8223e9 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithGenericBuilderInterface.java +++ b/compiler/src/it/functional-tests/src/main/java/test/builder/TestComponentWithGenericBuilderInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/cycle/Cycles.java b/compiler/src/it/functional-tests/src/main/java/test/cycle/Cycles.java index d422245f669..7ec14458c63 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/cycle/Cycles.java +++ b/compiler/src/it/functional-tests/src/main/java/test/cycle/Cycles.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/cycle/LongCycle.java b/compiler/src/it/functional-tests/src/main/java/test/cycle/LongCycle.java index ccf5fe1c7d8..a8c3441dc3d 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/cycle/LongCycle.java +++ b/compiler/src/it/functional-tests/src/main/java/test/cycle/LongCycle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfArrayOfParentOfStringArray.java b/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfArrayOfParentOfStringArray.java index 22efcf12ed5..132ee3313d8 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfArrayOfParentOfStringArray.java +++ b/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfArrayOfParentOfStringArray.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfPrimitiveIntArray.java b/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfPrimitiveIntArray.java index e01c1c266f6..58da58ef017 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfPrimitiveIntArray.java +++ b/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfPrimitiveIntArray.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfStringArray.java b/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfStringArray.java index 8ec943b963b..aa0a88145f7 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfStringArray.java +++ b/compiler/src/it/functional-tests/src/main/java/test/membersinject/ChildOfStringArray.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectComponent.java b/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectComponent.java index 9ab8c1928a4..35eae333fd7 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectGenericParent.java b/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectGenericParent.java index 064b8864210..bf6f9bad93c 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectGenericParent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectGenericParent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectModule.java b/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectModule.java index a6c1fadb9b1..4425d1416b9 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/membersinject/MembersInjectModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/membersinject/NonRequestedChild.java b/compiler/src/it/functional-tests/src/main/java/test/membersinject/NonRequestedChild.java index 108a1b58f89..6e8fc723142 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/membersinject/NonRequestedChild.java +++ b/compiler/src/it/functional-tests/src/main/java/test/membersinject/NonRequestedChild.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/FooComponent.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/FooComponent.java index 62da35da5f0..f3021bd1ac5 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/FooComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/FooComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/MembersInjectionVisibilityComponent.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/MembersInjectionVisibilityComponent.java index 85ce40aacfc..ac7165cb4b8 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/MembersInjectionVisibilityComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/MembersInjectionVisibilityComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AGrandchild.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AGrandchild.java index 8f0f1f39c19..75f689f43d9 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AGrandchild.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AGrandchild.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AModule.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AModule.java index 8b0fe52b2b3..8b9cddb3d39 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/APackagePrivateObject.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/APackagePrivateObject.java index d604133311a..006f869b43a 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/APackagePrivateObject.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/APackagePrivateObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AParent.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AParent.java index 4c91a6f260d..95082d92886 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AParent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/AParent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/APublicObject.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/APublicObject.java index 90357f66186..f98f50c94ad 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/APublicObject.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/APublicObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/UsesInaccessible.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/UsesInaccessible.java index 8dab62c78e8..27b3c0071fa 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/UsesInaccessible.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/UsesInaccessible.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BChild.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BChild.java index 188d1201f38..f104e093ac6 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BChild.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BChild.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BModule.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BModule.java index 6217bf830d5..e9c5482fa39 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BPackagePrivateObject.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BPackagePrivateObject.java index c397a02c81d..30b7461e1fd 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BPackagePrivateObject.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/BPackagePrivateObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/c/CModule.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/c/CModule.java index edfb9233d3f..b137cee2fdd 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/c/CModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/c/CModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/d/DModule.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/d/DModule.java index 7c9f4343ea5..b638c84b286 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/d/DModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/d/DModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/foo/Foo.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/foo/Foo.java index 35f5862ad9c..f028f39b32b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/foo/Foo.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/foo/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/grandsub/FooGrandchildComponent.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/grandsub/FooGrandchildComponent.java index 16a61dd54db..36c9b180fbe 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/grandsub/FooGrandchildComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/grandsub/FooGrandchildComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/multipackage/sub/FooChildComponent.java b/compiler/src/it/functional-tests/src/main/java/test/multipackage/sub/FooChildComponent.java index 9050fcd7291..56cf422bc8d 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/multipackage/sub/FooChildComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/multipackage/sub/FooChildComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/nullables/NullComponent.java b/compiler/src/it/functional-tests/src/main/java/test/nullables/NullComponent.java index a8a5724736f..9f9976b97e9 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/nullables/NullComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/nullables/NullComponent.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/nullables/NullComponentWithDependency.java b/compiler/src/it/functional-tests/src/main/java/test/nullables/NullComponentWithDependency.java index 05093ed6036..e390f9a6c71 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/nullables/NullComponentWithDependency.java +++ b/compiler/src/it/functional-tests/src/main/java/test/nullables/NullComponentWithDependency.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/nullables/NullFoo.java b/compiler/src/it/functional-tests/src/main/java/test/nullables/NullFoo.java index 9ed4b5dea6e..b07f800d874 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/nullables/NullFoo.java +++ b/compiler/src/it/functional-tests/src/main/java/test/nullables/NullFoo.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/nullables/NullModule.java b/compiler/src/it/functional-tests/src/main/java/test/nullables/NullModule.java index 652d5ebbb55..e819df3c8c9 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/nullables/NullModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/nullables/NullModule.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/scope/BlueModule.java b/compiler/src/it/functional-tests/src/main/java/test/scope/BlueModule.java index f8082411830..61011ce05f9 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/scope/BlueModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/scope/BlueModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/scope/BlueScope.java b/compiler/src/it/functional-tests/src/main/java/test/scope/BlueScope.java index 1bf133794fe..b2d8e2bf15a 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/scope/BlueScope.java +++ b/compiler/src/it/functional-tests/src/main/java/test/scope/BlueScope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/scope/GreenModule.java b/compiler/src/it/functional-tests/src/main/java/test/scope/GreenModule.java index 919a9a178b0..7be7057de36 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/scope/GreenModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/scope/GreenModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/scope/GreenScope.java b/compiler/src/it/functional-tests/src/main/java/test/scope/GreenScope.java index 57bb5ae7c70..9b0ab9efb70 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/scope/GreenScope.java +++ b/compiler/src/it/functional-tests/src/main/java/test/scope/GreenScope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/scope/ScopedComponent.java b/compiler/src/it/functional-tests/src/main/java/test/scope/ScopedComponent.java index 8e5e03ee30f..67c5e91f1a1 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/scope/ScopedComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/scope/ScopedComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/scope/TurquoiseModule.java b/compiler/src/it/functional-tests/src/main/java/test/scope/TurquoiseModule.java index 77af9e76a4c..0b5cf166138 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/scope/TurquoiseModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/scope/TurquoiseModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/staticprovides/AllStaticModule.java b/compiler/src/it/functional-tests/src/main/java/test/staticprovides/AllStaticModule.java index 4844e0563ae..9c100051bc0 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/staticprovides/AllStaticModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/staticprovides/AllStaticModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/staticprovides/SomeStaticModule.java b/compiler/src/it/functional-tests/src/main/java/test/staticprovides/SomeStaticModule.java index 05219de3660..4202fe1f5fc 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/staticprovides/SomeStaticModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/staticprovides/SomeStaticModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/staticprovides/StaticTestComponent.java b/compiler/src/it/functional-tests/src/main/java/test/staticprovides/StaticTestComponent.java index 4be51ed7b3c..9c0fd4fdb0d 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/staticprovides/StaticTestComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/staticprovides/StaticTestComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/staticprovides/StaticTestComponentWithBuilder.java b/compiler/src/it/functional-tests/src/main/java/test/staticprovides/StaticTestComponentWithBuilder.java index d778fc5c522..4427a39a383 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/staticprovides/StaticTestComponentWithBuilder.java +++ b/compiler/src/it/functional-tests/src/main/java/test/staticprovides/StaticTestComponentWithBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/sub/ContributionsModule.java b/compiler/src/it/functional-tests/src/main/java/test/sub/ContributionsModule.java index d0b7b64c02a..35de7e7c508 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/sub/ContributionsModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/sub/ContributionsModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/sub/OtherThing.java b/compiler/src/it/functional-tests/src/main/java/test/sub/OtherThing.java index 1abea0f11ca..9adc09f0517 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/sub/OtherThing.java +++ b/compiler/src/it/functional-tests/src/main/java/test/sub/OtherThing.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/AnInterface.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/AnInterface.java index 8aaa015d1dd..5bc24d28d06 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/AnInterface.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/AnInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/BoundAsSingleton.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/BoundAsSingleton.java index 8ae147415f5..dad7efa588b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/BoundAsSingleton.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/BoundAsSingleton.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildAbstractClassComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildAbstractClassComponent.java index 2529433aebc..431efe5f3e4 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildAbstractClassComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildAbstractClassComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildComponent.java index d3c28f2b442..048e374539d 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildComponentRequiringModules.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildComponentRequiringModules.java index 905c68990d3..34df5f0dc54 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildComponentRequiringModules.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildComponentRequiringModules.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModule.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModule.java index 9ad2b5439eb..635c01638bd 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModuleWithParameters.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModuleWithParameters.java index e18b4a6da7e..8a829ca5671 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModuleWithParameters.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModuleWithParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModuleWithState.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModuleWithState.java index 5908a005ba5..23ffb77780b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModuleWithState.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ChildModuleWithState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GenericParentComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GenericParentComponent.java index 5580ab8d4b7..7adb041b418 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GenericParentComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GenericParentComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GrandchildComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GrandchildComponent.java index 9f724edfcc2..6eea7b5dfb9 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GrandchildComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GrandchildComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GrandchildModule.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GrandchildModule.java index e5595dce405..e566e3f047e 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GrandchildModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/GrandchildModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ImplementsAnInterface.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ImplementsAnInterface.java index ff3170cba48..47d8b246e6d 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ImplementsAnInterface.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ImplementsAnInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/MultibindingSubcomponents.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/MultibindingSubcomponents.java index 62c31928d9c..4d6ddf81358 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/MultibindingSubcomponents.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/MultibindingSubcomponents.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/NeedsAnInterface.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/NeedsAnInterface.java index 7a5acb04825..7d4564483e8 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/NeedsAnInterface.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/NeedsAnInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentComponent.java index 2e5316e43b3..1032464cfff 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentGetters.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentGetters.java index 3ff855a9d4d..1fb55d25a9e 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentGetters.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentGetters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentModule.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentModule.java index 9f3fea0779c..c0f5ce9b1e5 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentOfGenericComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentOfGenericComponent.java index bf85537727b..6087c88a46b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentOfGenericComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/ParentOfGenericComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/RequiresSingletons.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/RequiresSingletons.java index 2d40538245a..f616998dcee 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/RequiresSingletons.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/RequiresSingletons.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/SingletonType.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/SingletonType.java index 663e858a938..de3b74c1e04 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/SingletonType.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/SingletonType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/StaticChildModule.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/StaticChildModule.java index f7fd4905898..b4959390409 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/StaticChildModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/StaticChildModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/Unbound.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/Unbound.java index c4cb79a5fff..6244ba6c649 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/Unbound.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/Unbound.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnresolvableChildComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnresolvableChildComponent.java index 8e19b5e862f..02c21e219aa 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnresolvableChildComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnresolvableChildComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnresolvableChildComponentModule.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnresolvableChildComponentModule.java index c36fe316a6a..c04809eee9f 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnresolvableChildComponentModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnresolvableChildComponentModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnscopedType.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnscopedType.java index 89c00855fa4..b6fb6b796c3 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnscopedType.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/UnscopedType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ChildComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ChildComponent.java index b95502cf896..64958e4aa43 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ChildComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ChildComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ParentComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ParentComponent.java index d7c66a679db..194027fca9b 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ParentComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ParentComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/CommonModuleName.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/CommonModuleName.java index ad692896fec..ad1dfce5f4c 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/CommonModuleName.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/CommonModuleName.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/CommonName.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/CommonName.java index b2aefda0678..9a6bdda4989 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/CommonName.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/CommonName.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/CommonModuleName.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/CommonModuleName.java index 66deab5aa8e..ab2b7be3e72 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/CommonModuleName.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/CommonModuleName.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/CommonName.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/CommonName.java index 023cbdbf292..1eac79c6a44 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/CommonName.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/CommonName.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/ParentComponent.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/ParentComponent.java index f0af00237f5..76d3064b9bc 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/ParentComponent.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/ParentComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/RepeatedModule.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/RepeatedModule.java index e3da2803256..1ad1c1e1973 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/RepeatedModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/RepeatedModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/SubcomponentWithRepeatedModule.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/SubcomponentWithRepeatedModule.java index 279bc954c67..e9c30e92d4a 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/SubcomponentWithRepeatedModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/SubcomponentWithRepeatedModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/SubcomponentWithoutRepeatedModule.java b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/SubcomponentWithoutRepeatedModule.java index e63c9a0ae5e..a0197c1c029 100644 --- a/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/SubcomponentWithoutRepeatedModule.java +++ b/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/SubcomponentWithoutRepeatedModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/BasicTest.java b/compiler/src/it/functional-tests/src/test/java/test/BasicTest.java index ba2f383912b..25e3c5fc9fd 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/BasicTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/BasicTest.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2014 Google, Inc. +* Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/DependsOnGeneratedCodeTest.java b/compiler/src/it/functional-tests/src/test/java/test/DependsOnGeneratedCodeTest.java index f26e3ad0bf5..2e55d49423a 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/DependsOnGeneratedCodeTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/DependsOnGeneratedCodeTest.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/GenericTest.java b/compiler/src/it/functional-tests/src/test/java/test/GenericTest.java index f1c981f254f..3b35d791a75 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/GenericTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/GenericTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/MultibindingTest.java b/compiler/src/it/functional-tests/src/test/java/test/MultibindingTest.java index c17260ad913..be05f760f46 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/MultibindingTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/MultibindingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/NestedTest.java b/compiler/src/it/functional-tests/src/test/java/test/NestedTest.java index 14c3e538555..77f25d96997 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/NestedTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/NestedTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/NonComponentDependencyTest.java b/compiler/src/it/functional-tests/src/test/java/test/NonComponentDependencyTest.java index 37d3f7aecce..8b527bc2887 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/NonComponentDependencyTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/NonComponentDependencyTest.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/ReusableTest.java b/compiler/src/it/functional-tests/src/test/java/test/ReusableTest.java index acc212ddce0..49f1441e8db 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/ReusableTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/ReusableTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/binds/BindsCollectionsWithoutMultibindingsTest.java b/compiler/src/it/functional-tests/src/test/java/test/binds/BindsCollectionsWithoutMultibindingsTest.java index 3e0c47fe7bd..cd6fad14198 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/binds/BindsCollectionsWithoutMultibindingsTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/binds/BindsCollectionsWithoutMultibindingsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/binds/BindsTest.java b/compiler/src/it/functional-tests/src/test/java/test/binds/BindsTest.java index c0651212491..04029907146 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/binds/BindsTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/binds/BindsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/builder/BuilderTest.java b/compiler/src/it/functional-tests/src/test/java/test/builder/BuilderTest.java index af7233a0e47..e6f63673625 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/builder/BuilderTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/builder/BuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/cycle/CycleTest.java b/compiler/src/it/functional-tests/src/test/java/test/cycle/CycleTest.java index d3bc2cbad5e..77cd5ecd1b7 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/cycle/CycleTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/cycle/CycleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/cycle/LongCycleTest.java b/compiler/src/it/functional-tests/src/test/java/test/cycle/LongCycleTest.java index b205e9d439d..57843d4bca3 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/cycle/LongCycleTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/cycle/LongCycleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/membersinject/MembersInjectTest.java b/compiler/src/it/functional-tests/src/test/java/test/membersinject/MembersInjectTest.java index 411ecb177c9..48a3a7b609c 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/membersinject/MembersInjectTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/membersinject/MembersInjectTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/nullables/NullabilityTest.java b/compiler/src/it/functional-tests/src/test/java/test/nullables/NullabilityTest.java index a0e1e22f561..53f8749c6a8 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/nullables/NullabilityTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/nullables/NullabilityTest.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/scope/ScopeTest.java b/compiler/src/it/functional-tests/src/test/java/test/scope/ScopeTest.java index aa289b12cff..d46057929d9 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/scope/ScopeTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/scope/ScopeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/staticprovides/StaticProvidesTest.java b/compiler/src/it/functional-tests/src/test/java/test/staticprovides/StaticProvidesTest.java index 397259403d5..c1e679fb57a 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/staticprovides/StaticProvidesTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/staticprovides/StaticProvidesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/subcomponent/SubcomponentMultibindingsTest.java b/compiler/src/it/functional-tests/src/test/java/test/subcomponent/SubcomponentMultibindingsTest.java index a869319228a..b3fe4b097b0 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/subcomponent/SubcomponentMultibindingsTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/subcomponent/SubcomponentMultibindingsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/subcomponent/SubcomponentTest.java b/compiler/src/it/functional-tests/src/test/java/test/subcomponent/SubcomponentTest.java index ee89254b0f0..e1e7c29883a 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/subcomponent/SubcomponentTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/subcomponent/SubcomponentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/subcomponent/hiding/SubcomponentHidingTest.java b/compiler/src/it/functional-tests/src/test/java/test/subcomponent/hiding/SubcomponentHidingTest.java index 27dcbb69000..d58106c9866 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/subcomponent/hiding/SubcomponentHidingTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/subcomponent/hiding/SubcomponentHidingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/functional-tests/src/test/java/test/subcomponent/repeat/RepeatedModuleTest.java b/compiler/src/it/functional-tests/src/test/java/test/subcomponent/repeat/RepeatedModuleTest.java index 7e92371bf6d..4f7de481703 100644 --- a/compiler/src/it/functional-tests/src/test/java/test/subcomponent/repeat/RepeatedModuleTest.java +++ b/compiler/src/it/functional-tests/src/test/java/test/subcomponent/repeat/RepeatedModuleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/pom.xml b/compiler/src/it/producers-functional-tests/pom.xml index 2051b22b0cf..df96e0b1dad 100644 --- a/compiler/src/it/producers-functional-tests/pom.xml +++ b/compiler/src/it/producers-functional-tests/pom.xml @@ -75,24 +75,6 @@ limitations under the License. 1.7 - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.10 - - false - true - ../../../../checkstyle.xml - - - - compile - - checkstyle - - - - diff --git a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedComponent.java index 0d4dc13fd8c..1ab53b9d5f0 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedModule.java index dc62612cd2d..16a9d7a083c 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedProducerModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedProducerModule.java index bd1bc7a6bd8..39d984fa5e7 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedProducerModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedProducerModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedProductionComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedProductionComponent.java index 50b466da5ab..56ed80792cf 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedProductionComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependedProductionComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependentComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependentComponent.java index f467178c6e1..c2a1946d0a1 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependentComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependentComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependentProducerModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependentProducerModule.java index e16c822125c..b26bb80e73a 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependentProducerModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/DependentProducerModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ExecutorModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ExecutorModule.java index f37eac5c404..891405c7e83 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ExecutorModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ExecutorModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/Request.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/Request.java index 0227be6bd25..de410adfd6b 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/Request.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/Request.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/Response.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/Response.java index 8618ff5e165..108af4f91d6 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/Response.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/Response.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ResponseModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ResponseModule.java index 1edbe8aa6f5..3780caf1664 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ResponseModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ResponseModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ResponseProducerModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ResponseProducerModule.java index b250a53ba06..4f9ceaa52c7 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ResponseProducerModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/ResponseProducerModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/SimpleComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/SimpleComponent.java index ea793fd4d04..6000393b194 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/SimpleComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/SimpleComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/SimpleProducerModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/SimpleProducerModule.java index da58db06c69..2f230836aea 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/SimpleProducerModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/SimpleProducerModule.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/ComponentDependency.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/ComponentDependency.java index 7bba4ea4efc..8655a53f7e9 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/ComponentDependency.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/ComponentDependency.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/SimpleComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/SimpleComponent.java index efeb1d003f6..90481bc573e 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/SimpleComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/SimpleComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/SimpleProducerModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/SimpleProducerModule.java index 00ab037bd6c..f2871cc9a31 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/SimpleProducerModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/SimpleProducerModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/Foo.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/Foo.java index 147284caa35..4e1f9ba10a3 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/Foo.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/FooOfStrings.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/FooOfStrings.java index 256041290d0..4b3867abe9f 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/FooOfStrings.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/FooOfStrings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/SimpleBindingModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/SimpleBindingModule.java index 5538ce60b47..c40aa19fa52 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/SimpleBindingModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/SimpleBindingModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/SimpleBindsProductionComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/SimpleBindsProductionComponent.java index 2c8c8130d3c..3a8b3189806 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/SimpleBindsProductionComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/binds/SimpleBindsProductionComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/DepComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/DepComponent.java index dadde7b057d..da06e1006a2 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/DepComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/DepComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/IntModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/IntModule.java index 7f99836d314..912ea4d8c8d 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/IntModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/IntModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/StringModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/StringModule.java index cdf0793dad9..5854a6ee36e 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/StringModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/StringModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/TestComponentWithBuilder.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/TestComponentWithBuilder.java index 1e4973fc18f..59a503b5e93 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/TestComponentWithBuilder.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/TestComponentWithBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/MonitoredComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/MonitoredComponent.java index d46c88fa9eb..85ceb2804de 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/MonitoredComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/MonitoredComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/MonitoringModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/MonitoringModule.java index 4b99c7a128a..84f9fb645ff 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/MonitoringModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/MonitoringModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/ServingModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/ServingModule.java index d5bec22ce21..17603acf290 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/ServingModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/ServingModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/StringStub.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/StringStub.java index 195dd283df7..31def450626 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/StringStub.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/StringStub.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/StubModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/StubModule.java index dc8ab626092..a25f6ca836a 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/StubModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/StubModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingComponent.java index 50a55f6f99a..6ab7484849f 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingModule.java index 98a6e36a86d..29ae9714a85 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingProducerModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingProducerModule.java index ee80ede0252..133c3f6fc06 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingProducerModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/MultibindingProducerModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/Qualifiers.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/Qualifiers.java index 7d754622e99..286504fb84e 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/Qualifiers.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/multibindings/Qualifiers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/provisions/Provisions.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/provisions/Provisions.java index 0833995ce92..cd791870731 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/provisions/Provisions.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/provisions/Provisions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/ScopedModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/ScopedModule.java index da1c7b2573e..0f9d7288503 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/ScopedModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/ScopedModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/ScopedObject.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/ScopedObject.java index 646eda45e99..d6e97f00dff 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/ScopedObject.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/ScopedObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/SetComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/SetComponent.java index 75a05fa3f39..929eddd363e 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/SetComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/SetComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/SetProducerModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/SetProducerModule.java index e930e2749c5..b42e81ea945 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/SetProducerModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/scope/SetProducerModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/MultiPackageSubcomponents.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/MultiPackageSubcomponents.java index b44e4e21df9..d8df928208c 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/MultiPackageSubcomponents.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/MultiPackageSubcomponents.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/SubcomponentsWithBoundExecutor.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/SubcomponentsWithBoundExecutor.java index 138791826ff..4d35df32f6f 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/SubcomponentsWithBoundExecutor.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/SubcomponentsWithBoundExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/sub/ChildComponent.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/sub/ChildComponent.java index 0059631b894..02e40b76cc5 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/sub/ChildComponent.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/sub/ChildComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/sub/ChildModule.java b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/sub/ChildModule.java index 43b79f4b5a1..03879703390 100644 --- a/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/sub/ChildModule.java +++ b/compiler/src/it/producers-functional-tests/src/main/java/producerstest/subcomponent/sub/ChildModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/DependentTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/DependentTest.java index e4812b82395..878541912cf 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/DependentTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/DependentTest.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/ProducerFactoryTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/ProducerFactoryTest.java index 67d47ead5c7..a96f7567619 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/ProducerFactoryTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/ProducerFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/SimpleTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/SimpleTest.java index e4812ab9aeb..cc82034cb8f 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/SimpleTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/SimpleTest.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/binds/BindsProducersTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/binds/BindsProducersTest.java index 1c6b0faf46c..73ad4d03378 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/binds/BindsProducersTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/binds/BindsProducersTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/builder/ProductionComponentBuilderTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/builder/ProductionComponentBuilderTest.java index 396bef65f94..94018d1c148 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/builder/ProductionComponentBuilderTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/builder/ProductionComponentBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/monitoring/MonitoringTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/monitoring/MonitoringTest.java index e36f3588636..fd899e8c11c 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/monitoring/MonitoringTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/monitoring/MonitoringTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/multibindings/MultibindingTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/multibindings/MultibindingTest.java index 3d9c4677c6f..5a3917d6309 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/multibindings/MultibindingTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/multibindings/MultibindingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/provisions/ProvisionsTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/provisions/ProvisionsTest.java index e4371cbf4af..e627af0181f 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/provisions/ProvisionsTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/provisions/ProvisionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/scope/ScopeTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/scope/ScopeTest.java index 6af6d8af645..9302038dd3c 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/scope/ScopeTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/scope/ScopeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/subcomponent/MultiPackageSubcomponentTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/subcomponent/MultiPackageSubcomponentTest.java index 313202172d6..1e681e565e4 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/subcomponent/MultiPackageSubcomponentTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/subcomponent/MultiPackageSubcomponentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/producers-functional-tests/src/test/java/producerstest/subcomponent/SubcomponentWithBoundExecutorTest.java b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/subcomponent/SubcomponentWithBoundExecutorTest.java index 78cbadade3b..527414ac1a7 100644 --- a/compiler/src/it/producers-functional-tests/src/test/java/producerstest/subcomponent/SubcomponentWithBoundExecutorTest.java +++ b/compiler/src/it/producers-functional-tests/src/test/java/producerstest/subcomponent/SubcomponentWithBoundExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/it/tck/pom.xml b/compiler/src/it/tck/pom.xml index 3bf29795607..022dc233e21 100644 --- a/compiler/src/it/tck/pom.xml +++ b/compiler/src/it/tck/pom.xml @@ -65,24 +65,6 @@ limitations under the License. - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.10 - - false - true - ../../../../checkstyle.xml - - - - compile - - checkstyle - - - - diff --git a/compiler/src/it/tck/src/main/java/test/tck/CarModule.java b/compiler/src/it/tck/src/main/java/test/tck/CarModule.java index 4c5b9ae9c21..7961522de60 100644 --- a/compiler/src/it/tck/src/main/java/test/tck/CarModule.java +++ b/compiler/src/it/tck/src/main/java/test/tck/CarModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/tck/src/main/java/test/tck/CarShop.java b/compiler/src/it/tck/src/main/java/test/tck/CarShop.java index e42532e9d9d..3f37289fc3d 100644 --- a/compiler/src/it/tck/src/main/java/test/tck/CarShop.java +++ b/compiler/src/it/tck/src/main/java/test/tck/CarShop.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/tck/src/main/java/test/tck/EngineModule.java b/compiler/src/it/tck/src/main/java/test/tck/EngineModule.java index 61c100baef0..e622e6a4c81 100644 --- a/compiler/src/it/tck/src/main/java/test/tck/EngineModule.java +++ b/compiler/src/it/tck/src/main/java/test/tck/EngineModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/tck/src/main/java/test/tck/FuelTankModule.java b/compiler/src/it/tck/src/main/java/test/tck/FuelTankModule.java index f412e664e3f..bd67d488aca 100644 --- a/compiler/src/it/tck/src/main/java/test/tck/FuelTankModule.java +++ b/compiler/src/it/tck/src/main/java/test/tck/FuelTankModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/tck/src/main/java/test/tck/SeatModule.java b/compiler/src/it/tck/src/main/java/test/tck/SeatModule.java index b04b6c2a53d..eae9dc41b9c 100644 --- a/compiler/src/it/tck/src/main/java/test/tck/SeatModule.java +++ b/compiler/src/it/tck/src/main/java/test/tck/SeatModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/tck/src/main/java/test/tck/TireModule.java b/compiler/src/it/tck/src/main/java/test/tck/TireModule.java index 35a997258ba..7323a668204 100644 --- a/compiler/src/it/tck/src/main/java/test/tck/TireModule.java +++ b/compiler/src/it/tck/src/main/java/test/tck/TireModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/it/tck/src/test/java/test/tck/TckTest.java b/compiler/src/it/tck/src/test/java/test/tck/TckTest.java index d79b06b6ad0..1d9b709c877 100644 --- a/compiler/src/it/tck/src/test/java/test/tck/TckTest.java +++ b/compiler/src/it/tck/src/test/java/test/tck/TckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/AbstractComponentWriter.java b/compiler/src/main/java/dagger/internal/codegen/AbstractComponentWriter.java index 0513c7528f1..95b01f38b9b 100644 --- a/compiler/src/main/java/dagger/internal/codegen/AbstractComponentWriter.java +++ b/compiler/src/main/java/dagger/internal/codegen/AbstractComponentWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/Accessibility.java b/compiler/src/main/java/dagger/internal/codegen/Accessibility.java index 0ce9230b02b..3196ebe4d5b 100644 --- a/compiler/src/main/java/dagger/internal/codegen/Accessibility.java +++ b/compiler/src/main/java/dagger/internal/codegen/Accessibility.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/AnnotationSpecs.java b/compiler/src/main/java/dagger/internal/codegen/AnnotationSpecs.java index db7b9cf2f40..45570f4acaf 100644 --- a/compiler/src/main/java/dagger/internal/codegen/AnnotationSpecs.java +++ b/compiler/src/main/java/dagger/internal/codegen/AnnotationSpecs.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/Binding.java b/compiler/src/main/java/dagger/internal/codegen/Binding.java index 47e343604fe..453fec041fa 100644 --- a/compiler/src/main/java/dagger/internal/codegen/Binding.java +++ b/compiler/src/main/java/dagger/internal/codegen/Binding.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BindingDeclaration.java b/compiler/src/main/java/dagger/internal/codegen/BindingDeclaration.java index c58e0dbd6c0..7fe894edc6a 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BindingDeclaration.java +++ b/compiler/src/main/java/dagger/internal/codegen/BindingDeclaration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BindingDeclarationFormatter.java b/compiler/src/main/java/dagger/internal/codegen/BindingDeclarationFormatter.java index ba6f1fde74a..d682ea4867e 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BindingDeclarationFormatter.java +++ b/compiler/src/main/java/dagger/internal/codegen/BindingDeclarationFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BindingGraph.java b/compiler/src/main/java/dagger/internal/codegen/BindingGraph.java index 60a2e874d93..25eeaebe475 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BindingGraph.java +++ b/compiler/src/main/java/dagger/internal/codegen/BindingGraph.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BindingGraphValidator.java b/compiler/src/main/java/dagger/internal/codegen/BindingGraphValidator.java index 91dc556ed7e..431872b9a44 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BindingGraphValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/BindingGraphValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BindingKey.java b/compiler/src/main/java/dagger/internal/codegen/BindingKey.java index cd29d8d6906..8fe7adbefbc 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BindingKey.java +++ b/compiler/src/main/java/dagger/internal/codegen/BindingKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BindingMethodValidator.java b/compiler/src/main/java/dagger/internal/codegen/BindingMethodValidator.java index 0afbdd09e61..b0bfed5fa32 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BindingMethodValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/BindingMethodValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BindingType.java b/compiler/src/main/java/dagger/internal/codegen/BindingType.java index 8d2a1d6c549..fea14a8d42e 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BindingType.java +++ b/compiler/src/main/java/dagger/internal/codegen/BindingType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BindingVariableNamer.java b/compiler/src/main/java/dagger/internal/codegen/BindingVariableNamer.java index 4ed87ebc519..76ea08f3dc0 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BindingVariableNamer.java +++ b/compiler/src/main/java/dagger/internal/codegen/BindingVariableNamer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BindsMethodValidator.java b/compiler/src/main/java/dagger/internal/codegen/BindsMethodValidator.java index dd97aa42236..80adfdbff1b 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BindsMethodValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/BindsMethodValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/BuilderValidator.java b/compiler/src/main/java/dagger/internal/codegen/BuilderValidator.java index e50bc20188b..7db5eb3d6f2 100644 --- a/compiler/src/main/java/dagger/internal/codegen/BuilderValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/BuilderValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/CodeBlocks.java b/compiler/src/main/java/dagger/internal/codegen/CodeBlocks.java index dc2bf6ed2a0..1b8c9c94be2 100644 --- a/compiler/src/main/java/dagger/internal/codegen/CodeBlocks.java +++ b/compiler/src/main/java/dagger/internal/codegen/CodeBlocks.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/CompilerOptions.java b/compiler/src/main/java/dagger/internal/codegen/CompilerOptions.java index a57092df7e1..dbe1a9917fa 100644 --- a/compiler/src/main/java/dagger/internal/codegen/CompilerOptions.java +++ b/compiler/src/main/java/dagger/internal/codegen/CompilerOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ComponentDescriptor.java b/compiler/src/main/java/dagger/internal/codegen/ComponentDescriptor.java index e33d0cd74cc..5e66cfd4d17 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ComponentDescriptor.java +++ b/compiler/src/main/java/dagger/internal/codegen/ComponentDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ComponentGenerator.java b/compiler/src/main/java/dagger/internal/codegen/ComponentGenerator.java index 146ddbce5fb..00d514331d2 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ComponentGenerator.java +++ b/compiler/src/main/java/dagger/internal/codegen/ComponentGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ComponentHierarchyValidator.java b/compiler/src/main/java/dagger/internal/codegen/ComponentHierarchyValidator.java index 99b8ce49c17..8301d75fe16 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ComponentHierarchyValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/ComponentHierarchyValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ComponentProcessingStep.java b/compiler/src/main/java/dagger/internal/codegen/ComponentProcessingStep.java index 8a4feddacf8..42febcf9815 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ComponentProcessingStep.java +++ b/compiler/src/main/java/dagger/internal/codegen/ComponentProcessingStep.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ComponentProcessor.java b/compiler/src/main/java/dagger/internal/codegen/ComponentProcessor.java index 41f685cbab8..242a9c01f7a 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ComponentProcessor.java +++ b/compiler/src/main/java/dagger/internal/codegen/ComponentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ComponentValidator.java b/compiler/src/main/java/dagger/internal/codegen/ComponentValidator.java index f20bc8db6a8..399f956aad5 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ComponentValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/ComponentValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ComponentWriter.java b/compiler/src/main/java/dagger/internal/codegen/ComponentWriter.java index ccccf90326c..e82a50bcbb5 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ComponentWriter.java +++ b/compiler/src/main/java/dagger/internal/codegen/ComponentWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ConfigurationAnnotations.java b/compiler/src/main/java/dagger/internal/codegen/ConfigurationAnnotations.java index 23f39637712..4da27d26a1c 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ConfigurationAnnotations.java +++ b/compiler/src/main/java/dagger/internal/codegen/ConfigurationAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ContributionBinding.java b/compiler/src/main/java/dagger/internal/codegen/ContributionBinding.java index 1096ea3a242..ced8a81c508 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ContributionBinding.java +++ b/compiler/src/main/java/dagger/internal/codegen/ContributionBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ContributionType.java b/compiler/src/main/java/dagger/internal/codegen/ContributionType.java index 98c36356063..ef97a4301b1 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ContributionType.java +++ b/compiler/src/main/java/dagger/internal/codegen/ContributionType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/DelegateDeclaration.java b/compiler/src/main/java/dagger/internal/codegen/DelegateDeclaration.java index cfabcae1e8a..f4653b538c1 100644 --- a/compiler/src/main/java/dagger/internal/codegen/DelegateDeclaration.java +++ b/compiler/src/main/java/dagger/internal/codegen/DelegateDeclaration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/DependencyRequest.java b/compiler/src/main/java/dagger/internal/codegen/DependencyRequest.java index 19c5c0959c0..178d5e2cf39 100644 --- a/compiler/src/main/java/dagger/internal/codegen/DependencyRequest.java +++ b/compiler/src/main/java/dagger/internal/codegen/DependencyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/DependencyRequestFormatter.java b/compiler/src/main/java/dagger/internal/codegen/DependencyRequestFormatter.java index adfdd69e54a..2841909d30a 100644 --- a/compiler/src/main/java/dagger/internal/codegen/DependencyRequestFormatter.java +++ b/compiler/src/main/java/dagger/internal/codegen/DependencyRequestFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/DependencyRequestMapper.java b/compiler/src/main/java/dagger/internal/codegen/DependencyRequestMapper.java index c57bed0b057..559bc1c0a4b 100644 --- a/compiler/src/main/java/dagger/internal/codegen/DependencyRequestMapper.java +++ b/compiler/src/main/java/dagger/internal/codegen/DependencyRequestMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/DependencyVariableNamer.java b/compiler/src/main/java/dagger/internal/codegen/DependencyVariableNamer.java index 81a2d13eb9c..ba633284ddc 100644 --- a/compiler/src/main/java/dagger/internal/codegen/DependencyVariableNamer.java +++ b/compiler/src/main/java/dagger/internal/codegen/DependencyVariableNamer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ErrorMessages.java b/compiler/src/main/java/dagger/internal/codegen/ErrorMessages.java index 69b2d0ece24..7b94f9c6181 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ErrorMessages.java +++ b/compiler/src/main/java/dagger/internal/codegen/ErrorMessages.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/FactoryGenerator.java b/compiler/src/main/java/dagger/internal/codegen/FactoryGenerator.java index 9817dd052b2..276c0447c91 100644 --- a/compiler/src/main/java/dagger/internal/codegen/FactoryGenerator.java +++ b/compiler/src/main/java/dagger/internal/codegen/FactoryGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/FeatureStatus.java b/compiler/src/main/java/dagger/internal/codegen/FeatureStatus.java index 792d67e53e1..1bd99ea0ea2 100644 --- a/compiler/src/main/java/dagger/internal/codegen/FeatureStatus.java +++ b/compiler/src/main/java/dagger/internal/codegen/FeatureStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/Formatter.java b/compiler/src/main/java/dagger/internal/codegen/Formatter.java index 8eb4a200674..ac53e71df6a 100644 --- a/compiler/src/main/java/dagger/internal/codegen/Formatter.java +++ b/compiler/src/main/java/dagger/internal/codegen/Formatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/FrameworkDependency.java b/compiler/src/main/java/dagger/internal/codegen/FrameworkDependency.java index 1b941e475f6..c26940016e4 100644 --- a/compiler/src/main/java/dagger/internal/codegen/FrameworkDependency.java +++ b/compiler/src/main/java/dagger/internal/codegen/FrameworkDependency.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/FrameworkField.java b/compiler/src/main/java/dagger/internal/codegen/FrameworkField.java index a508eded340..b7fb2b1357d 100644 --- a/compiler/src/main/java/dagger/internal/codegen/FrameworkField.java +++ b/compiler/src/main/java/dagger/internal/codegen/FrameworkField.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/FrameworkTypes.java b/compiler/src/main/java/dagger/internal/codegen/FrameworkTypes.java index 84aca3bb78d..f6b96352414 100644 --- a/compiler/src/main/java/dagger/internal/codegen/FrameworkTypes.java +++ b/compiler/src/main/java/dagger/internal/codegen/FrameworkTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/InjectBindingRegistry.java b/compiler/src/main/java/dagger/internal/codegen/InjectBindingRegistry.java index 77f52af4008..ee94329d0f8 100644 --- a/compiler/src/main/java/dagger/internal/codegen/InjectBindingRegistry.java +++ b/compiler/src/main/java/dagger/internal/codegen/InjectBindingRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/InjectProcessingStep.java b/compiler/src/main/java/dagger/internal/codegen/InjectProcessingStep.java index 77f64ed1248..36f636767bb 100644 --- a/compiler/src/main/java/dagger/internal/codegen/InjectProcessingStep.java +++ b/compiler/src/main/java/dagger/internal/codegen/InjectProcessingStep.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/InjectValidator.java b/compiler/src/main/java/dagger/internal/codegen/InjectValidator.java index a6b4f0e0c09..a3f3a141287 100644 --- a/compiler/src/main/java/dagger/internal/codegen/InjectValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/InjectValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/InjectionAnnotations.java b/compiler/src/main/java/dagger/internal/codegen/InjectionAnnotations.java index c911fda7e48..a01da280e45 100644 --- a/compiler/src/main/java/dagger/internal/codegen/InjectionAnnotations.java +++ b/compiler/src/main/java/dagger/internal/codegen/InjectionAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/Key.java b/compiler/src/main/java/dagger/internal/codegen/Key.java index 7578339004b..0cf6c535166 100644 --- a/compiler/src/main/java/dagger/internal/codegen/Key.java +++ b/compiler/src/main/java/dagger/internal/codegen/Key.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/KeyFormatter.java b/compiler/src/main/java/dagger/internal/codegen/KeyFormatter.java index 3be455fddc5..a2f5b3934c3 100644 --- a/compiler/src/main/java/dagger/internal/codegen/KeyFormatter.java +++ b/compiler/src/main/java/dagger/internal/codegen/KeyFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MapKeyGenerator.java b/compiler/src/main/java/dagger/internal/codegen/MapKeyGenerator.java index 1f3195e04d1..7843bb5e54c 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MapKeyGenerator.java +++ b/compiler/src/main/java/dagger/internal/codegen/MapKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MapKeyProcessingStep.java b/compiler/src/main/java/dagger/internal/codegen/MapKeyProcessingStep.java index 41c6a16f180..3bf6267f4aa 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MapKeyProcessingStep.java +++ b/compiler/src/main/java/dagger/internal/codegen/MapKeyProcessingStep.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MapKeyValidator.java b/compiler/src/main/java/dagger/internal/codegen/MapKeyValidator.java index 586a1e93565..2a924820d43 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MapKeyValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/MapKeyValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MapKeys.java b/compiler/src/main/java/dagger/internal/codegen/MapKeys.java index 00ae1d3379f..c9fcd67226a 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MapKeys.java +++ b/compiler/src/main/java/dagger/internal/codegen/MapKeys.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MapType.java b/compiler/src/main/java/dagger/internal/codegen/MapType.java index 85ef2d19945..f1a00c77f3a 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MapType.java +++ b/compiler/src/main/java/dagger/internal/codegen/MapType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MemberSelect.java b/compiler/src/main/java/dagger/internal/codegen/MemberSelect.java index 777dabe3b48..a6da94fb985 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MemberSelect.java +++ b/compiler/src/main/java/dagger/internal/codegen/MemberSelect.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MembersInjectionBinding.java b/compiler/src/main/java/dagger/internal/codegen/MembersInjectionBinding.java index 91c88aaa0b8..2854eb5192c 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MembersInjectionBinding.java +++ b/compiler/src/main/java/dagger/internal/codegen/MembersInjectionBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MembersInjectorGenerator.java b/compiler/src/main/java/dagger/internal/codegen/MembersInjectorGenerator.java index dc2c28ee876..c261ab96e47 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MembersInjectorGenerator.java +++ b/compiler/src/main/java/dagger/internal/codegen/MembersInjectorGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MethodSignatureFormatter.java b/compiler/src/main/java/dagger/internal/codegen/MethodSignatureFormatter.java index 20c056a687d..ef6e04aac3d 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MethodSignatureFormatter.java +++ b/compiler/src/main/java/dagger/internal/codegen/MethodSignatureFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MissingBindingSuggestions.java b/compiler/src/main/java/dagger/internal/codegen/MissingBindingSuggestions.java index 4b6f0c33ca7..5f6179b6e62 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MissingBindingSuggestions.java +++ b/compiler/src/main/java/dagger/internal/codegen/MissingBindingSuggestions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ModuleDescriptor.java b/compiler/src/main/java/dagger/internal/codegen/ModuleDescriptor.java index bfb655672b9..f922c06f368 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ModuleDescriptor.java +++ b/compiler/src/main/java/dagger/internal/codegen/ModuleDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ModuleProcessingStep.java b/compiler/src/main/java/dagger/internal/codegen/ModuleProcessingStep.java index f86fac5d401..1db210797a1 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ModuleProcessingStep.java +++ b/compiler/src/main/java/dagger/internal/codegen/ModuleProcessingStep.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ModuleValidator.java b/compiler/src/main/java/dagger/internal/codegen/ModuleValidator.java index b11da4c4641..b746b0da8e7 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ModuleValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/ModuleValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MonitoringModuleGenerator.java b/compiler/src/main/java/dagger/internal/codegen/MonitoringModuleGenerator.java index 43863158088..3a54fae6ee1 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MonitoringModuleGenerator.java +++ b/compiler/src/main/java/dagger/internal/codegen/MonitoringModuleGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MonitoringModuleProcessingStep.java b/compiler/src/main/java/dagger/internal/codegen/MonitoringModuleProcessingStep.java index 45e5e835c02..4aa42c292de 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MonitoringModuleProcessingStep.java +++ b/compiler/src/main/java/dagger/internal/codegen/MonitoringModuleProcessingStep.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MoreAnnotationMirrors.java b/compiler/src/main/java/dagger/internal/codegen/MoreAnnotationMirrors.java index e81076af41b..427661ffa5b 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MoreAnnotationMirrors.java +++ b/compiler/src/main/java/dagger/internal/codegen/MoreAnnotationMirrors.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MultibindingAnnotations.java b/compiler/src/main/java/dagger/internal/codegen/MultibindingAnnotations.java index b2ab200b746..f43a08a8572 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MultibindingAnnotations.java +++ b/compiler/src/main/java/dagger/internal/codegen/MultibindingAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MultibindingAnnotationsProcessingStep.java b/compiler/src/main/java/dagger/internal/codegen/MultibindingAnnotationsProcessingStep.java index 6da60c38c68..b303776a8c1 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MultibindingAnnotationsProcessingStep.java +++ b/compiler/src/main/java/dagger/internal/codegen/MultibindingAnnotationsProcessingStep.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MultibindingDeclaration.java b/compiler/src/main/java/dagger/internal/codegen/MultibindingDeclaration.java index d41b716639f..9bb8b16366d 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MultibindingDeclaration.java +++ b/compiler/src/main/java/dagger/internal/codegen/MultibindingDeclaration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MultibindingsMethodValidator.java b/compiler/src/main/java/dagger/internal/codegen/MultibindingsMethodValidator.java index b32338e9355..f9bd9ef83af 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MultibindingsMethodValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/MultibindingsMethodValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MultibindingsProcessingStep.java b/compiler/src/main/java/dagger/internal/codegen/MultibindingsProcessingStep.java index db14a695b78..0ddf9679839 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MultibindingsProcessingStep.java +++ b/compiler/src/main/java/dagger/internal/codegen/MultibindingsProcessingStep.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MultibindingsValidator.java b/compiler/src/main/java/dagger/internal/codegen/MultibindingsValidator.java index 6640299376c..043b4fff745 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MultibindingsValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/MultibindingsValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/MultibindsMethodValidator.java b/compiler/src/main/java/dagger/internal/codegen/MultibindsMethodValidator.java index d31a7d99068..b1e5a3b10c5 100644 --- a/compiler/src/main/java/dagger/internal/codegen/MultibindsMethodValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/MultibindsMethodValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ProducerFactoryGenerator.java b/compiler/src/main/java/dagger/internal/codegen/ProducerFactoryGenerator.java index 22613b440c2..38ef0ad5118 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ProducerFactoryGenerator.java +++ b/compiler/src/main/java/dagger/internal/codegen/ProducerFactoryGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ProducesMethodValidator.java b/compiler/src/main/java/dagger/internal/codegen/ProducesMethodValidator.java index c6468fa6fca..ee2dcd82a22 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ProducesMethodValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/ProducesMethodValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ProductionBinding.java b/compiler/src/main/java/dagger/internal/codegen/ProductionBinding.java index 8f91d14fddf..bfe8a099d5a 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ProductionBinding.java +++ b/compiler/src/main/java/dagger/internal/codegen/ProductionBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ProductionExecutorModuleGenerator.java b/compiler/src/main/java/dagger/internal/codegen/ProductionExecutorModuleGenerator.java index 4a44c0869af..defd5119079 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ProductionExecutorModuleGenerator.java +++ b/compiler/src/main/java/dagger/internal/codegen/ProductionExecutorModuleGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ProductionExecutorModuleProcessingStep.java b/compiler/src/main/java/dagger/internal/codegen/ProductionExecutorModuleProcessingStep.java index 24a728738ce..78e60a35242 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ProductionExecutorModuleProcessingStep.java +++ b/compiler/src/main/java/dagger/internal/codegen/ProductionExecutorModuleProcessingStep.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ProvidesMethodValidator.java b/compiler/src/main/java/dagger/internal/codegen/ProvidesMethodValidator.java index 3c6b46e62ed..ea29b9f5ff9 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ProvidesMethodValidator.java +++ b/compiler/src/main/java/dagger/internal/codegen/ProvidesMethodValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ProvisionBinding.java b/compiler/src/main/java/dagger/internal/codegen/ProvisionBinding.java index ee03fd3268c..6d43149b1e6 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ProvisionBinding.java +++ b/compiler/src/main/java/dagger/internal/codegen/ProvisionBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ResolvedBindings.java b/compiler/src/main/java/dagger/internal/codegen/ResolvedBindings.java index 5a73f536736..9bb8d3df3f9 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ResolvedBindings.java +++ b/compiler/src/main/java/dagger/internal/codegen/ResolvedBindings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/Scope.java b/compiler/src/main/java/dagger/internal/codegen/Scope.java index f807a4fb22b..737d9df2138 100644 --- a/compiler/src/main/java/dagger/internal/codegen/Scope.java +++ b/compiler/src/main/java/dagger/internal/codegen/Scope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/SetType.java b/compiler/src/main/java/dagger/internal/codegen/SetType.java index 9b55eed8717..4cbda04b220 100644 --- a/compiler/src/main/java/dagger/internal/codegen/SetType.java +++ b/compiler/src/main/java/dagger/internal/codegen/SetType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/SimpleAnnotationMirror.java b/compiler/src/main/java/dagger/internal/codegen/SimpleAnnotationMirror.java index 8ba3704dca9..1b445b303ac 100644 --- a/compiler/src/main/java/dagger/internal/codegen/SimpleAnnotationMirror.java +++ b/compiler/src/main/java/dagger/internal/codegen/SimpleAnnotationMirror.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/SourceFileGenerationException.java b/compiler/src/main/java/dagger/internal/codegen/SourceFileGenerationException.java index 46a04d63c02..321d96f47d0 100644 --- a/compiler/src/main/java/dagger/internal/codegen/SourceFileGenerationException.java +++ b/compiler/src/main/java/dagger/internal/codegen/SourceFileGenerationException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/SourceFileGenerator.java b/compiler/src/main/java/dagger/internal/codegen/SourceFileGenerator.java index 928a794baa8..bc5ed68fce1 100644 --- a/compiler/src/main/java/dagger/internal/codegen/SourceFileGenerator.java +++ b/compiler/src/main/java/dagger/internal/codegen/SourceFileGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/SourceFiles.java b/compiler/src/main/java/dagger/internal/codegen/SourceFiles.java index c31376055b1..ac455d3a0da 100644 --- a/compiler/src/main/java/dagger/internal/codegen/SourceFiles.java +++ b/compiler/src/main/java/dagger/internal/codegen/SourceFiles.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/SubcomponentWriter.java b/compiler/src/main/java/dagger/internal/codegen/SubcomponentWriter.java index af327aa8277..b69844bf608 100644 --- a/compiler/src/main/java/dagger/internal/codegen/SubcomponentWriter.java +++ b/compiler/src/main/java/dagger/internal/codegen/SubcomponentWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/TypeNames.java b/compiler/src/main/java/dagger/internal/codegen/TypeNames.java index 1b7903c2261..a524f207a82 100644 --- a/compiler/src/main/java/dagger/internal/codegen/TypeNames.java +++ b/compiler/src/main/java/dagger/internal/codegen/TypeNames.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/TypeSpecs.java b/compiler/src/main/java/dagger/internal/codegen/TypeSpecs.java index 32543614031..32d574c6ab5 100644 --- a/compiler/src/main/java/dagger/internal/codegen/TypeSpecs.java +++ b/compiler/src/main/java/dagger/internal/codegen/TypeSpecs.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/UniqueNameSet.java b/compiler/src/main/java/dagger/internal/codegen/UniqueNameSet.java index b63b203e773..9e1cd875f9a 100644 --- a/compiler/src/main/java/dagger/internal/codegen/UniqueNameSet.java +++ b/compiler/src/main/java/dagger/internal/codegen/UniqueNameSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/Util.java b/compiler/src/main/java/dagger/internal/codegen/Util.java index 6775ee13a62..af755e6823d 100644 --- a/compiler/src/main/java/dagger/internal/codegen/Util.java +++ b/compiler/src/main/java/dagger/internal/codegen/Util.java @@ -1,6 +1,5 @@ /* - * Copyright (C) 2013 Google, Inc. - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ValidationReport.java b/compiler/src/main/java/dagger/internal/codegen/ValidationReport.java index 97f47ecfd1c..9a1802f25a9 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ValidationReport.java +++ b/compiler/src/main/java/dagger/internal/codegen/ValidationReport.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/ValidationType.java b/compiler/src/main/java/dagger/internal/codegen/ValidationType.java index d60207241eb..764b7f6ef26 100644 --- a/compiler/src/main/java/dagger/internal/codegen/ValidationType.java +++ b/compiler/src/main/java/dagger/internal/codegen/ValidationType.java @@ -1,5 +1,5 @@ /* -* Copyright (C) 2015 Google, Inc. +* Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/main/java/dagger/internal/codegen/package-info.java b/compiler/src/main/java/dagger/internal/codegen/package-info.java index ff764c87a12..0490adb8a04 100644 --- a/compiler/src/main/java/dagger/internal/codegen/package-info.java +++ b/compiler/src/main/java/dagger/internal/codegen/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/AccessibilityTest.java b/compiler/src/test/java/dagger/internal/codegen/AccessibilityTest.java index 43d47187900..8b3ddc31625 100644 --- a/compiler/src/test/java/dagger/internal/codegen/AccessibilityTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/AccessibilityTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/BindsMethodValidatorTest.java b/compiler/src/test/java/dagger/internal/codegen/BindsMethodValidatorTest.java index 16ce9b5327a..b4e1da15e4e 100644 --- a/compiler/src/test/java/dagger/internal/codegen/BindsMethodValidatorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/BindsMethodValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/ComponentBuilderTest.java b/compiler/src/test/java/dagger/internal/codegen/ComponentBuilderTest.java index 3623d76d2b6..1a635151c2b 100644 --- a/compiler/src/test/java/dagger/internal/codegen/ComponentBuilderTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/ComponentBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/ComponentProcessorTest.java b/compiler/src/test/java/dagger/internal/codegen/ComponentProcessorTest.java index 23dc40ff64c..5d6ba06eb23 100644 --- a/compiler/src/test/java/dagger/internal/codegen/ComponentProcessorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/ComponentProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/DaggerModuleMethodSubject.java b/compiler/src/test/java/dagger/internal/codegen/DaggerModuleMethodSubject.java index 3581057bc4d..036cba84b19 100644 --- a/compiler/src/test/java/dagger/internal/codegen/DaggerModuleMethodSubject.java +++ b/compiler/src/test/java/dagger/internal/codegen/DaggerModuleMethodSubject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/DependencyRequestMapperTest.java b/compiler/src/test/java/dagger/internal/codegen/DependencyRequestMapperTest.java index 0bd1ec551f0..16be2e9cf21 100644 --- a/compiler/src/test/java/dagger/internal/codegen/DependencyRequestMapperTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/DependencyRequestMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/ErrorMessagesTest.java b/compiler/src/test/java/dagger/internal/codegen/ErrorMessagesTest.java index 141d5c4525e..987f29cf7af 100644 --- a/compiler/src/test/java/dagger/internal/codegen/ErrorMessagesTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/ErrorMessagesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/FrameworkFieldTest.java b/compiler/src/test/java/dagger/internal/codegen/FrameworkFieldTest.java index 118b8484bc1..ab17256ec31 100644 --- a/compiler/src/test/java/dagger/internal/codegen/FrameworkFieldTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/FrameworkFieldTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/GeneratedLines.java b/compiler/src/test/java/dagger/internal/codegen/GeneratedLines.java index 487830801ff..cc77a2bc4ea 100644 --- a/compiler/src/test/java/dagger/internal/codegen/GeneratedLines.java +++ b/compiler/src/test/java/dagger/internal/codegen/GeneratedLines.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/GraphValidationScopingTest.java b/compiler/src/test/java/dagger/internal/codegen/GraphValidationScopingTest.java index 8196d1afe22..74c0545a14b 100644 --- a/compiler/src/test/java/dagger/internal/codegen/GraphValidationScopingTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/GraphValidationScopingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/GraphValidationTest.java b/compiler/src/test/java/dagger/internal/codegen/GraphValidationTest.java index b5acc44fdc6..ed561200c95 100644 --- a/compiler/src/test/java/dagger/internal/codegen/GraphValidationTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/GraphValidationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/InaccessibleTypeTest.java b/compiler/src/test/java/dagger/internal/codegen/InaccessibleTypeTest.java index 5a1097968ed..ec770e9e80d 100644 --- a/compiler/src/test/java/dagger/internal/codegen/InaccessibleTypeTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/InaccessibleTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/InjectConstructorFactoryGeneratorTest.java b/compiler/src/test/java/dagger/internal/codegen/InjectConstructorFactoryGeneratorTest.java index 7237812f7e2..b137f1d9ec2 100644 --- a/compiler/src/test/java/dagger/internal/codegen/InjectConstructorFactoryGeneratorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/InjectConstructorFactoryGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/KeyTest.java b/compiler/src/test/java/dagger/internal/codegen/KeyTest.java index 865097ba7a4..755681cf11f 100644 --- a/compiler/src/test/java/dagger/internal/codegen/KeyTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/KeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/MapBindingComponentProcessorTest.java b/compiler/src/test/java/dagger/internal/codegen/MapBindingComponentProcessorTest.java index df33d2a87bf..00f39a276a8 100644 --- a/compiler/src/test/java/dagger/internal/codegen/MapBindingComponentProcessorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/MapBindingComponentProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/MapKeyProcessorTest.java b/compiler/src/test/java/dagger/internal/codegen/MapKeyProcessorTest.java index a26866ae805..fbb612dfe1f 100644 --- a/compiler/src/test/java/dagger/internal/codegen/MapKeyProcessorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/MapKeyProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/MembersInjectionTest.java b/compiler/src/test/java/dagger/internal/codegen/MembersInjectionTest.java index f3036861181..0bc94e7fe5c 100644 --- a/compiler/src/test/java/dagger/internal/codegen/MembersInjectionTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/MembersInjectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/MethodSignatureFormatterTest.java b/compiler/src/test/java/dagger/internal/codegen/MethodSignatureFormatterTest.java index 62d6885619c..b8213c4e1b6 100644 --- a/compiler/src/test/java/dagger/internal/codegen/MethodSignatureFormatterTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/MethodSignatureFormatterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/MissingBindingSuggestionsTest.java b/compiler/src/test/java/dagger/internal/codegen/MissingBindingSuggestionsTest.java index 03ec35d9ba2..7779b2ede1c 100644 --- a/compiler/src/test/java/dagger/internal/codegen/MissingBindingSuggestionsTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/MissingBindingSuggestionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/ModuleFactoryGeneratorTest.java b/compiler/src/test/java/dagger/internal/codegen/ModuleFactoryGeneratorTest.java index 2253201af81..949bb8fa3ee 100644 --- a/compiler/src/test/java/dagger/internal/codegen/ModuleFactoryGeneratorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/ModuleFactoryGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/MultibindingTest.java b/compiler/src/test/java/dagger/internal/codegen/MultibindingTest.java index 90da7f5188a..04ba0bb22f2 100644 --- a/compiler/src/test/java/dagger/internal/codegen/MultibindingTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/MultibindingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/MultibindingsValidatorTest.java b/compiler/src/test/java/dagger/internal/codegen/MultibindingsValidatorTest.java index 5741aa6f180..1d80e3fe1d7 100644 --- a/compiler/src/test/java/dagger/internal/codegen/MultibindingsValidatorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/MultibindingsValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/MultibindsValidatorTest.java b/compiler/src/test/java/dagger/internal/codegen/MultibindsValidatorTest.java index e3600655026..5c756f60a66 100644 --- a/compiler/src/test/java/dagger/internal/codegen/MultibindsValidatorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/MultibindsValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/MultipleRequestTest.java b/compiler/src/test/java/dagger/internal/codegen/MultipleRequestTest.java index 27e720d0156..7ef24f81e63 100644 --- a/compiler/src/test/java/dagger/internal/codegen/MultipleRequestTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/MultipleRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/ProducerModuleFactoryGeneratorTest.java b/compiler/src/test/java/dagger/internal/codegen/ProducerModuleFactoryGeneratorTest.java index 4b9f1786990..347f75b1673 100644 --- a/compiler/src/test/java/dagger/internal/codegen/ProducerModuleFactoryGeneratorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/ProducerModuleFactoryGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/ProductionComponentProcessorTest.java b/compiler/src/test/java/dagger/internal/codegen/ProductionComponentProcessorTest.java index 2885c6ebc37..1749f4135bf 100644 --- a/compiler/src/test/java/dagger/internal/codegen/ProductionComponentProcessorTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/ProductionComponentProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/ProductionGraphValidationTest.java b/compiler/src/test/java/dagger/internal/codegen/ProductionGraphValidationTest.java index 8317ad07aa0..baf2d8f3266 100644 --- a/compiler/src/test/java/dagger/internal/codegen/ProductionGraphValidationTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/ProductionGraphValidationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/SubcomponentBuilderValidationTest.java b/compiler/src/test/java/dagger/internal/codegen/SubcomponentBuilderValidationTest.java index 6311a90caa4..379828b4c0d 100644 --- a/compiler/src/test/java/dagger/internal/codegen/SubcomponentBuilderValidationTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/SubcomponentBuilderValidationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/SubcomponentValidationTest.java b/compiler/src/test/java/dagger/internal/codegen/SubcomponentValidationTest.java index c2d7d1d1610..c4d2c982b8d 100644 --- a/compiler/src/test/java/dagger/internal/codegen/SubcomponentValidationTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/SubcomponentValidationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/internal/codegen/ValidationReportTest.java b/compiler/src/test/java/dagger/internal/codegen/ValidationReportTest.java index d7f44512536..eb44346eb54 100644 --- a/compiler/src/test/java/dagger/internal/codegen/ValidationReportTest.java +++ b/compiler/src/test/java/dagger/internal/codegen/ValidationReportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/compiler/src/test/java/dagger/tests/integration/operation/PrimitiveInjectionTest.java b/compiler/src/test/java/dagger/tests/integration/operation/PrimitiveInjectionTest.java index ae438514a3c..6d76f4be754 100644 --- a/compiler/src/test/java/dagger/tests/integration/operation/PrimitiveInjectionTest.java +++ b/compiler/src/test/java/dagger/tests/integration/operation/PrimitiveInjectionTest.java @@ -1,6 +1,5 @@ /** - * Copyright (C) 2013 Google, Inc. - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/core/src/main/java/dagger/Binds.java b/core/src/main/java/dagger/Binds.java index 4bdb3e2bae1..5b076796fe9 100644 --- a/core/src/main/java/dagger/Binds.java +++ b/core/src/main/java/dagger/Binds.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/main/java/dagger/Component.java b/core/src/main/java/dagger/Component.java index 452edb8a469..c82edbb9728 100644 --- a/core/src/main/java/dagger/Component.java +++ b/core/src/main/java/dagger/Component.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/Lazy.java b/core/src/main/java/dagger/Lazy.java index 075c5f405a1..00df9f48019 100644 --- a/core/src/main/java/dagger/Lazy.java +++ b/core/src/main/java/dagger/Lazy.java @@ -1,6 +1,5 @@ /* - * Copyright (C) 2012 Google, Inc. - * Copyright (C) 2012 Square, Inc. + * Copyright (C) 2012 The Dagger Authors. * * 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/core/src/main/java/dagger/MapKey.java b/core/src/main/java/dagger/MapKey.java index e41829e1ef8..77a2b0f9e14 100644 --- a/core/src/main/java/dagger/MapKey.java +++ b/core/src/main/java/dagger/MapKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/MembersInjector.java b/core/src/main/java/dagger/MembersInjector.java index d0de7f396eb..a9c3cdc6f97 100644 --- a/core/src/main/java/dagger/MembersInjector.java +++ b/core/src/main/java/dagger/MembersInjector.java @@ -1,6 +1,5 @@ /* - * Copyright (C) 2012 Square, Inc. - * Copyright (C) 2009 Google Inc. + * Copyright (C) 2012 The Dagger Authors. * * 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/core/src/main/java/dagger/Module.java b/core/src/main/java/dagger/Module.java index 05f0f3a6a6f..e29dcd4c854 100644 --- a/core/src/main/java/dagger/Module.java +++ b/core/src/main/java/dagger/Module.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Square, Inc. + * Copyright (C) 2012 The Dagger Authors. * * 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/core/src/main/java/dagger/Multibindings.java b/core/src/main/java/dagger/Multibindings.java index b83324df5c9..73e2f5c4833 100644 --- a/core/src/main/java/dagger/Multibindings.java +++ b/core/src/main/java/dagger/Multibindings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/core/src/main/java/dagger/Provides.java b/core/src/main/java/dagger/Provides.java index 7be82c01246..d29cdc09b63 100644 --- a/core/src/main/java/dagger/Provides.java +++ b/core/src/main/java/dagger/Provides.java @@ -1,6 +1,5 @@ /* - * Copyright (C) 2007 Google Inc. - * Copyright (C) 2012 Square, Inc. + * Copyright (C) 2007 The Dagger Authors. * * 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/core/src/main/java/dagger/Reusable.java b/core/src/main/java/dagger/Reusable.java index b7b61d8d194..1347b4dc91c 100644 --- a/core/src/main/java/dagger/Reusable.java +++ b/core/src/main/java/dagger/Reusable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/main/java/dagger/Subcomponent.java b/core/src/main/java/dagger/Subcomponent.java index 988f17b49c7..6b7a032f181 100644 --- a/core/src/main/java/dagger/Subcomponent.java +++ b/core/src/main/java/dagger/Subcomponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/Beta.java b/core/src/main/java/dagger/internal/Beta.java index a0a82c65922..879012b7a16 100644 --- a/core/src/main/java/dagger/internal/Beta.java +++ b/core/src/main/java/dagger/internal/Beta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/DaggerCollections.java b/core/src/main/java/dagger/internal/DaggerCollections.java index e317c28b74c..928d63bee0d 100644 --- a/core/src/main/java/dagger/internal/DaggerCollections.java +++ b/core/src/main/java/dagger/internal/DaggerCollections.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/DelegateFactory.java b/core/src/main/java/dagger/internal/DelegateFactory.java index d1e864d1734..4161fe625fe 100644 --- a/core/src/main/java/dagger/internal/DelegateFactory.java +++ b/core/src/main/java/dagger/internal/DelegateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/DoubleCheck.java b/core/src/main/java/dagger/internal/DoubleCheck.java index ef1708fa955..a866cb9fc55 100644 --- a/core/src/main/java/dagger/internal/DoubleCheck.java +++ b/core/src/main/java/dagger/internal/DoubleCheck.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/Factory.java b/core/src/main/java/dagger/internal/Factory.java index 8451989bab5..ed90c732da5 100644 --- a/core/src/main/java/dagger/internal/Factory.java +++ b/core/src/main/java/dagger/internal/Factory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/InstanceFactory.java b/core/src/main/java/dagger/internal/InstanceFactory.java index ca57f71bdec..53821a5ad20 100644 --- a/core/src/main/java/dagger/internal/InstanceFactory.java +++ b/core/src/main/java/dagger/internal/InstanceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/MapFactory.java b/core/src/main/java/dagger/internal/MapFactory.java index b0364ba01fa..782d47d7931 100644 --- a/core/src/main/java/dagger/internal/MapFactory.java +++ b/core/src/main/java/dagger/internal/MapFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/MapProviderFactory.java b/core/src/main/java/dagger/internal/MapProviderFactory.java index 141a77bf00a..a19788e79c1 100644 --- a/core/src/main/java/dagger/internal/MapProviderFactory.java +++ b/core/src/main/java/dagger/internal/MapProviderFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/MembersInjectors.java b/core/src/main/java/dagger/internal/MembersInjectors.java index 5be2b8ee2b6..d636adcfe00 100644 --- a/core/src/main/java/dagger/internal/MembersInjectors.java +++ b/core/src/main/java/dagger/internal/MembersInjectors.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/Preconditions.java b/core/src/main/java/dagger/internal/Preconditions.java index 1877cd0ebc5..31b19058ed5 100644 --- a/core/src/main/java/dagger/internal/Preconditions.java +++ b/core/src/main/java/dagger/internal/Preconditions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/ProviderOfLazy.java b/core/src/main/java/dagger/internal/ProviderOfLazy.java index 77d4961dded..9014481f165 100644 --- a/core/src/main/java/dagger/internal/ProviderOfLazy.java +++ b/core/src/main/java/dagger/internal/ProviderOfLazy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/SetFactory.java b/core/src/main/java/dagger/internal/SetFactory.java index dd0d927115c..2595367284a 100644 --- a/core/src/main/java/dagger/internal/SetFactory.java +++ b/core/src/main/java/dagger/internal/SetFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/internal/SingleCheck.java b/core/src/main/java/dagger/internal/SingleCheck.java index 3a9a14766dc..7e2f008398d 100644 --- a/core/src/main/java/dagger/internal/SingleCheck.java +++ b/core/src/main/java/dagger/internal/SingleCheck.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/main/java/dagger/multibindings/ClassKey.java b/core/src/main/java/dagger/multibindings/ClassKey.java index 52dc16d0dc0..a4da29a8d1d 100644 --- a/core/src/main/java/dagger/multibindings/ClassKey.java +++ b/core/src/main/java/dagger/multibindings/ClassKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/core/src/main/java/dagger/multibindings/ElementsIntoSet.java b/core/src/main/java/dagger/multibindings/ElementsIntoSet.java index 7e157399fbf..5ec17621669 100644 --- a/core/src/main/java/dagger/multibindings/ElementsIntoSet.java +++ b/core/src/main/java/dagger/multibindings/ElementsIntoSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/main/java/dagger/multibindings/IntKey.java b/core/src/main/java/dagger/multibindings/IntKey.java index 766f6dc99eb..a670a5c6541 100644 --- a/core/src/main/java/dagger/multibindings/IntKey.java +++ b/core/src/main/java/dagger/multibindings/IntKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/core/src/main/java/dagger/multibindings/IntoMap.java b/core/src/main/java/dagger/multibindings/IntoMap.java index a1e786eca75..a39a6da3ba0 100644 --- a/core/src/main/java/dagger/multibindings/IntoMap.java +++ b/core/src/main/java/dagger/multibindings/IntoMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/main/java/dagger/multibindings/IntoSet.java b/core/src/main/java/dagger/multibindings/IntoSet.java index a7e3a7cdf17..78caf0ee0bb 100644 --- a/core/src/main/java/dagger/multibindings/IntoSet.java +++ b/core/src/main/java/dagger/multibindings/IntoSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/main/java/dagger/multibindings/LongKey.java b/core/src/main/java/dagger/multibindings/LongKey.java index 9d9a4080012..7efaa912a44 100644 --- a/core/src/main/java/dagger/multibindings/LongKey.java +++ b/core/src/main/java/dagger/multibindings/LongKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/core/src/main/java/dagger/multibindings/Multibinds.java b/core/src/main/java/dagger/multibindings/Multibinds.java index 48dd94257d6..8d5a9b83618 100644 --- a/core/src/main/java/dagger/multibindings/Multibinds.java +++ b/core/src/main/java/dagger/multibindings/Multibinds.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/core/src/main/java/dagger/multibindings/StringKey.java b/core/src/main/java/dagger/multibindings/StringKey.java index 11dcbfaa685..1b5712ae361 100644 --- a/core/src/main/java/dagger/multibindings/StringKey.java +++ b/core/src/main/java/dagger/multibindings/StringKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/core/src/main/java/dagger/multibindings/package-info.java b/core/src/main/java/dagger/multibindings/package-info.java index e62974ddb29..8efc6abac58 100644 --- a/core/src/main/java/dagger/multibindings/package-info.java +++ b/core/src/main/java/dagger/multibindings/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/main/java/dagger/package-info.java b/core/src/main/java/dagger/package-info.java index e5cc67f39ef..94690cea6da 100644 --- a/core/src/main/java/dagger/package-info.java +++ b/core/src/main/java/dagger/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/core/src/test/java/dagger/internal/DoubleCheckTest.java b/core/src/test/java/dagger/internal/DoubleCheckTest.java index 077c50807a7..afbed9b7f48 100644 --- a/core/src/test/java/dagger/internal/DoubleCheckTest.java +++ b/core/src/test/java/dagger/internal/DoubleCheckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/core/src/test/java/dagger/internal/InstanceFactoryTest.java b/core/src/test/java/dagger/internal/InstanceFactoryTest.java index acaf20d7971..6da509174ea 100644 --- a/core/src/test/java/dagger/internal/InstanceFactoryTest.java +++ b/core/src/test/java/dagger/internal/InstanceFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/test/java/dagger/internal/MapProviderFactoryTest.java b/core/src/test/java/dagger/internal/MapProviderFactoryTest.java index b4496e926af..c3f56255246 100644 --- a/core/src/test/java/dagger/internal/MapProviderFactoryTest.java +++ b/core/src/test/java/dagger/internal/MapProviderFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/test/java/dagger/internal/SetFactoryTest.java b/core/src/test/java/dagger/internal/SetFactoryTest.java index af7cb99bf76..b6540ab5a49 100644 --- a/core/src/test/java/dagger/internal/SetFactoryTest.java +++ b/core/src/test/java/dagger/internal/SetFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/core/src/test/java/dagger/internal/SingleCheckTest.java b/core/src/test/java/dagger/internal/SingleCheckTest.java index 3bc2075cfee..da30d0f9ccf 100644 --- a/core/src/test/java/dagger/internal/SingleCheckTest.java +++ b/core/src/test/java/dagger/internal/SingleCheckTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/deploy_website.sh b/deploy_website.sh deleted file mode 100755 index 1fde1bd5760..00000000000 --- a/deploy_website.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/bash -# -# Deploys the current Dagger website to the gh-pages branch of the GitHub -# repository. To test the site locally before deploying run `jekyll --server` -# in the website/ directory. - -set -ex - -REPO="git@github.com:square/dagger.git" -GROUP_ID="com.squareup.dagger" -ARTIFACT_ID="dagger" - -DIR=temp-dagger-clone - -# Delete any existing temporary website clone -rm -rf $DIR - -# Clone the current repo into temp folder -git clone $REPO $DIR - -# Move working directory into temp folder -cd $DIR - -# Checkout and track the gh-pages branch -git checkout -t origin/gh-pages - -# Delete everything -rm -rf * - -# Copy website files from real repo -cp -R ../website/* . - -# Download the latest javadoc -curl -L "http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=$GROUP_ID&a=$ARTIFACT_ID&v=LATEST&c=javadoc" > javadoc.zip -mkdir javadoc -unzip javadoc.zip -d javadoc -rm javadoc.zip - -# Stage all files in git and create a commit -git add . -git add -u -git commit -m "Website at $(date)" - -# Push the new files up to GitHub -git push origin gh-pages - -# Delete our temp folder -cd .. -rm -rf $DIR diff --git a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/AbstractActivityComponent.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/AbstractActivityComponent.java index 430838e8355..82d6a0a040c 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/AbstractActivityComponent.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/AbstractActivityComponent.java @@ -1,6 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ActivityModule.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ActivityModule.java index cf5462e50eb..c04628f1cb8 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ActivityModule.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ActivityModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ApplicationComponent.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ApplicationComponent.java index 04c2062256b..d452918314c 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ApplicationComponent.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ApplicationComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/DemoApplication.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/DemoApplication.java index 72057332ccc..cf4bbe2ca0a 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/DemoApplication.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/DemoApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/DemoApplicationModule.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/DemoApplicationModule.java index 070d2c79d33..25b003cd637 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/DemoApplicationModule.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/DemoApplicationModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/PerActivity.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/PerActivity.java index d54b193e3f4..3346b9c1e5e 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/PerActivity.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/PerActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/ActivityTitleController.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/ActivityTitleController.java index c416c75b38c..786179ce0c5 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/ActivityTitleController.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/ActivityTitleController.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeActivity.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeActivity.java index 1f3bb7002e2..7b6ee9764cc 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeActivity.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeComponent.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeComponent.java index 84d2a427c97..b2050af6287 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeComponent.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeFragment.java b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeFragment.java index 1df2724cbf3..ce894af4976 100644 --- a/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeFragment.java +++ b/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/HomeFragment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-simple/src/main/java/com/example/dagger/simple/AndroidModule.java b/examples/android-simple/src/main/java/com/example/dagger/simple/AndroidModule.java index 18184d164a5..eac1f8096e6 100644 --- a/examples/android-simple/src/main/java/com/example/dagger/simple/AndroidModule.java +++ b/examples/android-simple/src/main/java/com/example/dagger/simple/AndroidModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-simple/src/main/java/com/example/dagger/simple/DemoActivity.java b/examples/android-simple/src/main/java/com/example/dagger/simple/DemoActivity.java index aa09f2d0a12..d7616175a09 100644 --- a/examples/android-simple/src/main/java/com/example/dagger/simple/DemoActivity.java +++ b/examples/android-simple/src/main/java/com/example/dagger/simple/DemoActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-simple/src/main/java/com/example/dagger/simple/DemoApplication.java b/examples/android-simple/src/main/java/com/example/dagger/simple/DemoApplication.java index 55402c65490..470e6d0a2ea 100644 --- a/examples/android-simple/src/main/java/com/example/dagger/simple/DemoApplication.java +++ b/examples/android-simple/src/main/java/com/example/dagger/simple/DemoApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-simple/src/main/java/com/example/dagger/simple/ForApplication.java b/examples/android-simple/src/main/java/com/example/dagger/simple/ForApplication.java index 84d224740d1..ba8778ae034 100644 --- a/examples/android-simple/src/main/java/com/example/dagger/simple/ForApplication.java +++ b/examples/android-simple/src/main/java/com/example/dagger/simple/ForApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/examples/android-simple/src/main/java/com/example/dagger/simple/ui/HomeActivity.java b/examples/android-simple/src/main/java/com/example/dagger/simple/ui/HomeActivity.java index 7e33b8eec02..8363aedfc64 100644 --- a/examples/android-simple/src/main/java/com/example/dagger/simple/ui/HomeActivity.java +++ b/examples/android-simple/src/main/java/com/example/dagger/simple/ui/HomeActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Square, Inc. + * Copyright (C) 2013 The Dagger Authors. * * 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/pom.xml b/pom.xml index 118533d9659..843fcf1fb6d 100644 --- a/pom.xml +++ b/pom.xml @@ -208,24 +208,6 @@ true - - - maven-checkstyle-plugin - 2.10 - - false - true - checkstyle.xml - - - - compile - - checkstyle - - - - diff --git a/producers/src/main/java/dagger/producers/Produced.java b/producers/src/main/java/dagger/producers/Produced.java index 59af1827463..d68411e6bf1 100644 --- a/producers/src/main/java/dagger/producers/Produced.java +++ b/producers/src/main/java/dagger/producers/Produced.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/Producer.java b/producers/src/main/java/dagger/producers/Producer.java index b6103d2729a..5441c42cb5b 100644 --- a/producers/src/main/java/dagger/producers/Producer.java +++ b/producers/src/main/java/dagger/producers/Producer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/ProducerModule.java b/producers/src/main/java/dagger/producers/ProducerModule.java index f383145adce..5d32e88c608 100644 --- a/producers/src/main/java/dagger/producers/ProducerModule.java +++ b/producers/src/main/java/dagger/producers/ProducerModule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/Produces.java b/producers/src/main/java/dagger/producers/Produces.java index 4bd80761834..07681eeb520 100644 --- a/producers/src/main/java/dagger/producers/Produces.java +++ b/producers/src/main/java/dagger/producers/Produces.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/Production.java b/producers/src/main/java/dagger/producers/Production.java index 2ecdec80913..1e303fbfca5 100644 --- a/producers/src/main/java/dagger/producers/Production.java +++ b/producers/src/main/java/dagger/producers/Production.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/ProductionComponent.java b/producers/src/main/java/dagger/producers/ProductionComponent.java index 3640dfe6699..14eb1a98710 100644 --- a/producers/src/main/java/dagger/producers/ProductionComponent.java +++ b/producers/src/main/java/dagger/producers/ProductionComponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/ProductionScope.java b/producers/src/main/java/dagger/producers/ProductionScope.java index 8e3a405d8dd..ac187c37a63 100644 --- a/producers/src/main/java/dagger/producers/ProductionScope.java +++ b/producers/src/main/java/dagger/producers/ProductionScope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/ProductionSubcomponent.java b/producers/src/main/java/dagger/producers/ProductionSubcomponent.java index 1eecca1b329..0ea724088c4 100644 --- a/producers/src/main/java/dagger/producers/ProductionSubcomponent.java +++ b/producers/src/main/java/dagger/producers/ProductionSubcomponent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/internal/AbstractProducer.java b/producers/src/main/java/dagger/producers/internal/AbstractProducer.java index 85a973370a3..6411718fe30 100644 --- a/producers/src/main/java/dagger/producers/internal/AbstractProducer.java +++ b/producers/src/main/java/dagger/producers/internal/AbstractProducer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/internal/MapOfProducedProducer.java b/producers/src/main/java/dagger/producers/internal/MapOfProducedProducer.java index f55194fec13..4205471c83c 100644 --- a/producers/src/main/java/dagger/producers/internal/MapOfProducedProducer.java +++ b/producers/src/main/java/dagger/producers/internal/MapOfProducedProducer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/internal/MapOfProducerProducer.java b/producers/src/main/java/dagger/producers/internal/MapOfProducerProducer.java index 0424a68d530..d7c624f8295 100644 --- a/producers/src/main/java/dagger/producers/internal/MapOfProducerProducer.java +++ b/producers/src/main/java/dagger/producers/internal/MapOfProducerProducer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/internal/MapProducer.java b/producers/src/main/java/dagger/producers/internal/MapProducer.java index 6897959f74e..671b6d39df7 100644 --- a/producers/src/main/java/dagger/producers/internal/MapProducer.java +++ b/producers/src/main/java/dagger/producers/internal/MapProducer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/internal/Producers.java b/producers/src/main/java/dagger/producers/internal/Producers.java index 17e5cb68ace..f0debe977d7 100644 --- a/producers/src/main/java/dagger/producers/internal/Producers.java +++ b/producers/src/main/java/dagger/producers/internal/Producers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/internal/ProductionImplementation.java b/producers/src/main/java/dagger/producers/internal/ProductionImplementation.java index b5cfa927ae7..b79552c0742 100644 --- a/producers/src/main/java/dagger/producers/internal/ProductionImplementation.java +++ b/producers/src/main/java/dagger/producers/internal/ProductionImplementation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/internal/SetOfProducedProducer.java b/producers/src/main/java/dagger/producers/internal/SetOfProducedProducer.java index 39094999382..e1e69346cd0 100644 --- a/producers/src/main/java/dagger/producers/internal/SetOfProducedProducer.java +++ b/producers/src/main/java/dagger/producers/internal/SetOfProducedProducer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/internal/SetProducer.java b/producers/src/main/java/dagger/producers/internal/SetProducer.java index 10e27e60fac..e35daf0b032 100644 --- a/producers/src/main/java/dagger/producers/internal/SetProducer.java +++ b/producers/src/main/java/dagger/producers/internal/SetProducer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/ProducerMonitor.java b/producers/src/main/java/dagger/producers/monitoring/ProducerMonitor.java index 2d2bc8734ae..958a1735dfc 100644 --- a/producers/src/main/java/dagger/producers/monitoring/ProducerMonitor.java +++ b/producers/src/main/java/dagger/producers/monitoring/ProducerMonitor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/ProducerTimingRecorder.java b/producers/src/main/java/dagger/producers/monitoring/ProducerTimingRecorder.java index bdff4a1983a..9dc2cf37569 100644 --- a/producers/src/main/java/dagger/producers/monitoring/ProducerTimingRecorder.java +++ b/producers/src/main/java/dagger/producers/monitoring/ProducerTimingRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/ProducerToken.java b/producers/src/main/java/dagger/producers/monitoring/ProducerToken.java index 311d951a945..9ec4c89d2df 100644 --- a/producers/src/main/java/dagger/producers/monitoring/ProducerToken.java +++ b/producers/src/main/java/dagger/producers/monitoring/ProducerToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/ProductionComponentMonitor.java b/producers/src/main/java/dagger/producers/monitoring/ProductionComponentMonitor.java index 8adebdc1d9a..544e4cc8908 100644 --- a/producers/src/main/java/dagger/producers/monitoring/ProductionComponentMonitor.java +++ b/producers/src/main/java/dagger/producers/monitoring/ProductionComponentMonitor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/ProductionComponentTimingRecorder.java b/producers/src/main/java/dagger/producers/monitoring/ProductionComponentTimingRecorder.java index debe06d9a0b..218cc15ddd2 100644 --- a/producers/src/main/java/dagger/producers/monitoring/ProductionComponentTimingRecorder.java +++ b/producers/src/main/java/dagger/producers/monitoring/ProductionComponentTimingRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/TimingProducerMonitor.java b/producers/src/main/java/dagger/producers/monitoring/TimingProducerMonitor.java index a4bfa17c17a..deae8f8df2e 100644 --- a/producers/src/main/java/dagger/producers/monitoring/TimingProducerMonitor.java +++ b/producers/src/main/java/dagger/producers/monitoring/TimingProducerMonitor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/TimingProductionComponentMonitor.java b/producers/src/main/java/dagger/producers/monitoring/TimingProductionComponentMonitor.java index fcdcb218b25..0e018fbadab 100644 --- a/producers/src/main/java/dagger/producers/monitoring/TimingProductionComponentMonitor.java +++ b/producers/src/main/java/dagger/producers/monitoring/TimingProductionComponentMonitor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/TimingRecorders.java b/producers/src/main/java/dagger/producers/monitoring/TimingRecorders.java index 34016e29f19..1d1e321422c 100644 --- a/producers/src/main/java/dagger/producers/monitoring/TimingRecorders.java +++ b/producers/src/main/java/dagger/producers/monitoring/TimingRecorders.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/internal/Monitors.java b/producers/src/main/java/dagger/producers/monitoring/internal/Monitors.java index b4e28b6af0c..d0ad9441b2e 100644 --- a/producers/src/main/java/dagger/producers/monitoring/internal/Monitors.java +++ b/producers/src/main/java/dagger/producers/monitoring/internal/Monitors.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/monitoring/package-info.java b/producers/src/main/java/dagger/producers/monitoring/package-info.java index d1040870683..b13c81db3dc 100644 --- a/producers/src/main/java/dagger/producers/monitoring/package-info.java +++ b/producers/src/main/java/dagger/producers/monitoring/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/main/java/dagger/producers/package-info.java b/producers/src/main/java/dagger/producers/package-info.java index 8cf2e28b586..ca6bd1aa851 100644 --- a/producers/src/main/java/dagger/producers/package-info.java +++ b/producers/src/main/java/dagger/producers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/ProducedTest.java b/producers/src/test/java/dagger/producers/ProducedTest.java index 165e7301c3b..ed3729e19f3 100644 --- a/producers/src/test/java/dagger/producers/ProducedTest.java +++ b/producers/src/test/java/dagger/producers/ProducedTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/internal/AbstractProducerTest.java b/producers/src/test/java/dagger/producers/internal/AbstractProducerTest.java index 5169a1bc2f5..5bb984f105d 100644 --- a/producers/src/test/java/dagger/producers/internal/AbstractProducerTest.java +++ b/producers/src/test/java/dagger/producers/internal/AbstractProducerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/internal/MapOfProducerProducerTest.java b/producers/src/test/java/dagger/producers/internal/MapOfProducerProducerTest.java index 95d110da424..fe7d0f9d3be 100644 --- a/producers/src/test/java/dagger/producers/internal/MapOfProducerProducerTest.java +++ b/producers/src/test/java/dagger/producers/internal/MapOfProducerProducerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/internal/MapProducerTest.java b/producers/src/test/java/dagger/producers/internal/MapProducerTest.java index 7ede269218e..f44188bc31b 100644 --- a/producers/src/test/java/dagger/producers/internal/MapProducerTest.java +++ b/producers/src/test/java/dagger/producers/internal/MapProducerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Google, Inc. + * Copyright (C) 2016 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/internal/ProducersTest.java b/producers/src/test/java/dagger/producers/internal/ProducersTest.java index d0d4bf326ca..d6f59cd7da1 100644 --- a/producers/src/test/java/dagger/producers/internal/ProducersTest.java +++ b/producers/src/test/java/dagger/producers/internal/ProducersTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/internal/SetOfProducedProducerTest.java b/producers/src/test/java/dagger/producers/internal/SetOfProducedProducerTest.java index e92ef745ed8..c01f8b5ae60 100644 --- a/producers/src/test/java/dagger/producers/internal/SetOfProducedProducerTest.java +++ b/producers/src/test/java/dagger/producers/internal/SetOfProducedProducerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/internal/SetProducerTest.java b/producers/src/test/java/dagger/producers/internal/SetProducerTest.java index 9ad22daf176..c62f9920792 100644 --- a/producers/src/test/java/dagger/producers/internal/SetProducerTest.java +++ b/producers/src/test/java/dagger/producers/internal/SetProducerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google, Inc. + * Copyright (C) 2014 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/monitoring/TimingProductionComponentMonitorTest.java b/producers/src/test/java/dagger/producers/monitoring/TimingProductionComponentMonitorTest.java index bceecf1aa1a..ffb74859181 100644 --- a/producers/src/test/java/dagger/producers/monitoring/TimingProductionComponentMonitorTest.java +++ b/producers/src/test/java/dagger/producers/monitoring/TimingProductionComponentMonitorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/monitoring/TimingRecordersTest.java b/producers/src/test/java/dagger/producers/monitoring/TimingRecordersTest.java index cf54d967013..d4ecd33d4c4 100644 --- a/producers/src/test/java/dagger/producers/monitoring/TimingRecordersTest.java +++ b/producers/src/test/java/dagger/producers/monitoring/TimingRecordersTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * Copyright (C) 2015 The Dagger Authors. * * 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/producers/src/test/java/dagger/producers/monitoring/internal/MonitorsTest.java b/producers/src/test/java/dagger/producers/monitoring/internal/MonitorsTest.java index 31952c334fb..dfdb4226625 100644 --- a/producers/src/test/java/dagger/producers/monitoring/internal/MonitorsTest.java +++ b/producers/src/test/java/dagger/producers/monitoring/internal/MonitorsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google Inc. + * Copyright (C) 2015 The Dagger Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.