Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart McCulloch2016-01-01 13:35:04 +0000
committerStuart McCulloch2016-01-01 13:35:04 +0000
commita93881227ab8d99335371b89cb50e3815f717b28 (patch)
treee14775209dd292cac1658164e976d60d9ee0103c
parent4f6a729c2a4b9f1c67eaefce40999955ef175129 (diff)
downloadorg.eclipse.sisu.inject-a93881227ab8d99335371b89cb50e3815f717b28.tar.gz
org.eclipse.sisu.inject-a93881227ab8d99335371b89cb50e3815f717b28.tar.xz
org.eclipse.sisu.inject-a93881227ab8d99335371b89cb50e3815f717b28.zip
Use 'present' for current year in headers
-rwxr-xr-xbin/perform_milestone.sh4
-rwxr-xr-xbin/perform_release.sh4
-rwxr-xr-xbin/prepare_milestone.sh4
-rwxr-xr-xbin/prepare_release.sh4
-rw-r--r--org.eclipse.sisu.inject.extender/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.sisu.inject.extender/build.properties4
-rw-r--r--org.eclipse.sisu.inject.extender/pom.xml4
-rw-r--r--org.eclipse.sisu.inject.site/category.xml4
-rw-r--r--org.eclipse.sisu.inject.site/pom.xml4
-rw-r--r--org.eclipse.sisu.inject.tests/pom.xml4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/BeanPropertiesTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/DeclaredMembersTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/LifecycleTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/PropertyListenerTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Base.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPackage.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPrivate.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenProtected.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPublic.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPackage.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPrivate.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenProtected.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPublic.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Package.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Private.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Protected.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Public.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPackage.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPrivate.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenProtected.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPublic.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPackage.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPrivate.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenProtected.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPublic.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/DefaultBeanLocatorTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/ImplementationsTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LazyBeanEntryTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LocatedBeansTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LoggingExample.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LogsTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildElementsTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildKeysTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildValuesTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/PriorityTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedBindingsTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedSequenceTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/TypeArgumentsTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/WatchedBeansTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/AssistedTestCase.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom1TestCase.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom2Test.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom3TestCase.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTestCase.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTypes.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/PrivateModuleTestCase.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/RequireBindingsTestCase.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/inject.properties4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BeanWatcherTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BrokenScanningExample.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BundleClassSpaceTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/CachingModuleTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredClassTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredProviderTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/FileEntryIteratorTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedModuleTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedProviderTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedScanningTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedTypesTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ResourceEnumerationTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/URLClassSpaceTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ZipEntryIteratorTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/oops/Handler.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/BeanImportTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryListAdapterTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryMapAdapterTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/FileTypeConverterTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/NamedIterableAdapterTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/ParametersTest.java4
-rw-r--r--org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/URLTypeConverterTest.java4
-rw-r--r--org.eclipse.sisu.inject/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.sisu.inject/build.properties4
-rw-r--r--org.eclipse.sisu.inject/pom.xml4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/BeanEntry.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/Description.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/Dynamic.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/EagerSingleton.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/Hidden.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/Mediator.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/Nullable.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/Parameters.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/Priority.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/Typed.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanBinder.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanInjector.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanLifecycle.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanListener.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanManager.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperties.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperty.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyField.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyIterator.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertySetter.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanScheduler.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/DeclaredMembers.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/IgnoreSetters.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleBuilder.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleManager.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleModule.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinder.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinding.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/package-info.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/AnnotatedSource.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanCache.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanLocator.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingPublisher.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingSubscriber.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultBeanLocator.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultRankingFunction.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredClass.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredProvider.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DescriptionSource.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Guice4.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/HiddenSource.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Implementations.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/ImplicitBindings.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/InjectorBindings.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LazyBeanEntry.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Legacy.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LocatedBeans.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Logs.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentKeys.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentValues.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildElements.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildKeys.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildValues.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MutableBeanLocator.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/PrioritySource.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/QualifyingStrategy.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedBindings.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedSequence.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankingFunction.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Soft.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Sources.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/TypeArguments.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/WatchedBeans.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Weak.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/package-info.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundleModule.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundlePlan.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTest.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTestCase.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/Main.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuBundlePlan.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtender.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtensions.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuTracker.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/package-info.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/BindingTracker.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBinding.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBindings.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/package-info.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractDeferredClass.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractSisuIndex.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AnnotationVisitor.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BeanScanning.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BundleClassSpace.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassFinder.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassSpace.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassVisitor.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/CloningClassSpace.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/DefaultClassFinder.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/FileEntryIterator.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/GlobberStrategy.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/IndexedClassFinder.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/LoadedClass.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/MediationListener.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/NamedClass.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeBinder.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeListener.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeVisitor.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifierCache.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ResourceEnumeration.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndex.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndexAPT6.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceModule.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceScanner.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceVisitor.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/Streams.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/URLClassSpace.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/WildcardKey.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ZipEntryIterator.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/space/package-info.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/AbstractTypeConverter.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/BeanProviders.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ChildWireModule.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyAnalyzer.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyVerifier.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DynamicGlue.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementAnalyzer.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementMerger.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryListAdapter.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryMapAdapter.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntrySetAdapter.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/FileTypeConverter.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/GlueLoader.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/LocatorWiring.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedModule.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedProperties.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/NamedIterableAdapter.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ParameterKeys.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/PlaceholderBeanProvider.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ProviderIterableAdapter.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/StringProperties.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/TypeConverterCache.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/URLTypeConverter.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/WireModule.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/Wiring.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/package-info.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/sonatype/inject/BeanEntry.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/sonatype/inject/BeanScanning.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/sonatype/inject/Description.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/sonatype/inject/EagerSingleton.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/sonatype/inject/Mediator.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/sonatype/inject/Nullable.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/sonatype/inject/Parameters.java4
-rw-r--r--org.eclipse.sisu.inject/src/org/sonatype/inject/package-info.java4
-rw-r--r--pom.xml4
228 files changed, 454 insertions, 454 deletions
diff --git a/bin/perform_milestone.sh b/bin/perform_milestone.sh
index cbdd6bd..4aafbee 100755
--- a/bin/perform_milestone.sh
+++ b/bin/perform_milestone.sh
@@ -1,12 +1,12 @@
#*******************************************************************************
-# Copyright (c) 2010, 2015 Sonatype, Inc.
+# Copyright (c) 2010-present Sonatype, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
#*******************************************************************************
#!/bin/sh
set -e
diff --git a/bin/perform_release.sh b/bin/perform_release.sh
index b4c558e..c54be67 100755
--- a/bin/perform_release.sh
+++ b/bin/perform_release.sh
@@ -1,12 +1,12 @@
#*******************************************************************************
-# Copyright (c) 2010, 2015 Sonatype, Inc.
+# Copyright (c) 2010-present Sonatype, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
#*******************************************************************************
#!/bin/sh
set -e
diff --git a/bin/prepare_milestone.sh b/bin/prepare_milestone.sh
index 1f2bd00..0523cd0 100755
--- a/bin/prepare_milestone.sh
+++ b/bin/prepare_milestone.sh
@@ -1,12 +1,12 @@
#*******************************************************************************
-# Copyright (c) 2010, 2015 Sonatype, Inc.
+# Copyright (c) 2010-present Sonatype, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
#*******************************************************************************
#!/bin/sh
set -e
diff --git a/bin/prepare_release.sh b/bin/prepare_release.sh
index e6bba08..0ee1872 100755
--- a/bin/prepare_release.sh
+++ b/bin/prepare_release.sh
@@ -1,12 +1,12 @@
#*******************************************************************************
-# Copyright (c) 2010, 2015 Sonatype, Inc.
+# Copyright (c) 2010-present Sonatype, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
#*******************************************************************************
#!/bin/sh
set -e
diff --git a/org.eclipse.sisu.inject.extender/META-INF/MANIFEST.MF b/org.eclipse.sisu.inject.extender/META-INF/MANIFEST.MF
index 19ad407..d0cf72a 100644
--- a/org.eclipse.sisu.inject.extender/META-INF/MANIFEST.MF
+++ b/org.eclipse.sisu.inject.extender/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Name: Sisu-Inject Extender (Incubation)
Bundle-Activator: org.eclipse.sisu.launch.SisuExtender
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse Sisu
-Bundle-Copyright: Copyright (c) 2010, 2015 Sonatype, Inc. and others
+Bundle-Copyright: Copyright (c) 2010-present Sonatype, Inc. and others
Bundle-DocURL: http://www.eclipse.org/sisu/
Bundle-License: http://www.eclipse.org/legal/epl-v10.html
Import-Package: org.eclipse.sisu.launch
diff --git a/org.eclipse.sisu.inject.extender/build.properties b/org.eclipse.sisu.inject.extender/build.properties
index 5416d29..9775300 100644
--- a/org.eclipse.sisu.inject.extender/build.properties
+++ b/org.eclipse.sisu.inject.extender/build.properties
@@ -1,12 +1,12 @@
###############################################################################
-# Copyright (c) 2010, 2015 Sonatype, Inc.
+# Copyright (c) 2010-present Sonatype, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
###############################################################################
source.. = src/
output.. = target/classes/
diff --git a/org.eclipse.sisu.inject.extender/pom.xml b/org.eclipse.sisu.inject.extender/pom.xml
index 9607e11..7a16b3c 100644
--- a/org.eclipse.sisu.inject.extender/pom.xml
+++ b/org.eclipse.sisu.inject.extender/pom.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright (c) 2010, 2015 Sonatype, Inc.
+ ~ Copyright (c) 2010-present Sonatype, Inc.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
- ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/org.eclipse.sisu.inject.site/category.xml b/org.eclipse.sisu.inject.site/category.xml
index 96ddb17..6ab2bf4 100644
--- a/org.eclipse.sisu.inject.site/category.xml
+++ b/org.eclipse.sisu.inject.site/category.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright (c) 2010, 2015 Sonatype, Inc.
+ ~ Copyright (c) 2010-present Sonatype, Inc.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
- ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
-->
<site>
diff --git a/org.eclipse.sisu.inject.site/pom.xml b/org.eclipse.sisu.inject.site/pom.xml
index ef8b9fe..0dcd2fb 100644
--- a/org.eclipse.sisu.inject.site/pom.xml
+++ b/org.eclipse.sisu.inject.site/pom.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright (c) 2010, 2015 Sonatype, Inc.
+ ~ Copyright (c) 2010-present Sonatype, Inc.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
- ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/org.eclipse.sisu.inject.tests/pom.xml b/org.eclipse.sisu.inject.tests/pom.xml
index 99218fc..9848fac 100644
--- a/org.eclipse.sisu.inject.tests/pom.xml
+++ b/org.eclipse.sisu.inject.tests/pom.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright (c) 2010, 2015 Sonatype, Inc.
+ ~ Copyright (c) 2010-present Sonatype, Inc.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
- ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/BeanPropertiesTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/BeanPropertiesTest.java
index 701b972..dd3c053 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/BeanPropertiesTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/BeanPropertiesTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/DeclaredMembersTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/DeclaredMembersTest.java
index 545028b..c50afe0 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/DeclaredMembersTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/DeclaredMembersTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/LifecycleTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/LifecycleTest.java
index d27bba0..4606375 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/LifecycleTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/LifecycleTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/PropertyListenerTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/PropertyListenerTest.java
index 6b1c482..d459207 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/PropertyListenerTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/PropertyListenerTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Base.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Base.java
index 433ba7b..4f7de71 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Base.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Base.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPackage.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPackage.java
index bece568..2e5d067 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPackage.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPackage.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPrivate.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPrivate.java
index ebab71a..9fa1d9f 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPrivate.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPrivate.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenProtected.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenProtected.java
index 9df1d2d..d57e20d 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenProtected.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenProtected.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPublic.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPublic.java
index 6b75179..2d7aded 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPublic.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/HiddenPublic.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPackage.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPackage.java
index 0314a0f..5ee9097 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPackage.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPackage.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPrivate.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPrivate.java
index dbf684f..9012166 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPrivate.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPrivate.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenProtected.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenProtected.java
index 1055534..c525c59 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenProtected.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenProtected.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPublic.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPublic.java
index 4945780..9c1f6ac 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPublic.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/OverriddenPublic.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Package.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Package.java
index c549e22..0443935 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Package.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Package.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Private.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Private.java
index 8e3eda3..86c7733 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Private.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Private.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Protected.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Protected.java
index eb0b348..36281b1 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Protected.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Protected.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Public.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Public.java
index f115e96..c7a3c95 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Public.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/alpha/Public.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.alpha;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPackage.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPackage.java
index df30480..391a5cb 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPackage.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPackage.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.beta;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPrivate.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPrivate.java
index ffed091..ab5e3ab 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPrivate.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPrivate.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.beta;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenProtected.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenProtected.java
index 4132dff..7ab34c8 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenProtected.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenProtected.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.beta;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPublic.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPublic.java
index afd9d9c..4c9e38b 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPublic.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/HiddenPublic.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.beta;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPackage.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPackage.java
index 68c289d..38677f0 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPackage.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPackage.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.beta;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPrivate.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPrivate.java
index 7c297c4..ae6e239 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPrivate.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPrivate.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.beta;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenProtected.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenProtected.java
index 1909c53..c108750 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenProtected.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenProtected.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.beta;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPublic.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPublic.java
index 034962f..d9adf1e 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPublic.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/bean/beta/OverriddenPublic.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean.beta;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/DefaultBeanLocatorTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/DefaultBeanLocatorTest.java
index 3b8159b..3215085 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/DefaultBeanLocatorTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/DefaultBeanLocatorTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/ImplementationsTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/ImplementationsTest.java
index b9e98ee..6a3fc4f 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/ImplementationsTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/ImplementationsTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LazyBeanEntryTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LazyBeanEntryTest.java
index c9e7cd5..615db00 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LazyBeanEntryTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LazyBeanEntryTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LocatedBeansTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LocatedBeansTest.java
index 9a34c32..1c60d42 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LocatedBeansTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LocatedBeansTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LoggingExample.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LoggingExample.java
index 9bf9e51..a5bad6a 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LoggingExample.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LoggingExample.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LogsTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LogsTest.java
index 995542c..efe089c 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LogsTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/LogsTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildElementsTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildElementsTest.java
index a09c1db..f0f38fc 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildElementsTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildElementsTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildKeysTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildKeysTest.java
index c5247e2..c717729 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildKeysTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildKeysTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildValuesTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildValuesTest.java
index fde6af5..27c0425 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildValuesTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/MildValuesTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/PriorityTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/PriorityTest.java
index bf9b8ea..3e735f8 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/PriorityTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/PriorityTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedBindingsTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedBindingsTest.java
index 89ba6b2..488f3c9 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedBindingsTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedBindingsTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedSequenceTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedSequenceTest.java
index bba8846..0dae003 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedSequenceTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/RankedSequenceTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/TypeArgumentsTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/TypeArgumentsTest.java
index a2a203f..5ad421c 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/TypeArgumentsTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/TypeArgumentsTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/WatchedBeansTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/WatchedBeansTest.java
index c29c487..5a1afb1 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/WatchedBeansTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/inject/WatchedBeansTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/AssistedTestCase.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/AssistedTestCase.java
index 88129b6..76e8a73 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/AssistedTestCase.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/AssistedTestCase.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom1TestCase.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom1TestCase.java
index 15a6b67..97eb22f 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom1TestCase.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom1TestCase.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom2Test.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom2Test.java
index b6967fd..184eefb 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom2Test.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom2Test.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom3TestCase.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom3TestCase.java
index e1ecc3b..b952a1c 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom3TestCase.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/Custom3TestCase.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTestCase.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTestCase.java
index 0808fbf..0c67948 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTestCase.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTestCase.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTypes.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTypes.java
index 6f6218b..78dd392 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTypes.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/ExampleTypes.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/PrivateModuleTestCase.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/PrivateModuleTestCase.java
index f14718a..7fac93c 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/PrivateModuleTestCase.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/PrivateModuleTestCase.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/RequireBindingsTestCase.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/RequireBindingsTestCase.java
index e237c1e..fd43a50 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/RequireBindingsTestCase.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/RequireBindingsTestCase.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/inject.properties b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/inject.properties
index be1d328..e7123d4 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/inject.properties
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/launch/inject.properties
@@ -1,10 +1,10 @@
###############################################################################
-# Copyright (c) 2010, 2015 Sonatype, Inc.
+# Copyright (c) 2010-present Sonatype, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
###############################################################################
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BeanWatcherTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BeanWatcherTest.java
index 1258bad..49e3c43 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BeanWatcherTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BeanWatcherTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BrokenScanningExample.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BrokenScanningExample.java
index f91576b..6805fc5 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BrokenScanningExample.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BrokenScanningExample.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BundleClassSpaceTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BundleClassSpaceTest.java
index 4b32816..4a16248 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BundleClassSpaceTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/BundleClassSpaceTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/CachingModuleTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/CachingModuleTest.java
index 959d36c..e681790 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/CachingModuleTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/CachingModuleTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredClassTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredClassTest.java
index c0c5a15..65634e4 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredClassTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredClassTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredProviderTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredProviderTest.java
index 247b5c9..a26deed 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredProviderTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/DeferredProviderTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/FileEntryIteratorTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/FileEntryIteratorTest.java
index bc18998..6805452 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/FileEntryIteratorTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/FileEntryIteratorTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedModuleTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedModuleTest.java
index 2d0dbf9..e5557e5 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedModuleTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedModuleTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedProviderTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedProviderTest.java
index c17c514..88e5b9e 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedProviderTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedProviderTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedScanningTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedScanningTest.java
index 0bb9add..59196a3 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedScanningTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedScanningTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedTypesTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedTypesTest.java
index b8bc158..9fb355a 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedTypesTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/QualifiedTypesTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ResourceEnumerationTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ResourceEnumerationTest.java
index 737857d..68394a9 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ResourceEnumerationTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ResourceEnumerationTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/URLClassSpaceTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/URLClassSpaceTest.java
index 8166d78..b6eed3e 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/URLClassSpaceTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/URLClassSpaceTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ZipEntryIteratorTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ZipEntryIteratorTest.java
index d6ea1fe..efad815 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ZipEntryIteratorTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/ZipEntryIteratorTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/oops/Handler.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/oops/Handler.java
index 32fe43e..8126e68 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/oops/Handler.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/space/oops/Handler.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space.oops;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/BeanImportTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/BeanImportTest.java
index 7b9da15..cd25584 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/BeanImportTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/BeanImportTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryListAdapterTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryListAdapterTest.java
index 905c45c..c5b026f 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryListAdapterTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryListAdapterTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryMapAdapterTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryMapAdapterTest.java
index e1c0678..f331b98 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryMapAdapterTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/EntryMapAdapterTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/FileTypeConverterTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/FileTypeConverterTest.java
index 1be7468..e230008 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/FileTypeConverterTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/FileTypeConverterTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/NamedIterableAdapterTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/NamedIterableAdapterTest.java
index ae90982..8df1b72 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/NamedIterableAdapterTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/NamedIterableAdapterTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/ParametersTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/ParametersTest.java
index fe52583..c3ff1e2 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/ParametersTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/ParametersTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/URLTypeConverterTest.java b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/URLTypeConverterTest.java
index f0131ae..955542a 100644
--- a/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/URLTypeConverterTest.java
+++ b/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/URLTypeConverterTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/META-INF/MANIFEST.MF b/org.eclipse.sisu.inject/META-INF/MANIFEST.MF
index 15573c2..8bef848 100644
--- a/org.eclipse.sisu.inject/META-INF/MANIFEST.MF
+++ b/org.eclipse.sisu.inject/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 0.9.0.qualifier
Bundle-Name: Sisu-Inject (Incubation)
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse Sisu
-Bundle-Copyright: Copyright (c) 2010, 2015 Sonatype, Inc. and others
+Bundle-Copyright: Copyright (c) 2010-present Sonatype, Inc. and others
Bundle-DocURL: http://www.eclipse.org/sisu/
Bundle-License: http://www.eclipse.org/legal/epl-v10.html
Import-Package: javax.inject,
diff --git a/org.eclipse.sisu.inject/build.properties b/org.eclipse.sisu.inject/build.properties
index be5752e..ec81eb7 100644
--- a/org.eclipse.sisu.inject/build.properties
+++ b/org.eclipse.sisu.inject/build.properties
@@ -1,12 +1,12 @@
###############################################################################
-# Copyright (c) 2010, 2015 Sonatype, Inc.
+# Copyright (c) 2010-present Sonatype, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+# Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
###############################################################################
source.. = src/
output.. = target/classes/
diff --git a/org.eclipse.sisu.inject/pom.xml b/org.eclipse.sisu.inject/pom.xml
index 5330123..4f93712 100644
--- a/org.eclipse.sisu.inject/pom.xml
+++ b/org.eclipse.sisu.inject/pom.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright (c) 2010, 2015 Sonatype, Inc.
+ ~ Copyright (c) 2010-present Sonatype, Inc.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
- ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/BeanEntry.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/BeanEntry.java
index 5724b70..40d1056 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/BeanEntry.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/BeanEntry.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Description.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Description.java
index 334d4c3..2fc1831 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Description.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Description.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Dynamic.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Dynamic.java
index f763328..ae31bce 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Dynamic.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Dynamic.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/EagerSingleton.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/EagerSingleton.java
index d0e04f7..565e650 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/EagerSingleton.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/EagerSingleton.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Hidden.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Hidden.java
index 73b87cb..f448643 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Hidden.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Hidden.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Mediator.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Mediator.java
index bc15c10..56defa1 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Mediator.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Mediator.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Nullable.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Nullable.java
index 611163b..f33aa71 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Nullable.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Nullable.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Parameters.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Parameters.java
index e67adfb..245ea21 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Parameters.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Parameters.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Priority.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Priority.java
index 1cd2b86..57d6c82 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Priority.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Priority.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Typed.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Typed.java
index 9c13424..0e2c033 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/Typed.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/Typed.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanBinder.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanBinder.java
index 93f6275..fccfbb3 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanBinder.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanBinder.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanInjector.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanInjector.java
index e241b30..c2f194d 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanInjector.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanInjector.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanLifecycle.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanLifecycle.java
index 8af2c28..355de9c 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanLifecycle.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanLifecycle.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanListener.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanListener.java
index 265ebef..bf86e08 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanListener.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanListener.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanManager.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanManager.java
index a69c6f0..314ba8f 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanManager.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanManager.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperties.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperties.java
index d35ca9d..25021c7 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperties.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperties.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperty.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperty.java
index 56dcbe7..144a1a7 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperty.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanProperty.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyField.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyField.java
index bc17fc5..4eafbea 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyField.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyField.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyIterator.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyIterator.java
index 3d83277..921d7b6 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyIterator.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertyIterator.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertySetter.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertySetter.java
index 4a9b11e..58568ba 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertySetter.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanPropertySetter.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanScheduler.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanScheduler.java
index 23ca8c7..1c62882 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanScheduler.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/BeanScheduler.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/DeclaredMembers.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/DeclaredMembers.java
index 16cec12..ca98b2f 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/DeclaredMembers.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/DeclaredMembers.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/IgnoreSetters.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/IgnoreSetters.java
index f70c94f..e39e263 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/IgnoreSetters.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/IgnoreSetters.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleBuilder.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleBuilder.java
index 6e53358..1be4982 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleBuilder.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleBuilder.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleManager.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleManager.java
index d0c1681..b7e0131 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleManager.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleManager.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleModule.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleModule.java
index 1f4ca34..30175d2 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleModule.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/LifecycleModule.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinder.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinder.java
index c1f1225..b01aa92 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinder.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinder.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinding.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinding.java
index a30955a..90f23e4 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinding.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/PropertyBinding.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.bean;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/package-info.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/package-info.java
index 66fa42d..f349433 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/package-info.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/bean/package-info.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
/**
* Customizable injection of bean properties, based on <a href="http://code.google.com/p/google-guice/wiki/CustomInjections">http://code.google.com/p/google-guice/wiki/CustomInjections</a>.
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/AnnotatedSource.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/AnnotatedSource.java
index ee2a496..066d93e 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/AnnotatedSource.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/AnnotatedSource.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanCache.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanCache.java
index bd38f76..25e2c04 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanCache.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanCache.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanLocator.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanLocator.java
index 04b9997..7e38c22 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanLocator.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BeanLocator.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingPublisher.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingPublisher.java
index 889ca2f..593922f 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingPublisher.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingPublisher.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingSubscriber.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingSubscriber.java
index 9ad348a..69671e4 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingSubscriber.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/BindingSubscriber.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultBeanLocator.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultBeanLocator.java
index bb5c374..40b1e0e 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultBeanLocator.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultBeanLocator.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultRankingFunction.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultRankingFunction.java
index 8c72259..1d60278 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultRankingFunction.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DefaultRankingFunction.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredClass.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredClass.java
index 58c34db..c4fdbcf 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredClass.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredClass.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredProvider.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredProvider.java
index 53920e4..739c0db 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredProvider.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DeferredProvider.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DescriptionSource.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DescriptionSource.java
index 2452390..189b892 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DescriptionSource.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/DescriptionSource.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Guice4.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Guice4.java
index 8a3733e..652b537 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Guice4.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Guice4.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/HiddenSource.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/HiddenSource.java
index 318fe8d..560f5be 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/HiddenSource.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/HiddenSource.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Implementations.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Implementations.java
index 523c9b2..e5b51a4 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Implementations.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Implementations.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/ImplicitBindings.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/ImplicitBindings.java
index 6e2367f..a42012e 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/ImplicitBindings.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/ImplicitBindings.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/InjectorBindings.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/InjectorBindings.java
index 7c1dbaf..0dc61a4 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/InjectorBindings.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/InjectorBindings.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LazyBeanEntry.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LazyBeanEntry.java
index a365c0d..1d44e81 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LazyBeanEntry.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LazyBeanEntry.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Legacy.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Legacy.java
index 89911e5..dcceae6 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Legacy.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Legacy.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LocatedBeans.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LocatedBeans.java
index c9aa27a..8eff2b1 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LocatedBeans.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/LocatedBeans.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Logs.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Logs.java
index 8dfd35d..eed5416 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Logs.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Logs.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentKeys.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentKeys.java
index 36aba30..ba57f30 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentKeys.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentKeys.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentValues.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentValues.java
index e2ec3ae..17d0dd3 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentValues.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildConcurrentValues.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildElements.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildElements.java
index 8aeb00c..72b493e 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildElements.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildElements.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildKeys.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildKeys.java
index cc1f517..5eefc2b 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildKeys.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildKeys.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildValues.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildValues.java
index b5662e9..cccee28 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildValues.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MildValues.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MutableBeanLocator.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MutableBeanLocator.java
index 160423e..c6d5590 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MutableBeanLocator.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/MutableBeanLocator.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/PrioritySource.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/PrioritySource.java
index 5b8069e..94943e8 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/PrioritySource.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/PrioritySource.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/QualifyingStrategy.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/QualifyingStrategy.java
index 4830de0..91cafc5 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/QualifyingStrategy.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/QualifyingStrategy.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedBindings.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedBindings.java
index 23aee30..6b3d8d0 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedBindings.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedBindings.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedSequence.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedSequence.java
index 451e65d..d6e9108 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedSequence.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankedSequence.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankingFunction.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankingFunction.java
index a6bc297..df761b0 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankingFunction.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/RankingFunction.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Soft.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Soft.java
index 29cac78..443b2a2 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Soft.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Soft.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Sources.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Sources.java
index 9e3b63e..b9c50ed 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Sources.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Sources.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/TypeArguments.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/TypeArguments.java
index 5ea1a01..d248c05 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/TypeArguments.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/TypeArguments.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/WatchedBeans.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/WatchedBeans.java
index 0be9973..204457a 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/WatchedBeans.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/WatchedBeans.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Weak.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Weak.java
index d879d67..85b41e8 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Weak.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/Weak.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.inject;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/package-info.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/package-info.java
index cc1ad51..68f1265 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/package-info.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/inject/package-info.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
/**
* Dynamic bean lookup across multiple injectors.
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundleModule.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundleModule.java
index c4931ac..00ea154 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundleModule.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundleModule.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundlePlan.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundlePlan.java
index 2eb5c35..eeb3459 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundlePlan.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/BundlePlan.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTest.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTest.java
index 4081aa8..5445083 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTest.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTest.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTestCase.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTestCase.java
index fbf66ad..b02b3d9 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTestCase.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/InjectedTestCase.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/Main.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/Main.java
index 59ca8ab..80e737d 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/Main.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/Main.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuBundlePlan.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuBundlePlan.java
index d2af7a0..31e1719 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuBundlePlan.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuBundlePlan.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtender.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtender.java
index a6a4590..0df00bb 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtender.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtender.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtensions.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtensions.java
index 6e0cbeb..393a8bd 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtensions.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuExtensions.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuTracker.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuTracker.java
index 137c80f..0da5ad7 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuTracker.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/SisuTracker.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.launch;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/package-info.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/package-info.java
index 61d3f5d..c200d54 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/package-info.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/launch/package-info.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
/**
* Utilities to test, launch, and extend Sisu applications.
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/BindingTracker.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/BindingTracker.java
index 60249e3..421fe87 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/BindingTracker.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/BindingTracker.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.osgi;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBinding.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBinding.java
index 76bd5be..e9d17a7 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBinding.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBinding.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.osgi;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBindings.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBindings.java
index 0a5e4c1..1cb1aa8 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBindings.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/osgi/ServiceBindings.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.osgi;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/package-info.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/package-info.java
index 2b88d67..85a2914 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/package-info.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/package-info.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
/**
* Injectable API for Sisu components (a.k.a beans).
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractDeferredClass.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractDeferredClass.java
index 129bb01..e123f22 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractDeferredClass.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractDeferredClass.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractSisuIndex.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractSisuIndex.java
index 561e8bf..bfe9b7a 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractSisuIndex.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractSisuIndex.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AnnotationVisitor.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AnnotationVisitor.java
index aaaab9c..8bd3818 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AnnotationVisitor.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AnnotationVisitor.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BeanScanning.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BeanScanning.java
index c2852a1..113037b 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BeanScanning.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BeanScanning.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BundleClassSpace.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BundleClassSpace.java
index 261b5b8..319cb0b 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BundleClassSpace.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/BundleClassSpace.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassFinder.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassFinder.java
index b8369ff..e83eb52 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassFinder.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassFinder.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassSpace.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassSpace.java
index 5e878ca..88e13c0 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassSpace.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassSpace.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassVisitor.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassVisitor.java
index bec8aa7..89faf6b 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassVisitor.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ClassVisitor.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/CloningClassSpace.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/CloningClassSpace.java
index 2b1c9ed..aea3176 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/CloningClassSpace.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/CloningClassSpace.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/DefaultClassFinder.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/DefaultClassFinder.java
index 8b8a0de..7ef4eaa 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/DefaultClassFinder.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/DefaultClassFinder.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/FileEntryIterator.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/FileEntryIterator.java
index 5ffbc0a..e16e71e 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/FileEntryIterator.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/FileEntryIterator.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/GlobberStrategy.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/GlobberStrategy.java
index 07e995b..7bc6127 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/GlobberStrategy.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/GlobberStrategy.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/IndexedClassFinder.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/IndexedClassFinder.java
index 7ba803e..21839d0 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/IndexedClassFinder.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/IndexedClassFinder.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/LoadedClass.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/LoadedClass.java
index dc8754c..5258043 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/LoadedClass.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/LoadedClass.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/MediationListener.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/MediationListener.java
index e4208d2..36c8a35 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/MediationListener.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/MediationListener.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/NamedClass.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/NamedClass.java
index d7cf99a..bb034c1 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/NamedClass.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/NamedClass.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeBinder.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeBinder.java
index 03b06e6..0b8b53d 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeBinder.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeBinder.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeListener.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeListener.java
index 7135b1a..2ab5e2a 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeListener.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeListener.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeVisitor.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeVisitor.java
index 3256ea6..61b6edf 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeVisitor.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifiedTypeVisitor.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifierCache.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifierCache.java
index 4ae7da7..6140b18 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifierCache.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/QualifierCache.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ResourceEnumeration.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ResourceEnumeration.java
index ec143b8..6ca0bd5 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ResourceEnumeration.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ResourceEnumeration.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndex.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndex.java
index 61470f6..ffd5fdc 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndex.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndex.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndexAPT6.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndexAPT6.java
index 39d00cc..140faba 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndexAPT6.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SisuIndexAPT6.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceModule.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceModule.java
index 4103505..48a4242 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceModule.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceModule.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceScanner.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceScanner.java
index aed2fea..729972a 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceScanner.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceScanner.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceVisitor.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceVisitor.java
index 8de549c..f1c0841 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceVisitor.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/SpaceVisitor.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/Streams.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/Streams.java
index 332dd9c..2362f3d 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/Streams.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/Streams.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/URLClassSpace.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/URLClassSpace.java
index 336e4dc..8206adf 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/URLClassSpace.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/URLClassSpace.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/WildcardKey.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/WildcardKey.java
index d553643..f215f9b 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/WildcardKey.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/WildcardKey.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ZipEntryIterator.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ZipEntryIterator.java
index 961deb4..989bada 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ZipEntryIterator.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/ZipEntryIterator.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.space;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/package-info.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/package-info.java
index 1bb4dd5..2d6d3e1 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/package-info.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/package-info.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
/**
* Customizable scanning of bean implementations.
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/AbstractTypeConverter.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/AbstractTypeConverter.java
index 71b2cf4..090ebd7 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/AbstractTypeConverter.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/AbstractTypeConverter.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/BeanProviders.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/BeanProviders.java
index 02bc42c..f7402ab 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/BeanProviders.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/BeanProviders.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ChildWireModule.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ChildWireModule.java
index 92d5f14..5b2df52 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ChildWireModule.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ChildWireModule.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyAnalyzer.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyAnalyzer.java
index b3cb9e6..9feeafd 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyAnalyzer.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyAnalyzer.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyVerifier.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyVerifier.java
index c515014..df238f5 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyVerifier.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DependencyVerifier.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DynamicGlue.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DynamicGlue.java
index 9c3cbd0..551703c 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DynamicGlue.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/DynamicGlue.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2008, 2015 Stuart McCulloch
+ * Copyright (c) 2008-present Stuart McCulloch
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch - initial API and implementation
+ * Stuart McCulloch - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementAnalyzer.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementAnalyzer.java
index 11783d8..6f6c17d 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementAnalyzer.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementAnalyzer.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementMerger.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementMerger.java
index 5b2ab42..2c251b8 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementMerger.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ElementMerger.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryListAdapter.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryListAdapter.java
index 3522bfa..80a569d 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryListAdapter.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryListAdapter.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryMapAdapter.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryMapAdapter.java
index 5226c3e..f9265c4 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryMapAdapter.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntryMapAdapter.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntrySetAdapter.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntrySetAdapter.java
index a0b6610..104d2ce 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntrySetAdapter.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/EntrySetAdapter.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/FileTypeConverter.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/FileTypeConverter.java
index 9991779..47f6f0a 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/FileTypeConverter.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/FileTypeConverter.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/GlueLoader.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/GlueLoader.java
index 3646cd0..3fc6e80 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/GlueLoader.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/GlueLoader.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2008, 2015 Stuart McCulloch
+ * Copyright (c) 2008-present Stuart McCulloch
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch - initial API and implementation
+ * Stuart McCulloch - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/LocatorWiring.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/LocatorWiring.java
index 1659c6c..012797e 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/LocatorWiring.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/LocatorWiring.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedModule.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedModule.java
index 66f91b2..e4a6c4b 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedModule.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedModule.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedProperties.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedProperties.java
index 608d875..fda35ea 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedProperties.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/MergedProperties.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/NamedIterableAdapter.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/NamedIterableAdapter.java
index 946a5c1..718ada3 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/NamedIterableAdapter.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/NamedIterableAdapter.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ParameterKeys.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ParameterKeys.java
index 638ac5d..34517e3 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ParameterKeys.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ParameterKeys.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/PlaceholderBeanProvider.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/PlaceholderBeanProvider.java
index 50babcd..f73e887 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/PlaceholderBeanProvider.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/PlaceholderBeanProvider.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ProviderIterableAdapter.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ProviderIterableAdapter.java
index edb3128..8d9dac3 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ProviderIterableAdapter.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/ProviderIterableAdapter.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/StringProperties.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/StringProperties.java
index 91fe9ba..df941f9 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/StringProperties.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/StringProperties.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/TypeConverterCache.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/TypeConverterCache.java
index 5e1465b..c1cf749 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/TypeConverterCache.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/TypeConverterCache.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/URLTypeConverter.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/URLTypeConverter.java
index 403aa4b..1cf88af 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/URLTypeConverter.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/URLTypeConverter.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/WireModule.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/WireModule.java
index d6edc9d..65d9cdc 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/WireModule.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/WireModule.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/Wiring.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/Wiring.java
index 3380cbf..5ec5c4a 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/Wiring.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/Wiring.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.eclipse.sisu.wire;
diff --git a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/package-info.java b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/package-info.java
index 2d29a67..f7c121b 100644
--- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/package-info.java
+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/wire/package-info.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
/**
* Customizable wiring of unresolved dependencies. Use this to share components across injectors, apply configuration, and form on-demand collections.
diff --git a/org.eclipse.sisu.inject/src/org/sonatype/inject/BeanEntry.java b/org.eclipse.sisu.inject/src/org/sonatype/inject/BeanEntry.java
index 434220a..9514793 100644
--- a/org.eclipse.sisu.inject/src/org/sonatype/inject/BeanEntry.java
+++ b/org.eclipse.sisu.inject/src/org/sonatype/inject/BeanEntry.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.sonatype.inject;
diff --git a/org.eclipse.sisu.inject/src/org/sonatype/inject/BeanScanning.java b/org.eclipse.sisu.inject/src/org/sonatype/inject/BeanScanning.java
index 1c94d20..4fecc5d 100644
--- a/org.eclipse.sisu.inject/src/org/sonatype/inject/BeanScanning.java
+++ b/org.eclipse.sisu.inject/src/org/sonatype/inject/BeanScanning.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.sonatype.inject;
diff --git a/org.eclipse.sisu.inject/src/org/sonatype/inject/Description.java b/org.eclipse.sisu.inject/src/org/sonatype/inject/Description.java
index 812b9fe..6361531 100644
--- a/org.eclipse.sisu.inject/src/org/sonatype/inject/Description.java
+++ b/org.eclipse.sisu.inject/src/org/sonatype/inject/Description.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.sonatype.inject;
diff --git a/org.eclipse.sisu.inject/src/org/sonatype/inject/EagerSingleton.java b/org.eclipse.sisu.inject/src/org/sonatype/inject/EagerSingleton.java
index 4fee009..8f34477 100644
--- a/org.eclipse.sisu.inject/src/org/sonatype/inject/EagerSingleton.java
+++ b/org.eclipse.sisu.inject/src/org/sonatype/inject/EagerSingleton.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.sonatype.inject;
diff --git a/org.eclipse.sisu.inject/src/org/sonatype/inject/Mediator.java b/org.eclipse.sisu.inject/src/org/sonatype/inject/Mediator.java
index 3694cea..9ead03e 100644
--- a/org.eclipse.sisu.inject/src/org/sonatype/inject/Mediator.java
+++ b/org.eclipse.sisu.inject/src/org/sonatype/inject/Mediator.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.sonatype.inject;
diff --git a/org.eclipse.sisu.inject/src/org/sonatype/inject/Nullable.java b/org.eclipse.sisu.inject/src/org/sonatype/inject/Nullable.java
index b4736bc..01b8b15 100644
--- a/org.eclipse.sisu.inject/src/org/sonatype/inject/Nullable.java
+++ b/org.eclipse.sisu.inject/src/org/sonatype/inject/Nullable.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.sonatype.inject;
diff --git a/org.eclipse.sisu.inject/src/org/sonatype/inject/Parameters.java b/org.eclipse.sisu.inject/src/org/sonatype/inject/Parameters.java
index 326bc99..c19e728 100644
--- a/org.eclipse.sisu.inject/src/org/sonatype/inject/Parameters.java
+++ b/org.eclipse.sisu.inject/src/org/sonatype/inject/Parameters.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
package org.sonatype.inject;
diff --git a/org.eclipse.sisu.inject/src/org/sonatype/inject/package-info.java b/org.eclipse.sisu.inject/src/org/sonatype/inject/package-info.java
index c51a35b..4a56f80 100644
--- a/org.eclipse.sisu.inject/src/org/sonatype/inject/package-info.java
+++ b/org.eclipse.sisu.inject/src/org/sonatype/inject/package-info.java
@@ -1,12 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2010, 2015 Sonatype, Inc.
+ * Copyright (c) 2010-present Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
*******************************************************************************/
/**
* Deprecated; new applications should use {@link org.eclipse.sisu}.
diff --git a/pom.xml b/pom.xml
index a79f9e7..d480793 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright (c) 2010, 2015 Sonatype, Inc.
+ ~ Copyright (c) 2010-present Sonatype, Inc.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
- ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
+ ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

Back to the top