From 058c564d6642ba33c3be92bc898a275a48ab708f Mon Sep 17 00:00:00 2001 From: Andrew Woods Date: Fri, 8 Jul 2016 12:07:41 -0400 Subject: [PATCH] Update source headers to not require annual update (#1062) Update source headers to not require annual update Resolves: https://jira.duraspace.org/browse/FCREPO-2066 --- LICENSE.txt => LICENSE | 14 ++------------ NOTICE | 2 ++ ...ssSecurityServletAuthenticationProvider.java | 10 ++++++---- .../common/ContainerRolesPrincipalProvider.java | 10 ++++++---- .../common/DelegateHeaderPrincipalProvider.java | 10 ++++++---- .../auth/common/FedoraAdminSecurityContext.java | 10 ++++++---- .../common/FedoraAuthorizationDelegate.java | 10 ++++++---- .../auth/common/FedoraUserSecurityContext.java | 10 ++++++---- .../common/HttpHeaderPrincipalProvider.java | 10 ++++++---- .../fcrepo/auth/common/PrincipalProvider.java | 10 ++++++---- .../ServletContainerAuthenticationProvider.java | 10 ++++++---- .../org/fcrepo/auth/common/package-info.java | 10 ++++++---- .../ContainerRolesPrincipalProviderTest.java | 10 ++++++---- .../DelegateHeaderPrincipalProviderTest.java | 10 ++++++---- .../common/FedoraUserSecurityContextTest.java | 10 ++++++---- .../common/HttpHeaderPrincipalProviderTest.java | 10 ++++++---- ...vletContainerAuthenticationProviderTest.java | 10 ++++++---- .../auth/integration/AbstractResourceIT.java | 10 ++++++---- .../ContainerRolesPrincipalProviderIT.java | 10 ++++++---- .../auth/integration/DelegatedUserIT.java | 10 ++++++---- .../auth/integration/FedoraResponseCodesIT.java | 10 ++++++---- .../HttpHeaderPrincipalProviderIT.java | 10 ++++++---- .../ModeShapeHonorsFADResponseIT.java | 10 ++++++---- ...ermitRootAndPathEndsWithPermitSuffixFAD.java | 10 ++++++---- .../auth/integration/RootTestResource.java | 10 ++++++---- .../ExternalJsonSidecarExtraPropertyStore.java | 10 ++++++---- .../file/FedoraFileSystemConnector.java | 10 ++++++---- .../org/fcrepo/connector/file/package-info.java | 10 ++++++---- ...ternalJsonSidecarExtraPropertyStoreTest.java | 10 ++++++---- .../file/FedoraFileSystemConnectorTest.java | 10 ++++++---- .../AbstractFedoraFileSystemConnectorIT.java | 10 ++++++---- ...sicReadWriteFedoraFileSystemConnectorIT.java | 10 ++++++---- ...alPropertiesFedoraFileSystemConnectorIT.java | 10 ++++++---- .../event/serialization/EventSerializer.java | 10 ++++++---- .../event/serialization/JsonLDEventMessage.java | 10 ++++++---- .../event/serialization/JsonLDSerializer.java | 10 ++++++---- .../event/serialization/TurtleSerializer.java | 10 ++++++---- .../event/serialization/FedoraEventTest.java | 10 ++++++---- .../event/serialization/JsonLdEventTest.java | 10 ++++++---- .../http/api/ContentExposingResource.java | 10 ++++++---- .../org/fcrepo/http/api/FedoraBaseResource.java | 10 ++++++---- .../java/org/fcrepo/http/api/FedoraFixity.java | 10 ++++++---- .../http/api/FedoraHttpConfiguration.java | 10 ++++++---- .../java/org/fcrepo/http/api/FedoraLdp.java | 10 ++++++---- .../java/org/fcrepo/http/api/FedoraNodes.java | 10 ++++++---- .../org/fcrepo/http/api/FedoraTombstones.java | 10 ++++++---- .../org/fcrepo/http/api/FedoraTransactions.java | 10 ++++++---- .../org/fcrepo/http/api/FedoraVersioning.java | 10 ++++++---- .../org/fcrepo/http/api/FedoraVersions.java | 10 ++++++---- .../java/org/fcrepo/http/api/ViewAssets.java | 10 ++++++---- .../java/org/fcrepo/http/api/package-info.java | 10 ++++++---- .../api/repository/FedoraRepositoryBackup.java | 10 ++++++---- .../api/repository/FedoraRepositoryRestore.java | 10 ++++++---- .../FedoraRepositoryTransactions.java | 10 ++++++---- .../http/api/repository/package-info.java | 10 ++++++---- .../responses/StreamingBaseHtmlProvider.java | 10 ++++++---- .../api/responses/StreamingHtmlProvider.java | 10 ++++++---- .../fcrepo/http/api/responses/package-info.java | 10 ++++++---- .../fcrepo/http/api/url/HttpApiResources.java | 10 ++++++---- .../org/fcrepo/http/api/url/package-info.java | 10 ++++++---- .../java/org/fcrepo/http/api/FedoraLdpTest.java | 10 ++++++---- .../org/fcrepo/http/api/FedoraNodesTest.java | 10 ++++++---- .../fcrepo/http/api/FedoraTombstonesTest.java | 10 ++++++---- .../fcrepo/http/api/FedoraTransactionsTest.java | 10 ++++++---- .../org/fcrepo/http/api/FedoraVersionsTest.java | 10 ++++++---- .../repository/FedoraRepositoryBackupTest.java | 10 ++++++---- .../repository/FedoraRepositoryRestoreTest.java | 10 ++++++---- .../StreamingBaseHtmlProviderTest.java | 10 ++++++---- .../http/api/url/HttpApiResourcesTest.java | 10 ++++++---- .../http/api/AbstractResourceIT.java | 10 ++++++---- .../integration/http/api/FedoraBackupIT.java | 10 ++++++---- .../http/api/FedoraBackupLevelDBIT.java | 10 ++++++---- .../http/api/FedoraCrudConcurrentIT.java | 10 ++++++---- .../integration/http/api/FedoraFixityIT.java | 10 ++++++---- .../integration/http/api/FedoraHtmlIT.java | 10 ++++++---- .../integration/http/api/FedoraLdpIT.java | 10 ++++++---- .../integration/http/api/FedoraNodesIT.java | 10 ++++++---- .../http/api/FedoraTransactionsIT.java | 10 ++++++---- .../integration/http/api/FedoraVersionsIT.java | 10 ++++++---- .../fcrepo/http/commons/AbstractResource.java | 10 ++++++---- .../fcrepo/http/commons/FedoraApplication.java | 10 ++++++---- .../commons/FedoraContextLoaderListener.java | 10 ++++++---- .../http/commons/api/HttpHeaderInjector.java | 10 ++++++---- .../commons/api/UriAwareHttpHeaderFactory.java | 10 ++++++---- .../fcrepo/http/commons/api/package-info.java | 10 ++++++---- .../commons/api/rdf/HttpResourceConverter.java | 10 ++++++---- .../http/commons/api/rdf/HttpTripleUtil.java | 10 ++++++---- .../http/commons/api/rdf/TripleOrdering.java | 10 ++++++---- .../api/rdf/UriAwareResourceModelFactory.java | 10 ++++++---- .../http/commons/api/rdf/package-info.java | 10 ++++++---- .../org/fcrepo/http/commons/domain/COPY.java | 10 ++++++---- .../http/commons/domain/ContentLocation.java | 10 ++++++---- .../ContentLocationMessageBodyReader.java | 10 ++++++---- .../org/fcrepo/http/commons/domain/MOVE.java | 10 ++++++---- .../fcrepo/http/commons/domain/MultiPrefer.java | 10 ++++++---- .../org/fcrepo/http/commons/domain/PATCH.java | 10 ++++++---- .../fcrepo/http/commons/domain/PreferTag.java | 10 ++++++---- .../http/commons/domain/RDFMediaType.java | 10 ++++++---- .../org/fcrepo/http/commons/domain/Range.java | 10 ++++++---- .../http/commons/domain/SinglePrefer.java | 10 ++++++---- .../http/commons/domain/ldp/LdpPreferTag.java | 10 ++++++---- .../http/commons/domain/ldp/package-info.java | 10 ++++++---- .../http/commons/domain/package-info.java | 10 ++++++---- .../AccessControlExceptionMapper.java | 10 ++++++---- ...ccessControlJavaSecurityExceptionMapper.java | 10 ++++++---- .../AccessDeniedExceptionMapper.java | 10 ++++++---- .../BadRequestExceptionMapper.java | 10 ++++++---- .../ClientErrorExceptionMapper.java | 10 ++++++---- .../ConstraintExceptionMapper.java | 10 ++++++---- .../ConstraintViolationExceptionMapper.java | 10 ++++++---- .../ExceptionDebugLogging.java | 10 ++++++---- .../FedoraInvalidNamespaceExceptionMapper.java | 10 ++++++---- .../HeaderValueExceptionMapper.java | 10 ++++++---- .../IncorrectTripleSubjectExceptionMapper.java | 10 ++++++---- .../InvalidChecksumExceptionMapper.java | 10 ++++++---- .../InvalidPrefixExceptionMapper.java | 10 ++++++---- ...nvalidResourceIdentifierExceptionMapper.java | 10 ++++++---- .../ItemNotFoundExceptionMapper.java | 10 ++++++---- .../JsonParseExceptionMapper.java | 10 ++++++---- .../LabelExistsVersionExceptionMapper.java | 10 ++++++---- .../MalformedRdfExceptionMapper.java | 10 ++++++---- .../OutOfDomainSubjectExceptionMapper.java | 10 ++++++---- .../exceptionhandlers/ParamExceptionMapper.java | 10 ++++++---- .../PathNotFoundExceptionMapper.java | 10 ++++++---- .../QueryParseExceptionMapper.java | 10 ++++++---- .../RepositoryExceptionMapper.java | 10 ++++++---- .../RepositoryRuntimeExceptionMapper.java | 10 ++++++---- ...RepositoryVersionRuntimeExceptionMapper.java | 10 ++++++---- .../ResourceTypeExceptionMapper.java | 10 ++++++---- .../ServerErrorExceptionMapper.java | 10 ++++++---- .../ServerManagedPropertyExceptionMapper.java | 10 ++++++---- .../ServerManagedTypeExceptionMapper.java | 10 ++++++---- .../SessionMissingExceptionMapper.java | 10 ++++++---- .../TombstoneExceptionMapper.java | 10 ++++++---- .../VersionExceptionMapper.java | 10 ++++++---- .../WebApplicationExceptionMapper.java | 10 ++++++---- .../WildcardExceptionMapper.java | 10 ++++++---- .../commons/exceptionhandlers/package-info.java | 10 ++++++---- .../org/fcrepo/http/commons/package-info.java | 10 ++++++---- .../http/commons/responses/HtmlTemplate.java | 10 ++++++---- .../responses/RangeRequestInputStream.java | 10 ++++++---- .../commons/responses/RdfNamespacedStream.java | 10 ++++++---- .../commons/responses/RdfStreamProvider.java | 10 ++++++---- .../responses/RdfStreamStreamingOutput.java | 10 ++++++---- .../http/commons/responses/ViewHelpers.java | 10 ++++++---- .../commons/responses/WriterConfigHelper.java | 10 ++++++---- .../http/commons/responses/package-info.java | 10 ++++++---- .../http/commons/session/SessionFactory.java | 10 ++++++---- .../http/commons/session/SessionProvider.java | 10 ++++++---- .../http/commons/session/package-info.java | 10 ++++++---- .../fcrepo/http/commons/utils/package-info.java | 10 ++++++---- .../http/commons/AbstractResourceTest.java | 10 ++++++---- .../api/rdf/HttpResourceConverterTest.java | 10 ++++++---- .../commons/api/rdf/HttpTripleUtilTest.java | 10 ++++++---- .../ContentLocationMessageBodyReaderTest.java | 10 ++++++---- .../http/commons/domain/MultiPreferTest.java | 10 ++++++---- .../http/commons/domain/PreferTagTest.java | 10 ++++++---- .../fcrepo/http/commons/domain/RangeTest.java | 10 ++++++---- .../http/commons/domain/SinglePreferTest.java | 10 ++++++---- .../commons/domain/ldp/LdpPreferTagTest.java | 10 ++++++---- .../AccessControlExceptionMapperTest.java | 10 ++++++---- ...sControlJavaSecurityExceptionMapperTest.java | 10 ++++++---- .../ConstraintViolationExceptionMapperTest.java | 10 ++++++---- .../InvalidChecksumExceptionMapperTest.java | 10 ++++++---- .../ItemNotFoundExceptionMapperTest.java | 10 ++++++---- .../MalformedRdfExceptionMapperTest.java | 10 ++++++---- .../ParamExceptionMapperTest.java | 10 ++++++---- .../PathNotFoundExceptionMapperTest.java | 10 ++++++---- .../QueryParseExceptionMapperTest.java | 10 ++++++---- .../RepositoryExceptionMapperTest.java | 10 ++++++---- .../RepositoryRuntimeExceptionMapperTest.java | 10 ++++++---- .../TombstoneExceptionMapperTest.java | 10 ++++++---- .../WebApplicationExceptionMapperTest.java | 10 ++++++---- .../WildcardExceptionMapperTest.java | 10 ++++++---- .../responses/RangeRequestInputStreamTest.java | 10 ++++++---- .../responses/RdfStreamProviderTest.java | 10 ++++++---- .../responses/RdfStreamStreamingOutputTest.java | 10 ++++++---- .../http/commons/responses/ViewHelpersTest.java | 10 ++++++---- .../responses/WriterConfigHelperTest.java | 10 ++++++---- .../commons/session/SessionFactoryTest.java | 10 ++++++---- .../commons/session/SessionProviderTest.java | 10 ++++++---- .../commons/test/util/CloseableGraphStore.java | 10 ++++++---- .../commons/test/util/ContainerWrapper.java | 10 ++++++---- .../test/util/SpringContextSingleton.java | 10 ++++++---- .../util/TestAuthenticationRequestFilter.java | 10 ++++++---- .../http/commons/test/util/TestHelpers.java | 10 ++++++---- .../http/commons/webxml/WebAppConfig.java | 10 ++++++---- .../http/commons/webxml/bind/ContextParam.java | 10 ++++++---- .../http/commons/webxml/bind/Describable.java | 10 ++++++---- .../http/commons/webxml/bind/Displayable.java | 10 ++++++---- .../fcrepo/http/commons/webxml/bind/Filter.java | 10 ++++++---- .../http/commons/webxml/bind/FilterMapping.java | 10 ++++++---- .../http/commons/webxml/bind/InitParam.java | 10 ++++++---- .../http/commons/webxml/bind/Listener.java | 10 ++++++---- .../fcrepo/http/commons/webxml/bind/Param.java | 10 ++++++---- .../http/commons/webxml/bind/Servlet.java | 10 ++++++---- .../commons/webxml/bind/ServletMapping.java | 10 ++++++---- .../http/commons/webxml/bind/UrlMappable.java | 10 ++++++---- .../fcrepo/integration/ldp/LdpTestSuiteIT.java | 10 ++++++---- .../rdf/AbstractIntegrationRdfIT.java | 10 ++++++---- .../org/fcrepo/integration/rdf/B3KatIT.java | 10 ++++++---- .../fcrepo/integration/rdf/BibOntologyIT.java | 10 ++++++---- .../org/fcrepo/integration/rdf/BibframeIT.java | 10 ++++++---- .../org/fcrepo/integration/rdf/GeonameIT.java | 10 ++++++---- .../java/org/fcrepo/integration/rdf/LdpIT.java | 10 ++++++---- .../fcrepo/integration/rdf/MiscExamplesIT.java | 10 ++++++---- .../org/fcrepo/integration/rdf/ModsRdfIT.java | 10 ++++++---- .../fcrepo/integration/rdf/MusicOntologyIT.java | 10 ++++++---- .../integration/rdf/OpenAnnotationIT.java | 10 ++++++---- .../java/org/fcrepo/integration/rdf/TgnIT.java | 10 ++++++---- .../java/org/fcrepo/integration/rdf/VivoIT.java | 10 ++++++---- .../integration/rdf/WebAccessControlIT.java | 10 ++++++---- .../org/fcrepo/jms/DefaultMessageFactory.java | 10 ++++++---- .../org/fcrepo/jms/JMSEventMessageFactory.java | 10 ++++++---- .../java/org/fcrepo/jms/JMSTopicPublisher.java | 10 ++++++---- .../main/java/org/fcrepo/jms/package-info.java | 10 ++++++---- .../fcrepo/integration/jms/observer/JmsIT.java | 10 ++++++---- .../fcrepo/jms/DefaultMessageFactoryTest.java | 10 ++++++---- .../org/fcrepo/jms/JMSTopicPublisherTest.java | 10 ++++++---- .../java/org/fcrepo/kernel/api/FedoraTypes.java | 10 ++++++---- .../org/fcrepo/kernel/api/RdfCollectors.java | 10 ++++++---- .../java/org/fcrepo/kernel/api/RdfLexicon.java | 10 ++++++---- .../java/org/fcrepo/kernel/api/RdfStream.java | 10 ++++++---- .../fcrepo/kernel/api/RequiredRdfContext.java | 10 ++++++---- .../java/org/fcrepo/kernel/api/Transaction.java | 10 ++++++---- .../org/fcrepo/kernel/api/TripleCategory.java | 11 ++++++----- .../java/org/fcrepo/kernel/api/TxSession.java | 10 ++++++---- .../api/exception/AccessDeniedException.java | 10 ++++++---- .../exception/ConstraintViolationException.java | 10 ++++++---- .../FedoraInvalidNamespaceException.java | 10 ++++++---- .../IdentifierConversionException.java | 10 ++++++---- .../IncorrectTripleSubjectException.java | 10 ++++++---- .../api/exception/InvalidChecksumException.java | 10 ++++++---- .../api/exception/InvalidPrefixException.java | 10 ++++++---- .../InvalidResourceIdentifierException.java | 10 ++++++---- .../api/exception/MalformedRdfException.java | 10 ++++++---- .../NoSuchPropertyDefinitionException.java | 10 ++++++---- .../exception/OutOfDomainSubjectException.java | 10 ++++++---- .../exception/PathNotFoundRuntimeException.java | 10 ++++++---- .../RepositoryConfigurationException.java | 10 ++++++---- .../exception/RepositoryRuntimeException.java | 10 ++++++---- .../RepositoryVersionRuntimeException.java | 10 ++++++---- .../api/exception/ResourceTypeException.java | 10 ++++++---- .../ServerManagedPropertyException.java | 10 ++++++---- .../exception/ServerManagedTypeException.java | 10 ++++++---- .../api/exception/SessionMissingException.java | 10 ++++++---- .../api/exception/TombstoneException.java | 10 ++++++---- .../kernel/api/exception/package-info.java | 10 ++++++---- .../api/identifiers/IdentifierConverter.java | 10 ++++++---- .../InternalIdentifierConverter.java | 10 ++++++---- .../org/fcrepo/kernel/api/models/Container.java | 10 ++++++---- .../fcrepo/kernel/api/models/FedoraBinary.java | 10 ++++++---- .../kernel/api/models/FedoraResource.java | 10 ++++++---- .../api/models/NonRdfSourceDescription.java | 10 ++++++---- .../org/fcrepo/kernel/api/models/Tombstone.java | 10 ++++++---- .../fcrepo/kernel/api/observer/EventType.java | 10 ++++++---- .../fcrepo/kernel/api/observer/FedoraEvent.java | 10 ++++++---- .../kernel/api/observer/OptionalValues.java | 10 ++++++---- .../org/fcrepo/kernel/api/package-info.java | 10 ++++++---- .../fcrepo/kernel/api/rdf/DefaultRdfStream.java | 10 ++++++---- .../kernel/api/services/BinaryService.java | 10 ++++++---- .../kernel/api/services/ContainerService.java | 10 ++++++---- .../kernel/api/services/CredentialsService.java | 10 ++++++---- .../api/services/ExternalContentService.java | 10 ++++++---- .../kernel/api/services/NamespaceService.java | 10 ++++++---- .../fcrepo/kernel/api/services/NodeService.java | 10 ++++++---- .../kernel/api/services/RepositoryService.java | 10 ++++++---- .../org/fcrepo/kernel/api/services/Service.java | 10 ++++++---- .../kernel/api/services/TransactionService.java | 10 ++++++---- .../kernel/api/services/VersionService.java | 10 ++++++---- .../HierarchicalIdentifierSupplier.java | 10 ++++++---- .../services/functions/UniqueValueSupplier.java | 10 ++++++---- .../api/services/policy/StoragePolicy.java | 10 ++++++---- .../policy/StoragePolicyDecisionPoint.java | 10 ++++++---- .../api/services/policy/package-info.java | 10 ++++++---- .../org/fcrepo/kernel/api/utils/CacheEntry.java | 10 ++++++---- .../fcrepo/kernel/api/utils/ContentDigest.java | 10 ++++++---- .../fcrepo/kernel/api/utils/FixityResult.java | 10 ++++++---- .../kernel/api/utils/GraphDifferencer.java | 10 ++++++---- .../fcrepo/kernel/api/utils/WrappingStream.java | 10 ++++++---- .../fcrepo/kernel/api/utils/package-info.java | 10 ++++++---- .../fcrepo/kernel/api/RdfCollectorsTest.java | 10 ++++++---- .../org/fcrepo/kernel/api/RdfLexiconTest.java | 10 ++++++---- .../kernel/api/observer/EventTypeTest.java | 10 ++++++---- .../kernel/api/rdf/DefaultRdfStreamTest.java | 10 ++++++---- .../kernel/api/utils/ContentDigestTest.java | 10 ++++++---- .../kernel/api/utils/GraphDifferencerTest.java | 10 ++++++---- .../fcrepo/kernel/modeshape/ContainerImpl.java | 10 ++++++---- .../kernel/modeshape/FedoraBinaryImpl.java | 10 ++++++---- .../kernel/modeshape/FedoraJcrConstants.java | 10 ++++++---- .../kernel/modeshape/FedoraResourceImpl.java | 10 ++++++---- .../modeshape/NonRdfSourceDescriptionImpl.java | 10 ++++++---- .../fcrepo/kernel/modeshape/TombstoneImpl.java | 10 ++++++---- .../kernel/modeshape/TransactionImpl.java | 10 ++++++---- .../fcrepo/kernel/modeshape/TxAwareSession.java | 10 ++++++---- .../modeshape/identifiers/HashConverter.java | 10 ++++++---- .../identifiers/HierarchyConverter.java | 10 ++++++---- .../identifiers/NamespaceConverter.java | 10 ++++++---- .../identifiers/NodeResourceConverter.java | 10 ++++++---- .../modeshape/identifiers/package-info.java | 10 ++++++---- .../modeshape/observer/DefaultFilter.java | 10 ++++++---- .../kernel/modeshape/observer/EventFilter.java | 10 ++++++---- .../modeshape/observer/FedoraEventImpl.java | 10 ++++++---- .../modeshape/observer/SimpleObserver.java | 10 ++++++---- .../observer/SuppressByMixinFilter.java | 10 ++++++---- .../eventmappings/AllNodeEventsOneEvent.java | 10 ++++++---- .../InternalExternalEventMapper.java | 10 ++++++---- .../observer/eventmappings/OneToOne.java | 10 ++++++---- .../observer/eventmappings/package-info.java | 10 ++++++---- .../kernel/modeshape/observer/package-info.java | 10 ++++++---- .../fcrepo/kernel/modeshape/package-info.java | 10 ++++++---- .../kernel/modeshape/rdf/JcrRdfTools.java | 10 ++++++---- .../fcrepo/kernel/modeshape/rdf/ManagedRdf.java | 10 ++++++---- .../rdf/converters/PropertyConverter.java | 10 ++++++---- .../rdf/converters/ValueConverter.java | 10 ++++++---- .../modeshape/rdf/impl/AclRdfContext.java | 10 ++++++---- .../modeshape/rdf/impl/ChildrenRdfContext.java | 10 ++++++---- .../modeshape/rdf/impl/ContentRdfContext.java | 10 ++++++---- .../rdf/impl/DefaultIdentifierTranslator.java | 10 ++++++---- .../modeshape/rdf/impl/FixityRdfContext.java | 10 ++++++---- .../modeshape/rdf/impl/HashRdfContext.java | 10 ++++++---- .../rdf/impl/LdpContainerRdfContext.java | 10 ++++++---- .../rdf/impl/LdpIsMemberOfRdfContext.java | 10 ++++++---- .../modeshape/rdf/impl/LdpRdfContext.java | 10 ++++++---- .../modeshape/rdf/impl/NodeRdfContext.java | 10 ++++++---- .../modeshape/rdf/impl/ParentRdfContext.java | 10 ++++++---- .../rdf/impl/PrefixingIdentifierTranslator.java | 10 ++++++---- .../rdf/impl/PropertiesRdfContext.java | 10 ++++++---- .../rdf/impl/ReferencesRdfContext.java | 10 ++++++---- .../modeshape/rdf/impl/RootRdfContext.java | 10 ++++++---- .../rdf/impl/SkolemNodeRdfContext.java | 10 ++++++---- .../modeshape/rdf/impl/TypeRdfContext.java | 10 ++++++---- .../modeshape/rdf/impl/VersionsRdfContext.java | 10 ++++++---- .../impl/mappings/ItemDefinitionToTriples.java | 10 ++++++---- .../impl/mappings/NodeDefinitionToTriples.java | 10 ++++++---- .../mappings/PropertyDefinitionToTriples.java | 10 ++++++---- .../rdf/impl/mappings/PropertyToTriple.java | 10 ++++++---- .../impl/mappings/PropertyValueIterator.java | 10 ++++++---- .../modeshape/services/AbstractService.java | 10 ++++++---- .../modeshape/services/BinaryServiceImpl.java | 10 ++++++---- .../services/ContainerServiceImpl.java | 10 ++++++---- .../services/CredentialsServiceImpl.java | 11 ++++++----- .../services/ExternalContentServiceImpl.java | 10 ++++++---- .../services/NamespaceServiceImpl.java | 10 ++++++---- .../modeshape/services/NodeServiceImpl.java | 10 ++++++---- .../services/RepositoryServiceImpl.java | 10 ++++++---- .../modeshape/services/ServiceHelpers.java | 10 ++++++---- .../services/TransactionServiceImpl.java | 10 ++++++---- .../modeshape/services/VersionServiceImpl.java | 10 ++++++---- .../services/functions/AnyTypesPredicate.java | 10 ++++++---- .../functions/JcrPropertyFunctions.java | 10 ++++++---- .../spring/DefaultPropertiesLoader.java | 10 ++++++---- .../spring/ModeShapeRepositoryFactoryBean.java | 10 ++++++---- .../kernel/modeshape/spring/package-info.java | 10 ++++++---- .../kernel/modeshape/utils/BasicCacheEntry.java | 10 ++++++---- .../modeshape/utils/BinaryCacheEntry.java | 10 ++++++---- .../modeshape/utils/FedoraTypesUtils.java | 10 ++++++---- .../modeshape/utils/FixityInputStream.java | 10 ++++++---- .../modeshape/utils/FixityResultImpl.java | 10 ++++++---- .../utils/JcrPropertyStatementListener.java | 10 ++++++---- .../kernel/modeshape/utils/NamespaceTools.java | 10 ++++++---- .../modeshape/utils/NodePropertiesTools.java | 10 ++++++---- .../modeshape/utils/ProjectedCacheEntry.java | 10 ++++++---- .../utils/PropertyChangedListener.java | 10 ++++++---- .../kernel/modeshape/utils/StreamUtils.java | 10 ++++++---- .../modeshape/utils/UncheckedFunction.java | 10 ++++++---- .../modeshape/utils/UncheckedPredicate.java | 10 ++++++---- .../modeshape/utils/impl/CacheEntryFactory.java | 10 ++++++---- .../utils/iterators/IteratorConsumer.java | 17 +++++++++++++++++ .../iterators/PersistingRdfStreamConsumer.java | 10 ++++++---- .../modeshape/utils/iterators/RdfAdder.java | 10 ++++++---- .../modeshape/utils/iterators/RdfRemover.java | 10 ++++++---- .../utils/iterators/RdfStreamConsumer.java | 10 ++++++---- .../kernel/modeshape/AbstractIT.java | 10 ++++++---- .../kernel/modeshape/ContainerImplIT.java | 10 ++++++---- .../kernel/modeshape/FedoraBinaryImplIT.java | 10 ++++++---- .../kernel/modeshape/FedoraResourceImplIT.java | 10 ++++++---- .../kernel/modeshape/TombstoneImplIT.java | 10 ++++++---- .../modeshape/observer/SimpleObserverIT.java | 10 ++++++---- .../observer/SuppressByMixinFilterIT.java | 10 ++++++---- .../modeshape/services/BinaryServiceImplIT.java | 10 ++++++---- .../modeshape/services/NodeServiceImplIT.java | 10 ++++++---- .../services/RepositoryServiceImplIT.java | 10 ++++++---- .../services/TransactionServiceImplIT.java | 10 ++++++---- .../services/VersionServiceImplIT.java | 10 ++++++---- .../kernel/modeshape/ContainerImplTest.java | 10 ++++++---- .../kernel/modeshape/DummyURIResource.java | 10 ++++++---- .../kernel/modeshape/FedoraBinaryImplTest.java | 10 ++++++---- .../modeshape/FedoraResourceImplTest.java | 10 ++++++---- .../NonRdfSourceDescriptionImplTest.java | 10 ++++++---- .../kernel/modeshape/TombstoneImplTest.java | 10 ++++++---- .../kernel/modeshape/TransactionImplTest.java | 10 ++++++---- .../kernel/modeshape/TxAwareSessionTest.java | 10 ++++++---- .../identifiers/HashConverterTest.java | 10 ++++++---- .../identifiers/HierarchyConverterTest.java | 10 ++++++---- .../identifiers/NamespaceConverterTest.java | 10 ++++++---- .../identifiers/NodeResourceConverterTest.java | 10 ++++++---- .../modeshape/observer/DefaultFilterTest.java | 10 ++++++---- .../modeshape/observer/FedoraEventImplTest.java | 10 ++++++---- .../modeshape/observer/SimpleObserverTest.java | 10 ++++++---- .../observer/SuppressByMixinFilterTest.java | 10 ++++++---- .../AllNodeEventsOneEventTest.java | 10 ++++++---- .../observer/eventmappings/OneToOneTest.java | 10 ++++++---- .../kernel/modeshape/rdf/JcrRdfToolsTest.java | 10 ++++++---- .../rdf/converters/PropertyConverterTest.java | 10 ++++++---- .../rdf/converters/ValueConverterTest.java | 10 ++++++---- .../modeshape/rdf/impl/AclRdfContextTest.java | 10 ++++++---- .../rdf/impl/ChildrenRdfContextTest.java | 10 ++++++---- .../rdf/impl/ContentRdfContextTest.java | 10 ++++++---- .../rdf/impl/DefaultGraphSubjectsTest.java | 10 ++++++---- .../impl/DefaultIdentifierTranslatorTest.java | 10 ++++++---- .../modeshape/rdf/impl/HashRdfContextTest.java | 10 ++++++---- .../rdf/impl/LdpContainerRdfContextTest.java | 10 ++++++---- .../rdf/impl/LdpIsMemberOfRdfContextTest.java | 10 ++++++---- .../modeshape/rdf/impl/LdpRdfContextTest.java | 10 ++++++---- .../impl/PrefixingIdentifierTranslatorTest.java | 10 ++++++---- .../rdf/impl/PropertiesRdfContextTest.java | 10 ++++++---- .../rdf/impl/ReferencesRdfContextTest.java | 10 ++++++---- .../rdf/impl/SkolemNodeRdfContextTest.java | 10 ++++++---- .../modeshape/rdf/impl/TypeRdfContextTest.java | 10 ++++++---- .../mappings/ItemDefinitionToTriplesTest.java | 10 ++++++---- .../rdf/impl/mappings/PropertyToTripleTest.java | 10 ++++++---- .../mappings/PropertyValueIteratorTest.java | 10 ++++++---- .../services/BinaryServiceImplTest.java | 10 ++++++---- .../services/ContainerServiceImplTest.java | 10 ++++++---- .../ExternalContentServiceImplTest.java | 10 ++++++---- .../modeshape/services/NodeServiceImplTest.java | 10 ++++++---- .../services/RepositoryServiceImplTest.java | 10 ++++++---- .../services/TransactionServiceImplTest.java | 10 ++++++---- .../services/VersionServiceImplTest.java | 10 ++++++---- .../spring/DefaultPropertiesLoaderTest.java | 10 ++++++---- .../ModeShapeRepositoryFactoryBeanTest.java | 10 ++++++---- .../testutilities/TestNodeIterator.java | 10 ++++++---- .../testutilities/TestPropertyIterator.java | 10 ++++++---- .../testutilities/TestTriplesContext.java | 10 ++++++---- .../modeshape/utils/BinaryCacheEntryTest.java | 10 ++++++---- .../modeshape/utils/FedoraTypesUtilsTest.java | 10 ++++++---- .../modeshape/utils/FixityInputStreamTest.java | 10 ++++++---- .../modeshape/utils/FixityResultImplTest.java | 10 ++++++---- .../kernel/modeshape/utils/JcrPropertyMock.java | 10 ++++++---- .../utils/JcrPropertyStatementListenerTest.java | 10 ++++++---- .../modeshape/utils/NamespaceToolsTest.java | 10 ++++++---- .../utils/NodePropertiesToolsTest.java | 10 ++++++---- .../utils/ProjectedCacheEntryTest.java | 10 ++++++---- .../utils/PropertyChangedListenerTest.java | 10 ++++++---- .../kernel/modeshape/utils/TestHelpers.java | 10 ++++++---- .../utils/iterators/ManagedRdfTest.java | 10 ++++++---- .../PersistingRdfStreamConsumerTest.java | 10 ++++++---- .../modeshape/utils/iterators/RdfAdderTest.java | 10 ++++++---- .../utils/iterators/RdfRemoverTest.java | 10 ++++++---- .../java/org/fcrepo/metrics/MetricsConfig.java | 10 ++++++---- .../fcrepo/metrics/MetricsContextListener.java | 10 ++++++---- .../org/fcrepo/metrics/RegistryService.java | 10 ++++++---- .../org/fcrepo/metrics/ReporterFactory.java | 10 ++++++---- .../java/org/fcrepo/metrics/package-info.java | 10 ++++++---- .../org/fcrepo/services/MetricsServiceTest.java | 10 ++++++---- .../fcrepo/services/ReporterFactoryTest.java | 10 ++++++---- fcrepo-parent/pom.xml | 2 +- .../fcrepo/integration/AbstractResourceIT.java | 10 ++++++---- .../integration/FedoraHtmlResponsesIT.java | 10 ++++++---- .../org/fcrepo/integration/SanityCheckIT.java | 10 ++++++---- .../fcrepo/webapp/ConstraintExceptionsTest.java | 10 ++++++---- 462 files changed, 2770 insertions(+), 1847 deletions(-) rename LICENSE.txt => LICENSE (94%) create mode 100644 NOTICE diff --git a/LICENSE.txt b/LICENSE similarity index 94% rename from LICENSE.txt rename to LICENSE index 016c187783..24611b3142 100644 --- a/LICENSE.txt +++ b/LICENSE @@ -175,18 +175,8 @@ END OF TERMS AND CONDITIONS - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2016 DuraSpace +----------------------------------------------------------------------- + Copyright 2013-2016 DuraSpace Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000000..f6c8484fe0 --- /dev/null +++ b/NOTICE @@ -0,0 +1,2 @@ +Fedora Repository +Copyright 2013-2016 DuraSpace diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/BypassSecurityServletAuthenticationProvider.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/BypassSecurityServletAuthenticationProvider.java index 8e47f20ed1..2e1945d49b 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/BypassSecurityServletAuthenticationProvider.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/BypassSecurityServletAuthenticationProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/ContainerRolesPrincipalProvider.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/ContainerRolesPrincipalProvider.java index a488697302..0d77d655b6 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/ContainerRolesPrincipalProvider.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/ContainerRolesPrincipalProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/DelegateHeaderPrincipalProvider.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/DelegateHeaderPrincipalProvider.java index 1a6a3c3a65..29b433b886 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/DelegateHeaderPrincipalProvider.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/DelegateHeaderPrincipalProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraAdminSecurityContext.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraAdminSecurityContext.java index 3712889ff5..5bc09935b9 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraAdminSecurityContext.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraAdminSecurityContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraAuthorizationDelegate.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraAuthorizationDelegate.java index 4066a89322..4ca6747d76 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraAuthorizationDelegate.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraAuthorizationDelegate.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraUserSecurityContext.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraUserSecurityContext.java index 28904891fc..4a44ed72a1 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraUserSecurityContext.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/FedoraUserSecurityContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/HttpHeaderPrincipalProvider.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/HttpHeaderPrincipalProvider.java index 7f8a6088f3..085204e581 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/HttpHeaderPrincipalProvider.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/HttpHeaderPrincipalProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/PrincipalProvider.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/PrincipalProvider.java index eb4f3802d2..4ee5458ee7 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/PrincipalProvider.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/PrincipalProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/ServletContainerAuthenticationProvider.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/ServletContainerAuthenticationProvider.java index 418095e8ee..350fde5c01 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/ServletContainerAuthenticationProvider.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/ServletContainerAuthenticationProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/package-info.java b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/package-info.java index 19bebbac9c..f25e163dd3 100644 --- a/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/package-info.java +++ b/fcrepo-auth-common/src/main/java/org/fcrepo/auth/common/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/ContainerRolesPrincipalProviderTest.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/ContainerRolesPrincipalProviderTest.java index c94a653e66..5b2b9ae994 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/ContainerRolesPrincipalProviderTest.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/ContainerRolesPrincipalProviderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/DelegateHeaderPrincipalProviderTest.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/DelegateHeaderPrincipalProviderTest.java index dda5d92db6..f8ed708312 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/DelegateHeaderPrincipalProviderTest.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/DelegateHeaderPrincipalProviderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/FedoraUserSecurityContextTest.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/FedoraUserSecurityContextTest.java index aeef58239d..afe73ea48d 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/FedoraUserSecurityContextTest.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/FedoraUserSecurityContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/HttpHeaderPrincipalProviderTest.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/HttpHeaderPrincipalProviderTest.java index 70b02f0f4f..fac1f8f95f 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/HttpHeaderPrincipalProviderTest.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/HttpHeaderPrincipalProviderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/ServletContainerAuthenticationProviderTest.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/ServletContainerAuthenticationProviderTest.java index f20dc5737d..2b14436775 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/ServletContainerAuthenticationProviderTest.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/common/ServletContainerAuthenticationProviderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/AbstractResourceIT.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/AbstractResourceIT.java index f4ad2565f3..bd0e2d4ae8 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/AbstractResourceIT.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/AbstractResourceIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/ContainerRolesPrincipalProviderIT.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/ContainerRolesPrincipalProviderIT.java index e3c2fd31e4..3417b1c586 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/ContainerRolesPrincipalProviderIT.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/ContainerRolesPrincipalProviderIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/DelegatedUserIT.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/DelegatedUserIT.java index 1dc514dc74..899a46a960 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/DelegatedUserIT.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/DelegatedUserIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/FedoraResponseCodesIT.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/FedoraResponseCodesIT.java index a8988807a8..6e5bec0c69 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/FedoraResponseCodesIT.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/FedoraResponseCodesIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/HttpHeaderPrincipalProviderIT.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/HttpHeaderPrincipalProviderIT.java index b156f84ac1..dca67f3427 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/HttpHeaderPrincipalProviderIT.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/HttpHeaderPrincipalProviderIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/ModeShapeHonorsFADResponseIT.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/ModeShapeHonorsFADResponseIT.java index ab680457a4..4eef41955d 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/ModeShapeHonorsFADResponseIT.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/ModeShapeHonorsFADResponseIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/PermitRootAndPathEndsWithPermitSuffixFAD.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/PermitRootAndPathEndsWithPermitSuffixFAD.java index 2d00cb8831..e352d89dd7 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/PermitRootAndPathEndsWithPermitSuffixFAD.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/PermitRootAndPathEndsWithPermitSuffixFAD.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/RootTestResource.java b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/RootTestResource.java index c1d152f20c..a01a8f24d7 100644 --- a/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/RootTestResource.java +++ b/fcrepo-auth-common/src/test/java/org/fcrepo/auth/integration/RootTestResource.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/ExternalJsonSidecarExtraPropertyStore.java b/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/ExternalJsonSidecarExtraPropertyStore.java index 24aa070843..486cd9c5ca 100644 --- a/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/ExternalJsonSidecarExtraPropertyStore.java +++ b/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/ExternalJsonSidecarExtraPropertyStore.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/FedoraFileSystemConnector.java b/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/FedoraFileSystemConnector.java index a592d4732d..4f9cc7638b 100644 --- a/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/FedoraFileSystemConnector.java +++ b/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/FedoraFileSystemConnector.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/package-info.java b/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/package-info.java index c0b2c33251..9fd64b5b92 100644 --- a/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/package-info.java +++ b/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-connector-file/src/test/java/org/fcrepo/connector/file/ExternalJsonSidecarExtraPropertyStoreTest.java b/fcrepo-connector-file/src/test/java/org/fcrepo/connector/file/ExternalJsonSidecarExtraPropertyStoreTest.java index 597ab3fd0a..0f0ba4a910 100644 --- a/fcrepo-connector-file/src/test/java/org/fcrepo/connector/file/ExternalJsonSidecarExtraPropertyStoreTest.java +++ b/fcrepo-connector-file/src/test/java/org/fcrepo/connector/file/ExternalJsonSidecarExtraPropertyStoreTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-connector-file/src/test/java/org/fcrepo/connector/file/FedoraFileSystemConnectorTest.java b/fcrepo-connector-file/src/test/java/org/fcrepo/connector/file/FedoraFileSystemConnectorTest.java index 1041888aa5..0170b1b58d 100644 --- a/fcrepo-connector-file/src/test/java/org/fcrepo/connector/file/FedoraFileSystemConnectorTest.java +++ b/fcrepo-connector-file/src/test/java/org/fcrepo/connector/file/FedoraFileSystemConnectorTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/AbstractFedoraFileSystemConnectorIT.java b/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/AbstractFedoraFileSystemConnectorIT.java index 25ae7b1cbb..2fe7246c48 100644 --- a/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/AbstractFedoraFileSystemConnectorIT.java +++ b/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/AbstractFedoraFileSystemConnectorIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/BasicReadWriteFedoraFileSystemConnectorIT.java b/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/BasicReadWriteFedoraFileSystemConnectorIT.java index f6478fa6d8..082fa006c5 100644 --- a/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/BasicReadWriteFedoraFileSystemConnectorIT.java +++ b/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/BasicReadWriteFedoraFileSystemConnectorIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/ReadOnlyExternalPropertiesFedoraFileSystemConnectorIT.java b/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/ReadOnlyExternalPropertiesFedoraFileSystemConnectorIT.java index b5940b358e..019359dd44 100644 --- a/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/ReadOnlyExternalPropertiesFedoraFileSystemConnectorIT.java +++ b/fcrepo-connector-file/src/test/java/org/fcrepo/integration/connector/file/ReadOnlyExternalPropertiesFedoraFileSystemConnectorIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/EventSerializer.java b/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/EventSerializer.java index 87c84bdc77..d3ad3c93ab 100644 --- a/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/EventSerializer.java +++ b/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/EventSerializer.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/JsonLDEventMessage.java b/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/JsonLDEventMessage.java index e25ae974c0..ba37339f81 100644 --- a/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/JsonLDEventMessage.java +++ b/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/JsonLDEventMessage.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/JsonLDSerializer.java b/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/JsonLDSerializer.java index 7693d11cad..6f78842673 100644 --- a/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/JsonLDSerializer.java +++ b/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/JsonLDSerializer.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/TurtleSerializer.java b/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/TurtleSerializer.java index 80af24c4bf..46e02497fa 100644 --- a/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/TurtleSerializer.java +++ b/fcrepo-event-serialization/src/main/java/org/fcrepo/event/serialization/TurtleSerializer.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-event-serialization/src/test/java/org/fcrepo/event/serialization/FedoraEventTest.java b/fcrepo-event-serialization/src/test/java/org/fcrepo/event/serialization/FedoraEventTest.java index 7d8ceec1c4..cc082b21ed 100644 --- a/fcrepo-event-serialization/src/test/java/org/fcrepo/event/serialization/FedoraEventTest.java +++ b/fcrepo-event-serialization/src/test/java/org/fcrepo/event/serialization/FedoraEventTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-event-serialization/src/test/java/org/fcrepo/event/serialization/JsonLdEventTest.java b/fcrepo-event-serialization/src/test/java/org/fcrepo/event/serialization/JsonLdEventTest.java index e94d7d332f..c3955bc160 100644 --- a/fcrepo-event-serialization/src/test/java/org/fcrepo/event/serialization/JsonLdEventTest.java +++ b/fcrepo-event-serialization/src/test/java/org/fcrepo/event/serialization/JsonLdEventTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/ContentExposingResource.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/ContentExposingResource.java index a119e36e9e..06747ebaf0 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/ContentExposingResource.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/ContentExposingResource.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraBaseResource.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraBaseResource.java index e47fb8299e..f8f0058ebc 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraBaseResource.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraBaseResource.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraFixity.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraFixity.java index 53682780a0..a8beddf846 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraFixity.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraFixity.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraHttpConfiguration.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraHttpConfiguration.java index 974c9c2503..1296abf5e7 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraHttpConfiguration.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraHttpConfiguration.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraLdp.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraLdp.java index 9898bb13f4..f2c7bada66 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraLdp.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraLdp.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraNodes.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraNodes.java index dcce6827fb..697fd0306e 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraNodes.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraNodes.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraTombstones.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraTombstones.java index b46ff8e7ee..d35312e707 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraTombstones.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraTombstones.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraTransactions.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraTransactions.java index db417ac403..bdc99c1f90 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraTransactions.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraTransactions.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraVersioning.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraVersioning.java index fb56fc8380..c4bf66ccc4 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraVersioning.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraVersioning.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraVersions.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraVersions.java index a76f269f25..fbc69356f0 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraVersions.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/FedoraVersions.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/ViewAssets.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/ViewAssets.java index 52a292b0a1..5a6c4af7b9 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/ViewAssets.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/ViewAssets.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/package-info.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/package-info.java index 86a29165c3..e128e58cd3 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/package-info.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryBackup.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryBackup.java index 51f2e2176a..77320c8dee 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryBackup.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryBackup.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryRestore.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryRestore.java index 7b0b8c31ae..68dcce07cc 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryRestore.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryRestore.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryTransactions.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryTransactions.java index 2f77b0d4d3..16dd3a42e6 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryTransactions.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/FedoraRepositoryTransactions.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/package-info.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/package-info.java index 66515c850d..eac049aa82 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/package-info.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/repository/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/StreamingBaseHtmlProvider.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/StreamingBaseHtmlProvider.java index ede262280a..11c2f8ecef 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/StreamingBaseHtmlProvider.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/StreamingBaseHtmlProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/StreamingHtmlProvider.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/StreamingHtmlProvider.java index 1dca500885..009c8a652a 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/StreamingHtmlProvider.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/StreamingHtmlProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/package-info.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/package-info.java index 4c4a8a3da6..08a79ac615 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/package-info.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/responses/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/url/HttpApiResources.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/url/HttpApiResources.java index 96f98ea880..94fa4618c9 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/url/HttpApiResources.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/url/HttpApiResources.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/url/package-info.java b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/url/package-info.java index ddea266415..01f060bfdd 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/http/api/url/package-info.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/http/api/url/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraLdpTest.java b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraLdpTest.java index 371794ee8a..39caf7688d 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraLdpTest.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraLdpTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraNodesTest.java b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraNodesTest.java index 26de042f4e..cca0492675 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraNodesTest.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraNodesTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraTombstonesTest.java b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraTombstonesTest.java index ba4893a329..eea4db88d2 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraTombstonesTest.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraTombstonesTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraTransactionsTest.java b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraTransactionsTest.java index b53367e1a3..9c69f2e997 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraTransactionsTest.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraTransactionsTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraVersionsTest.java b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraVersionsTest.java index d7204e47c5..363cff9b58 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraVersionsTest.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/FedoraVersionsTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/repository/FedoraRepositoryBackupTest.java b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/repository/FedoraRepositoryBackupTest.java index 9ea82e965d..d1e99d6d1f 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/repository/FedoraRepositoryBackupTest.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/repository/FedoraRepositoryBackupTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/repository/FedoraRepositoryRestoreTest.java b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/repository/FedoraRepositoryRestoreTest.java index 48f027543e..a9907efce0 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/repository/FedoraRepositoryRestoreTest.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/repository/FedoraRepositoryRestoreTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/responses/StreamingBaseHtmlProviderTest.java b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/responses/StreamingBaseHtmlProviderTest.java index 76f02087dc..e6af07477c 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/responses/StreamingBaseHtmlProviderTest.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/responses/StreamingBaseHtmlProviderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/url/HttpApiResourcesTest.java b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/url/HttpApiResourcesTest.java index 3be183dc03..4b336ceb44 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/http/api/url/HttpApiResourcesTest.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/http/api/url/HttpApiResourcesTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/AbstractResourceIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/AbstractResourceIT.java index 133fed7963..e0300e50c0 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/AbstractResourceIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/AbstractResourceIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraBackupIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraBackupIT.java index abe8dc9d16..56f70db3a7 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraBackupIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraBackupIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraBackupLevelDBIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraBackupLevelDBIT.java index 32dae7d674..2e528e6e0b 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraBackupLevelDBIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraBackupLevelDBIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraCrudConcurrentIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraCrudConcurrentIT.java index 7b6da1c259..d74d0f596f 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraCrudConcurrentIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraCrudConcurrentIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraFixityIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraFixityIT.java index 5f82ccd492..7303841da2 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraFixityIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraFixityIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraHtmlIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraHtmlIT.java index d133457af1..9d1cf4750a 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraHtmlIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraHtmlIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraLdpIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraLdpIT.java index 388fb84095..bdf5f6f1fa 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraLdpIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraLdpIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraNodesIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraNodesIT.java index 7d05f256dd..3bda0015a9 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraNodesIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraNodesIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraTransactionsIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraTransactionsIT.java index 5802ab8404..298ae64d36 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraTransactionsIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraTransactionsIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraVersionsIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraVersionsIT.java index e9226be081..c5b62a09bc 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraVersionsIT.java +++ b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraVersionsIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/AbstractResource.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/AbstractResource.java index 1cd25dcc96..bbb5f2ade5 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/AbstractResource.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/AbstractResource.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/FedoraApplication.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/FedoraApplication.java index df4a0e741e..75068f7a0a 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/FedoraApplication.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/FedoraApplication.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/FedoraContextLoaderListener.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/FedoraContextLoaderListener.java index 3517e3e294..7cb0014620 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/FedoraContextLoaderListener.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/FedoraContextLoaderListener.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/HttpHeaderInjector.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/HttpHeaderInjector.java index 3ac52cf69a..dfbfa935ed 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/HttpHeaderInjector.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/HttpHeaderInjector.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/UriAwareHttpHeaderFactory.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/UriAwareHttpHeaderFactory.java index 3a9ff5a88f..06db65ae14 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/UriAwareHttpHeaderFactory.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/UriAwareHttpHeaderFactory.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/package-info.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/package-info.java index 931e0d45de..9005148071 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/package-info.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/HttpResourceConverter.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/HttpResourceConverter.java index b601b51963..42ec76b372 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/HttpResourceConverter.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/HttpResourceConverter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/HttpTripleUtil.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/HttpTripleUtil.java index 7bbafd4ef5..ab05a6dddf 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/HttpTripleUtil.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/HttpTripleUtil.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/TripleOrdering.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/TripleOrdering.java index d994c79b6d..7d37b29598 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/TripleOrdering.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/TripleOrdering.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/UriAwareResourceModelFactory.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/UriAwareResourceModelFactory.java index 01c6f26719..77af3dee26 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/UriAwareResourceModelFactory.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/UriAwareResourceModelFactory.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/package-info.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/package-info.java index ea49b47cc6..3db04ae581 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/package-info.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/api/rdf/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/COPY.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/COPY.java index b33af1e1b2..b7b54b9cb3 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/COPY.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/COPY.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ContentLocation.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ContentLocation.java index 4e3a8b755d..1e8fd073d8 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ContentLocation.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ContentLocation.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ContentLocationMessageBodyReader.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ContentLocationMessageBodyReader.java index 1f8d0a0e1e..a3410cc72f 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ContentLocationMessageBodyReader.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ContentLocationMessageBodyReader.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/MOVE.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/MOVE.java index f7083234c5..6587883841 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/MOVE.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/MOVE.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/MultiPrefer.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/MultiPrefer.java index 38e1488e31..8cb910c6f2 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/MultiPrefer.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/MultiPrefer.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/PATCH.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/PATCH.java index 6d8d3c19a8..8c7b224f2e 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/PATCH.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/PATCH.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/PreferTag.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/PreferTag.java index 177ac06b09..10edfddf28 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/PreferTag.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/PreferTag.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/RDFMediaType.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/RDFMediaType.java index 5576352e4a..981c3062f1 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/RDFMediaType.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/RDFMediaType.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/Range.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/Range.java index 557551b7ac..4fa979fbd1 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/Range.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/Range.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/SinglePrefer.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/SinglePrefer.java index 42ca53e6cb..b6ff629291 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/SinglePrefer.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/SinglePrefer.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ldp/LdpPreferTag.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ldp/LdpPreferTag.java index 734b7f7008..a0ea5db7f3 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ldp/LdpPreferTag.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ldp/LdpPreferTag.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ldp/package-info.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ldp/package-info.java index 4f7ab4ddbb..7f4682884a 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ldp/package-info.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/ldp/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/package-info.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/package-info.java index f3faef7633..9d994882fe 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/package-info.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/domain/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlExceptionMapper.java index 924d763f8a..91a6b9b820 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlJavaSecurityExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlJavaSecurityExceptionMapper.java index 9bdc0f39e5..c599642700 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlJavaSecurityExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlJavaSecurityExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessDeniedExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessDeniedExceptionMapper.java index e791896c87..352d262aa1 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessDeniedExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/AccessDeniedExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/BadRequestExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/BadRequestExceptionMapper.java index 5d7f76eeb8..eb40378209 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/BadRequestExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/BadRequestExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ClientErrorExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ClientErrorExceptionMapper.java index 969bfdb4de..54de2f6b1d 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ClientErrorExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ClientErrorExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintExceptionMapper.java index d8af4f0c3c..0a600e1135 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintViolationExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintViolationExceptionMapper.java index 2b7ea67722..3d4fce1479 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintViolationExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintViolationExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ExceptionDebugLogging.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ExceptionDebugLogging.java index da8dc47ada..e689757742 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ExceptionDebugLogging.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ExceptionDebugLogging.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/FedoraInvalidNamespaceExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/FedoraInvalidNamespaceExceptionMapper.java index a07be29b42..c63821163a 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/FedoraInvalidNamespaceExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/FedoraInvalidNamespaceExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/HeaderValueExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/HeaderValueExceptionMapper.java index daafb7b6a4..29644310fb 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/HeaderValueExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/HeaderValueExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/IncorrectTripleSubjectExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/IncorrectTripleSubjectExceptionMapper.java index 0b13909298..ffcc802355 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/IncorrectTripleSubjectExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/IncorrectTripleSubjectExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidChecksumExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidChecksumExceptionMapper.java index 73add921e8..f957d21107 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidChecksumExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidChecksumExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidPrefixExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidPrefixExceptionMapper.java index 27e425400f..0973c1d8ed 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidPrefixExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidPrefixExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidResourceIdentifierExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidResourceIdentifierExceptionMapper.java index ddb6d0eaeb..8e31446073 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidResourceIdentifierExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/InvalidResourceIdentifierExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ItemNotFoundExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ItemNotFoundExceptionMapper.java index 74226a2de0..9de323dea4 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ItemNotFoundExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ItemNotFoundExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/JsonParseExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/JsonParseExceptionMapper.java index f0fe2993e1..6da80f1610 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/JsonParseExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/JsonParseExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/LabelExistsVersionExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/LabelExistsVersionExceptionMapper.java index b03f91a5cf..d430c9ea9e 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/LabelExistsVersionExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/LabelExistsVersionExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/MalformedRdfExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/MalformedRdfExceptionMapper.java index 753c1422ca..dc7cd85203 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/MalformedRdfExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/MalformedRdfExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/OutOfDomainSubjectExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/OutOfDomainSubjectExceptionMapper.java index da39500a6f..ff33a02a2d 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/OutOfDomainSubjectExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/OutOfDomainSubjectExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ParamExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ParamExceptionMapper.java index 78527809db..a92bfc84e4 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ParamExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ParamExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/PathNotFoundExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/PathNotFoundExceptionMapper.java index 71a571c800..03901bd5d2 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/PathNotFoundExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/PathNotFoundExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/QueryParseExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/QueryParseExceptionMapper.java index d70c052cab..f6480db21f 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/QueryParseExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/QueryParseExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryExceptionMapper.java index 18bc6b90d6..b5bed30147 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryRuntimeExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryRuntimeExceptionMapper.java index 3224a046a0..6ebaff1213 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryRuntimeExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryRuntimeExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryVersionRuntimeExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryVersionRuntimeExceptionMapper.java index 89d8186efa..eb9826d57f 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryVersionRuntimeExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryVersionRuntimeExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ResourceTypeExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ResourceTypeExceptionMapper.java index fa351a4079..6e2d78bc6c 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ResourceTypeExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ResourceTypeExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerErrorExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerErrorExceptionMapper.java index c31ba1e282..742d81231a 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerErrorExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerErrorExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerManagedPropertyExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerManagedPropertyExceptionMapper.java index 480060a8b1..e9c221fbdb 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerManagedPropertyExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerManagedPropertyExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerManagedTypeExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerManagedTypeExceptionMapper.java index f3a520fd5d..ba7a4d0409 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerManagedTypeExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/ServerManagedTypeExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/SessionMissingExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/SessionMissingExceptionMapper.java index 064c232fa0..f05f6fd321 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/SessionMissingExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/SessionMissingExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/TombstoneExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/TombstoneExceptionMapper.java index da055ebdac..e82cd9f464 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/TombstoneExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/TombstoneExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/VersionExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/VersionExceptionMapper.java index 5751e30bf1..8a7017a56a 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/VersionExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/VersionExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/WebApplicationExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/WebApplicationExceptionMapper.java index c97eec39d8..7434609eb5 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/WebApplicationExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/WebApplicationExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/WildcardExceptionMapper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/WildcardExceptionMapper.java index 8197c8ce34..13490b6fe2 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/WildcardExceptionMapper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/WildcardExceptionMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/package-info.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/package-info.java index f1bb4f57f5..8255a88728 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/package-info.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/exceptionhandlers/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/package-info.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/package-info.java index 1a4dc65bbb..9ef2b9cab5 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/package-info.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/HtmlTemplate.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/HtmlTemplate.java index 7e290a6cac..ecfd9a0559 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/HtmlTemplate.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/HtmlTemplate.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RangeRequestInputStream.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RangeRequestInputStream.java index 804a97a444..67b4940252 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RangeRequestInputStream.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RangeRequestInputStream.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfNamespacedStream.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfNamespacedStream.java index 76c6c7833f..a58eeabefe 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfNamespacedStream.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfNamespacedStream.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfStreamProvider.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfStreamProvider.java index f67e41299a..eb8d7e7051 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfStreamProvider.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfStreamProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfStreamStreamingOutput.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfStreamStreamingOutput.java index 3ca5cc294b..c5eaffe991 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfStreamStreamingOutput.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/RdfStreamStreamingOutput.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/ViewHelpers.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/ViewHelpers.java index c7114d49fa..de2bb876cc 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/ViewHelpers.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/ViewHelpers.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/WriterConfigHelper.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/WriterConfigHelper.java index 92d29ab199..f0039a0043 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/WriterConfigHelper.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/WriterConfigHelper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/package-info.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/package-info.java index f252064afd..9a81c861dc 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/package-info.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/responses/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/SessionFactory.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/SessionFactory.java index 32c8e2e712..f1123f39d7 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/SessionFactory.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/SessionFactory.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/SessionProvider.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/SessionProvider.java index 6674ee5f8b..9455307f73 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/SessionProvider.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/SessionProvider.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/package-info.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/package-info.java index 8244a47123..2e9b898751 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/package-info.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/session/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/utils/package-info.java b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/utils/package-info.java index 0b115b6ea7..3b3eec738a 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/utils/package-info.java +++ b/fcrepo-http-commons/src/main/java/org/fcrepo/http/commons/utils/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/AbstractResourceTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/AbstractResourceTest.java index ea53f84f07..4c2589e47e 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/AbstractResourceTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/AbstractResourceTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/api/rdf/HttpResourceConverterTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/api/rdf/HttpResourceConverterTest.java index a11afca4d6..3722b8cb30 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/api/rdf/HttpResourceConverterTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/api/rdf/HttpResourceConverterTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/api/rdf/HttpTripleUtilTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/api/rdf/HttpTripleUtilTest.java index 2d0afcf8b8..54b498264e 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/api/rdf/HttpTripleUtilTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/api/rdf/HttpTripleUtilTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/ContentLocationMessageBodyReaderTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/ContentLocationMessageBodyReaderTest.java index 7ec8b80264..9360ef425a 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/ContentLocationMessageBodyReaderTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/ContentLocationMessageBodyReaderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/MultiPreferTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/MultiPreferTest.java index 2a72f5d422..7f531c31b3 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/MultiPreferTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/MultiPreferTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/PreferTagTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/PreferTagTest.java index 68cbe0f4d4..fbe18d9301 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/PreferTagTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/PreferTagTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/RangeTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/RangeTest.java index 915c1252c7..ff3f93ab4c 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/RangeTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/RangeTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/SinglePreferTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/SinglePreferTest.java index 9ece5ebc0e..9686905548 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/SinglePreferTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/SinglePreferTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/ldp/LdpPreferTagTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/ldp/LdpPreferTagTest.java index 56be04b467..cf5abe0d10 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/ldp/LdpPreferTagTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/domain/ldp/LdpPreferTagTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlExceptionMapperTest.java index 88ceb71236..10c33faeee 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlJavaSecurityExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlJavaSecurityExceptionMapperTest.java index d44b2a10af..549f71466e 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlJavaSecurityExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/AccessControlJavaSecurityExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintViolationExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintViolationExceptionMapperTest.java index b9c3eb28ca..0185a2dfd5 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintViolationExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ConstraintViolationExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/InvalidChecksumExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/InvalidChecksumExceptionMapperTest.java index c0030a4ad7..8a611953d5 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/InvalidChecksumExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/InvalidChecksumExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ItemNotFoundExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ItemNotFoundExceptionMapperTest.java index e572c6a411..fdf729748f 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ItemNotFoundExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ItemNotFoundExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/MalformedRdfExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/MalformedRdfExceptionMapperTest.java index bb6a37233d..83fd59a39e 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/MalformedRdfExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/MalformedRdfExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ParamExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ParamExceptionMapperTest.java index e188eab2f8..0f5efdf0cd 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ParamExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/ParamExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/PathNotFoundExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/PathNotFoundExceptionMapperTest.java index c7371680ee..3999bb61bc 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/PathNotFoundExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/PathNotFoundExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/QueryParseExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/QueryParseExceptionMapperTest.java index 8a74212d97..b89bc74af4 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/QueryParseExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/QueryParseExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryExceptionMapperTest.java index f7193fbcec..759fcf2a2c 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryRuntimeExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryRuntimeExceptionMapperTest.java index e983827a76..81fd3b00f6 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryRuntimeExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/RepositoryRuntimeExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/TombstoneExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/TombstoneExceptionMapperTest.java index d8feb6465f..9727032089 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/TombstoneExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/TombstoneExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/WebApplicationExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/WebApplicationExceptionMapperTest.java index 356bee4469..b0a71c5794 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/WebApplicationExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/WebApplicationExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/WildcardExceptionMapperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/WildcardExceptionMapperTest.java index 8620d366e4..dbe44d265b 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/WildcardExceptionMapperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/exceptionhandlers/WildcardExceptionMapperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RangeRequestInputStreamTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RangeRequestInputStreamTest.java index 1d91081d72..1667c99bc3 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RangeRequestInputStreamTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RangeRequestInputStreamTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RdfStreamProviderTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RdfStreamProviderTest.java index 9c2887b026..d9547fbf75 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RdfStreamProviderTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RdfStreamProviderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RdfStreamStreamingOutputTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RdfStreamStreamingOutputTest.java index 77186d75ec..1fa3f5cca8 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RdfStreamStreamingOutputTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/RdfStreamStreamingOutputTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/ViewHelpersTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/ViewHelpersTest.java index 4bfb721014..3c9f9b7915 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/ViewHelpersTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/ViewHelpersTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/WriterConfigHelperTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/WriterConfigHelperTest.java index e8db5f6e51..24ec25577b 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/WriterConfigHelperTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/responses/WriterConfigHelperTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/session/SessionFactoryTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/session/SessionFactoryTest.java index bd441cc99e..bd6dd5dc66 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/session/SessionFactoryTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/session/SessionFactoryTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/session/SessionProviderTest.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/session/SessionProviderTest.java index 2008cc4e8b..da685739fc 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/session/SessionProviderTest.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/session/SessionProviderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/CloseableGraphStore.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/CloseableGraphStore.java index 5c61892615..5af9e2d10a 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/CloseableGraphStore.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/CloseableGraphStore.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/ContainerWrapper.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/ContainerWrapper.java index 794d5d9766..f6736797d5 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/ContainerWrapper.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/ContainerWrapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/SpringContextSingleton.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/SpringContextSingleton.java index 09b73ad5ab..7c19651d45 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/SpringContextSingleton.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/SpringContextSingleton.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/TestAuthenticationRequestFilter.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/TestAuthenticationRequestFilter.java index a80ff3b5be..e3695fc01f 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/TestAuthenticationRequestFilter.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/TestAuthenticationRequestFilter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/TestHelpers.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/TestHelpers.java index ab98ac3b7f..49d9ea3b1e 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/TestHelpers.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/test/util/TestHelpers.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/WebAppConfig.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/WebAppConfig.java index b5a2aef54c..5ed20dcdba 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/WebAppConfig.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/WebAppConfig.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/ContextParam.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/ContextParam.java index ff079ca0cc..14a7d50b25 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/ContextParam.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/ContextParam.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Describable.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Describable.java index 004d83d6a8..88c335e361 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Describable.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Describable.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Displayable.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Displayable.java index e999fb39eb..7aa3266ad9 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Displayable.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Displayable.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Filter.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Filter.java index f775c69a32..3186ed4985 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Filter.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Filter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/FilterMapping.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/FilterMapping.java index 94f1cc338c..5bbd563779 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/FilterMapping.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/FilterMapping.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/InitParam.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/InitParam.java index 61458153e3..25bf40c449 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/InitParam.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/InitParam.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Listener.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Listener.java index bae2239613..55f9454ae8 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Listener.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Listener.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Param.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Param.java index f6aaad9955..865b1131d8 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Param.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Param.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Servlet.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Servlet.java index 007467da9b..624635adb6 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Servlet.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/Servlet.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/ServletMapping.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/ServletMapping.java index 38646eef63..159cbad172 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/ServletMapping.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/ServletMapping.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/UrlMappable.java b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/UrlMappable.java index 97326725ee..e4ad481348 100644 --- a/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/UrlMappable.java +++ b/fcrepo-http-commons/src/test/java/org/fcrepo/http/commons/webxml/bind/UrlMappable.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-ldp/src/test/java/org/fcrepo/integration/ldp/LdpTestSuiteIT.java b/fcrepo-integration-ldp/src/test/java/org/fcrepo/integration/ldp/LdpTestSuiteIT.java index 86bd562880..dc4f7823a2 100644 --- a/fcrepo-integration-ldp/src/test/java/org/fcrepo/integration/ldp/LdpTestSuiteIT.java +++ b/fcrepo-integration-ldp/src/test/java/org/fcrepo/integration/ldp/LdpTestSuiteIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/AbstractIntegrationRdfIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/AbstractIntegrationRdfIT.java index 1530e8563c..6869ec9939 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/AbstractIntegrationRdfIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/AbstractIntegrationRdfIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/B3KatIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/B3KatIT.java index e49cd7a76f..6082558383 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/B3KatIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/B3KatIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/BibOntologyIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/BibOntologyIT.java index 303189a06c..347c2a4fb5 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/BibOntologyIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/BibOntologyIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/BibframeIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/BibframeIT.java index 2550b60762..58cbe6958d 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/BibframeIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/BibframeIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/GeonameIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/GeonameIT.java index 543821fb9a..abb39d5f48 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/GeonameIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/GeonameIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/LdpIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/LdpIT.java index 46c93623e1..6ee5a69017 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/LdpIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/LdpIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/MiscExamplesIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/MiscExamplesIT.java index 8d1ab6d325..ab70627e07 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/MiscExamplesIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/MiscExamplesIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/ModsRdfIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/ModsRdfIT.java index f1196ae78a..180773cb0d 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/ModsRdfIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/ModsRdfIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/MusicOntologyIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/MusicOntologyIT.java index 90df4600d4..beb43411cf 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/MusicOntologyIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/MusicOntologyIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/OpenAnnotationIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/OpenAnnotationIT.java index 9ce997bcac..1c0da2abb3 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/OpenAnnotationIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/OpenAnnotationIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/TgnIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/TgnIT.java index 6bc1141db1..249a547c9e 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/TgnIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/TgnIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/VivoIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/VivoIT.java index 833cb9a581..25aca44b11 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/VivoIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/VivoIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/WebAccessControlIT.java b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/WebAccessControlIT.java index 61ea87a9d6..717d1ebe8a 100644 --- a/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/WebAccessControlIT.java +++ b/fcrepo-integration-rdf/src/test/java/org/fcrepo/integration/rdf/WebAccessControlIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-jms/src/main/java/org/fcrepo/jms/DefaultMessageFactory.java b/fcrepo-jms/src/main/java/org/fcrepo/jms/DefaultMessageFactory.java index 753e91595c..8c56839a7e 100644 --- a/fcrepo-jms/src/main/java/org/fcrepo/jms/DefaultMessageFactory.java +++ b/fcrepo-jms/src/main/java/org/fcrepo/jms/DefaultMessageFactory.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-jms/src/main/java/org/fcrepo/jms/JMSEventMessageFactory.java b/fcrepo-jms/src/main/java/org/fcrepo/jms/JMSEventMessageFactory.java index 084070f4e5..f77b21bd84 100644 --- a/fcrepo-jms/src/main/java/org/fcrepo/jms/JMSEventMessageFactory.java +++ b/fcrepo-jms/src/main/java/org/fcrepo/jms/JMSEventMessageFactory.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-jms/src/main/java/org/fcrepo/jms/JMSTopicPublisher.java b/fcrepo-jms/src/main/java/org/fcrepo/jms/JMSTopicPublisher.java index 9b6d54c823..b628c08a91 100644 --- a/fcrepo-jms/src/main/java/org/fcrepo/jms/JMSTopicPublisher.java +++ b/fcrepo-jms/src/main/java/org/fcrepo/jms/JMSTopicPublisher.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-jms/src/main/java/org/fcrepo/jms/package-info.java b/fcrepo-jms/src/main/java/org/fcrepo/jms/package-info.java index 6ff9268824..9923c5678e 100644 --- a/fcrepo-jms/src/main/java/org/fcrepo/jms/package-info.java +++ b/fcrepo-jms/src/main/java/org/fcrepo/jms/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-jms/src/test/java/org/fcrepo/integration/jms/observer/JmsIT.java b/fcrepo-jms/src/test/java/org/fcrepo/integration/jms/observer/JmsIT.java index c9c96f4248..7469b46795 100644 --- a/fcrepo-jms/src/test/java/org/fcrepo/integration/jms/observer/JmsIT.java +++ b/fcrepo-jms/src/test/java/org/fcrepo/integration/jms/observer/JmsIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-jms/src/test/java/org/fcrepo/jms/DefaultMessageFactoryTest.java b/fcrepo-jms/src/test/java/org/fcrepo/jms/DefaultMessageFactoryTest.java index 75fdf2a0c9..a4af53a83f 100644 --- a/fcrepo-jms/src/test/java/org/fcrepo/jms/DefaultMessageFactoryTest.java +++ b/fcrepo-jms/src/test/java/org/fcrepo/jms/DefaultMessageFactoryTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-jms/src/test/java/org/fcrepo/jms/JMSTopicPublisherTest.java b/fcrepo-jms/src/test/java/org/fcrepo/jms/JMSTopicPublisherTest.java index e9583cb8f8..01e9781e90 100644 --- a/fcrepo-jms/src/test/java/org/fcrepo/jms/JMSTopicPublisherTest.java +++ b/fcrepo-jms/src/test/java/org/fcrepo/jms/JMSTopicPublisherTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/FedoraTypes.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/FedoraTypes.java index 12ea939413..19fd2efd4c 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/FedoraTypes.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/FedoraTypes.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfCollectors.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfCollectors.java index 2502140b5a..74acca874b 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfCollectors.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfCollectors.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfLexicon.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfLexicon.java index 84039a8cb2..fbd42b2570 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfLexicon.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfLexicon.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfStream.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfStream.java index f46a43fa1f..cab0e1b9c5 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfStream.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RdfStream.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RequiredRdfContext.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RequiredRdfContext.java index 75c52a3f11..f5d63eb25d 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RequiredRdfContext.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/RequiredRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/Transaction.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/Transaction.java index 61ca906d13..71ba289f70 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/Transaction.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/Transaction.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/TripleCategory.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/TripleCategory.java index d35c3019b6..7791ea8cd0 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/TripleCategory.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/TripleCategory.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -13,7 +15,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.fcrepo.kernel.api; /** diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/TxSession.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/TxSession.java index ba08c3308b..ae749ac06d 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/TxSession.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/TxSession.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/AccessDeniedException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/AccessDeniedException.java index 0694754fa1..0ac1d06702 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/AccessDeniedException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/AccessDeniedException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ConstraintViolationException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ConstraintViolationException.java index c786d92b30..e3e2cdbb32 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ConstraintViolationException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ConstraintViolationException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/FedoraInvalidNamespaceException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/FedoraInvalidNamespaceException.java index 0a68f33965..54c6d26465 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/FedoraInvalidNamespaceException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/FedoraInvalidNamespaceException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/IdentifierConversionException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/IdentifierConversionException.java index 6598b58164..46fd2e5fbd 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/IdentifierConversionException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/IdentifierConversionException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/IncorrectTripleSubjectException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/IncorrectTripleSubjectException.java index 2f137b3b34..fd99ac1879 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/IncorrectTripleSubjectException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/IncorrectTripleSubjectException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidChecksumException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidChecksumException.java index 9943c654ff..5183504877 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidChecksumException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidChecksumException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidPrefixException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidPrefixException.java index fbfee1055c..9d1cf7a9d6 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidPrefixException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidPrefixException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidResourceIdentifierException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidResourceIdentifierException.java index 8534f83219..102baaed1d 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidResourceIdentifierException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/InvalidResourceIdentifierException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/MalformedRdfException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/MalformedRdfException.java index fd4c1f9021..6ddae5d000 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/MalformedRdfException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/MalformedRdfException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/NoSuchPropertyDefinitionException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/NoSuchPropertyDefinitionException.java index ddd6bc93cb..b977b8a27c 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/NoSuchPropertyDefinitionException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/NoSuchPropertyDefinitionException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/OutOfDomainSubjectException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/OutOfDomainSubjectException.java index d8f7ce50fa..be45a8a56a 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/OutOfDomainSubjectException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/OutOfDomainSubjectException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/PathNotFoundRuntimeException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/PathNotFoundRuntimeException.java index 4144c1d5fb..ffca466ece 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/PathNotFoundRuntimeException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/PathNotFoundRuntimeException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryConfigurationException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryConfigurationException.java index b7d03b4dc1..96d57b882e 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryConfigurationException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryConfigurationException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryRuntimeException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryRuntimeException.java index 622756a4e8..52853bb045 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryRuntimeException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryRuntimeException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryVersionRuntimeException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryVersionRuntimeException.java index 41e9e965d2..a56e0fc1b3 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryVersionRuntimeException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/RepositoryVersionRuntimeException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ResourceTypeException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ResourceTypeException.java index d3819c375d..092143dfcd 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ResourceTypeException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ResourceTypeException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ServerManagedPropertyException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ServerManagedPropertyException.java index 340fa84579..75b8001699 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ServerManagedPropertyException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ServerManagedPropertyException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ServerManagedTypeException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ServerManagedTypeException.java index 95ab6cfbf7..0633cb3a07 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ServerManagedTypeException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/ServerManagedTypeException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/SessionMissingException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/SessionMissingException.java index 7faf11e0e5..0012841a9a 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/SessionMissingException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/SessionMissingException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/TombstoneException.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/TombstoneException.java index 93ac38a8ba..7c2a338c3e 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/TombstoneException.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/TombstoneException.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/package-info.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/package-info.java index 544da62d5b..626a557d56 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/package-info.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/exception/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/identifiers/IdentifierConverter.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/identifiers/IdentifierConverter.java index f5486b5e4e..0385308e87 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/identifiers/IdentifierConverter.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/identifiers/IdentifierConverter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/identifiers/InternalIdentifierConverter.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/identifiers/InternalIdentifierConverter.java index 96d4aad073..8d4cf7a019 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/identifiers/InternalIdentifierConverter.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/identifiers/InternalIdentifierConverter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/Container.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/Container.java index bb30e1808f..021ae32aea 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/Container.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/Container.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/FedoraBinary.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/FedoraBinary.java index 317cf65e77..a9d246e4f3 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/FedoraBinary.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/FedoraBinary.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/FedoraResource.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/FedoraResource.java index 5b9b97cc31..7b3b242747 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/FedoraResource.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/FedoraResource.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/NonRdfSourceDescription.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/NonRdfSourceDescription.java index d3520ee5cb..df9e60dbc6 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/NonRdfSourceDescription.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/NonRdfSourceDescription.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/Tombstone.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/Tombstone.java index a04375cabe..7b2d2f4625 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/Tombstone.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/models/Tombstone.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/EventType.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/EventType.java index cf53e17979..e5d0e67a10 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/EventType.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/EventType.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/FedoraEvent.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/FedoraEvent.java index b88bfd9b0d..df60aed575 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/FedoraEvent.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/FedoraEvent.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/OptionalValues.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/OptionalValues.java index c2084eae22..9ff8f25918 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/OptionalValues.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/observer/OptionalValues.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/package-info.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/package-info.java index 70607670b6..e2b6dde4b8 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/package-info.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/rdf/DefaultRdfStream.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/rdf/DefaultRdfStream.java index feadaea089..218b30da0e 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/rdf/DefaultRdfStream.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/rdf/DefaultRdfStream.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/BinaryService.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/BinaryService.java index 6cb0dc0691..bb55af24ac 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/BinaryService.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/BinaryService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/ContainerService.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/ContainerService.java index e0ac02b43c..b1e5db5c5b 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/ContainerService.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/ContainerService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/CredentialsService.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/CredentialsService.java index ebd1b529a7..9a471ac930 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/CredentialsService.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/CredentialsService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/ExternalContentService.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/ExternalContentService.java index fddfedc096..0b2780c6cf 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/ExternalContentService.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/ExternalContentService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/NamespaceService.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/NamespaceService.java index a5f7a9af50..e294f3561d 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/NamespaceService.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/NamespaceService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/NodeService.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/NodeService.java index 640df3b966..388ebb0e0f 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/NodeService.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/NodeService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/RepositoryService.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/RepositoryService.java index 606c4d826b..9745d01474 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/RepositoryService.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/RepositoryService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/Service.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/Service.java index 6ffe7e3d12..7f3ef3bc44 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/Service.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/Service.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/TransactionService.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/TransactionService.java index e9bc9f006b..e7f1a08d62 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/TransactionService.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/TransactionService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/VersionService.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/VersionService.java index 92b3eab033..504457c031 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/VersionService.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/VersionService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/functions/HierarchicalIdentifierSupplier.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/functions/HierarchicalIdentifierSupplier.java index adef6affcd..cf7a8a929e 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/functions/HierarchicalIdentifierSupplier.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/functions/HierarchicalIdentifierSupplier.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/functions/UniqueValueSupplier.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/functions/UniqueValueSupplier.java index 00e719937a..0b0edace6d 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/functions/UniqueValueSupplier.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/functions/UniqueValueSupplier.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/StoragePolicy.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/StoragePolicy.java index 2685f2912a..b7c380902d 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/StoragePolicy.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/StoragePolicy.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/StoragePolicyDecisionPoint.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/StoragePolicyDecisionPoint.java index dbbae41f7e..d206cf5d3b 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/StoragePolicyDecisionPoint.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/StoragePolicyDecisionPoint.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/package-info.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/package-info.java index 4bf7fda55b..4f6b186239 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/package-info.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/services/policy/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/CacheEntry.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/CacheEntry.java index 573d75b96f..cd92b2b2c7 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/CacheEntry.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/CacheEntry.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/ContentDigest.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/ContentDigest.java index 512597be92..b0dffcca43 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/ContentDigest.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/ContentDigest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/FixityResult.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/FixityResult.java index 10ac125325..09691ac91b 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/FixityResult.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/FixityResult.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/GraphDifferencer.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/GraphDifferencer.java index b434e2f9a1..ee99b806d7 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/GraphDifferencer.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/GraphDifferencer.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/WrappingStream.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/WrappingStream.java index 423d287eef..0872e48608 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/WrappingStream.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/WrappingStream.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/package-info.java b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/package-info.java index caa028e06b..26d40f59d4 100644 --- a/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/package-info.java +++ b/fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/utils/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/RdfCollectorsTest.java b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/RdfCollectorsTest.java index bda9d96de4..5550c619fc 100644 --- a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/RdfCollectorsTest.java +++ b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/RdfCollectorsTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/RdfLexiconTest.java b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/RdfLexiconTest.java index c4cd340644..3d008e38c5 100644 --- a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/RdfLexiconTest.java +++ b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/RdfLexiconTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/observer/EventTypeTest.java b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/observer/EventTypeTest.java index 4d587b677f..64f8b2d9c3 100644 --- a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/observer/EventTypeTest.java +++ b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/observer/EventTypeTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/rdf/DefaultRdfStreamTest.java b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/rdf/DefaultRdfStreamTest.java index 2b235625b9..2041979c13 100644 --- a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/rdf/DefaultRdfStreamTest.java +++ b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/rdf/DefaultRdfStreamTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/utils/ContentDigestTest.java b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/utils/ContentDigestTest.java index ac07b4d0c6..90568c9aeb 100644 --- a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/utils/ContentDigestTest.java +++ b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/utils/ContentDigestTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/utils/GraphDifferencerTest.java b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/utils/GraphDifferencerTest.java index cca484fb23..b9e67fe945 100644 --- a/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/utils/GraphDifferencerTest.java +++ b/fcrepo-kernel-api/src/test/java/org/fcrepo/kernel/api/utils/GraphDifferencerTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/ContainerImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/ContainerImpl.java index ae475293ef..fa062089ed 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/ContainerImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/ContainerImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraBinaryImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraBinaryImpl.java index 8f9e155777..c8f93783cb 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraBinaryImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraBinaryImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraJcrConstants.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraJcrConstants.java index 20d471c8d7..eae897dbc0 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraJcrConstants.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraJcrConstants.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraResourceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraResourceImpl.java index ddbb93f42e..52b8823b5b 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraResourceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/FedoraResourceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/NonRdfSourceDescriptionImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/NonRdfSourceDescriptionImpl.java index 4208c56fdb..23c0c5507e 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/NonRdfSourceDescriptionImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/NonRdfSourceDescriptionImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TombstoneImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TombstoneImpl.java index 42475ebeae..9dc1e00e74 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TombstoneImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TombstoneImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TransactionImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TransactionImpl.java index a3c0aa5f7d..4239d23cea 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TransactionImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TransactionImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TxAwareSession.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TxAwareSession.java index 425cbf15f1..421a0c51f7 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TxAwareSession.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/TxAwareSession.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/HashConverter.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/HashConverter.java index 4e73e53306..da693cf00b 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/HashConverter.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/HashConverter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/HierarchyConverter.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/HierarchyConverter.java index 22d0427903..62c5c4950b 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/HierarchyConverter.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/HierarchyConverter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/NamespaceConverter.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/NamespaceConverter.java index a31e23fec5..1cded66728 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/NamespaceConverter.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/NamespaceConverter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/NodeResourceConverter.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/NodeResourceConverter.java index 72f6380859..162819a973 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/NodeResourceConverter.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/NodeResourceConverter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/package-info.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/package-info.java index 90b7ba9807..716804f0f7 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/package-info.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/identifiers/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/DefaultFilter.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/DefaultFilter.java index 0cca8ffc4d..42711c2675 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/DefaultFilter.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/DefaultFilter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/EventFilter.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/EventFilter.java index 72f5515789..47fa870109 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/EventFilter.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/EventFilter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/FedoraEventImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/FedoraEventImpl.java index 29d46a882d..0d8b4e2991 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/FedoraEventImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/FedoraEventImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/SimpleObserver.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/SimpleObserver.java index ef703d34a1..43ed182a23 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/SimpleObserver.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/SimpleObserver.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/SuppressByMixinFilter.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/SuppressByMixinFilter.java index ef1eb6f046..e03f9d5069 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/SuppressByMixinFilter.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/SuppressByMixinFilter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/AllNodeEventsOneEvent.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/AllNodeEventsOneEvent.java index a88f553cb4..66f7015951 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/AllNodeEventsOneEvent.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/AllNodeEventsOneEvent.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/InternalExternalEventMapper.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/InternalExternalEventMapper.java index 0821df4a4d..efe01107eb 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/InternalExternalEventMapper.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/InternalExternalEventMapper.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/OneToOne.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/OneToOne.java index cae82cc7b1..6b69b7b1fd 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/OneToOne.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/OneToOne.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/package-info.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/package-info.java index 0e06b9f855..d23ac06e3d 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/package-info.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/eventmappings/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/package-info.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/package-info.java index e23f922b09..3afe230fe8 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/package-info.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/observer/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/package-info.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/package-info.java index 10c7a4a9c5..dbe0f870a7 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/package-info.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/JcrRdfTools.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/JcrRdfTools.java index 6c603d0b1e..0415f997db 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/JcrRdfTools.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/JcrRdfTools.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/ManagedRdf.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/ManagedRdf.java index ca0d47f73b..ab9b848aeb 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/ManagedRdf.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/ManagedRdf.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/converters/PropertyConverter.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/converters/PropertyConverter.java index ed523c2706..c2c4916668 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/converters/PropertyConverter.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/converters/PropertyConverter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/converters/ValueConverter.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/converters/ValueConverter.java index 1c9facc592..ae81c8cb44 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/converters/ValueConverter.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/converters/ValueConverter.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/AclRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/AclRdfContext.java index 1fc516eac9..19c5b30674 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/AclRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/AclRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ChildrenRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ChildrenRdfContext.java index 8985ce6af6..c9d8041f1c 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ChildrenRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ChildrenRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ContentRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ContentRdfContext.java index 31d3ff1cda..332f68d925 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ContentRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ContentRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultIdentifierTranslator.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultIdentifierTranslator.java index 59a1577326..6337e47035 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultIdentifierTranslator.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultIdentifierTranslator.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/FixityRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/FixityRdfContext.java index e644e7f1b0..11be014220 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/FixityRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/FixityRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/HashRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/HashRdfContext.java index 2a3a94d88c..436fbe08a7 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/HashRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/HashRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpContainerRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpContainerRdfContext.java index 30e77e9652..d048d45be5 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpContainerRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpContainerRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpIsMemberOfRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpIsMemberOfRdfContext.java index c359fd34c0..ddab9a6e47 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpIsMemberOfRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpIsMemberOfRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpRdfContext.java index df81a793fe..a05c7ede5a 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/NodeRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/NodeRdfContext.java index 897119558d..638d3fa5e7 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/NodeRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/NodeRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ParentRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ParentRdfContext.java index b941401d00..0739ef84ba 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ParentRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ParentRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/PrefixingIdentifierTranslator.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/PrefixingIdentifierTranslator.java index e01d5c765d..e424fea22f 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/PrefixingIdentifierTranslator.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/PrefixingIdentifierTranslator.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/PropertiesRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/PropertiesRdfContext.java index eb6345ea55..27e4ead99b 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/PropertiesRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/PropertiesRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ReferencesRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ReferencesRdfContext.java index 98f43f687d..62828cadf5 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ReferencesRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/ReferencesRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/RootRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/RootRdfContext.java index 05a7b6a477..3eea2e96ce 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/RootRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/RootRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/SkolemNodeRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/SkolemNodeRdfContext.java index 4c8dd07487..754eb45bbd 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/SkolemNodeRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/SkolemNodeRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/TypeRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/TypeRdfContext.java index 9378e80b22..e43cb9f2c0 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/TypeRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/TypeRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/VersionsRdfContext.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/VersionsRdfContext.java index 420e0df784..ceafe6a5ee 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/VersionsRdfContext.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/VersionsRdfContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/ItemDefinitionToTriples.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/ItemDefinitionToTriples.java index 3b95c08e84..1eb7496b38 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/ItemDefinitionToTriples.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/ItemDefinitionToTriples.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/NodeDefinitionToTriples.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/NodeDefinitionToTriples.java index f7b5c3b22b..10ed32c9b3 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/NodeDefinitionToTriples.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/NodeDefinitionToTriples.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyDefinitionToTriples.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyDefinitionToTriples.java index 715a41b3d1..95c8de2c2d 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyDefinitionToTriples.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyDefinitionToTriples.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyToTriple.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyToTriple.java index c77c0ae365..0f2eff5f3a 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyToTriple.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyToTriple.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyValueIterator.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyValueIterator.java index 8e56170826..274cfd1aab 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyValueIterator.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyValueIterator.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/AbstractService.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/AbstractService.java index d534752d30..455641c226 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/AbstractService.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/AbstractService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/BinaryServiceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/BinaryServiceImpl.java index 412baa6dc4..a0368e75ac 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/BinaryServiceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/BinaryServiceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ContainerServiceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ContainerServiceImpl.java index 221105f693..7902e0c8e7 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ContainerServiceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ContainerServiceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/CredentialsServiceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/CredentialsServiceImpl.java index 88ee7b3d09..c9c71c587c 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/CredentialsServiceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/CredentialsServiceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -13,7 +15,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.fcrepo.kernel.modeshape.services; import javax.jcr.Credentials; diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ExternalContentServiceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ExternalContentServiceImpl.java index 8aa2841853..abab3d1a96 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ExternalContentServiceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ExternalContentServiceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/NamespaceServiceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/NamespaceServiceImpl.java index 323bcff0ec..1a6fc3b381 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/NamespaceServiceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/NamespaceServiceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/NodeServiceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/NodeServiceImpl.java index f93a35f8f0..7239c2e095 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/NodeServiceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/NodeServiceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/RepositoryServiceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/RepositoryServiceImpl.java index 66b7c24c15..5fa6e03b20 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/RepositoryServiceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/RepositoryServiceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ServiceHelpers.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ServiceHelpers.java index 43281dfe09..3a1702286f 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ServiceHelpers.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/ServiceHelpers.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/TransactionServiceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/TransactionServiceImpl.java index 0bdd9a38ee..0ca7a9890c 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/TransactionServiceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/TransactionServiceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/VersionServiceImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/VersionServiceImpl.java index 6227a3c2e9..c6c97e1794 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/VersionServiceImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/VersionServiceImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/functions/AnyTypesPredicate.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/functions/AnyTypesPredicate.java index 89ef116d31..638c5b6b04 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/functions/AnyTypesPredicate.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/functions/AnyTypesPredicate.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/functions/JcrPropertyFunctions.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/functions/JcrPropertyFunctions.java index 9b3630e2f7..ff0fe8a837 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/functions/JcrPropertyFunctions.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/services/functions/JcrPropertyFunctions.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/DefaultPropertiesLoader.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/DefaultPropertiesLoader.java index 2b8422df38..89be1af02b 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/DefaultPropertiesLoader.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/DefaultPropertiesLoader.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/ModeShapeRepositoryFactoryBean.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/ModeShapeRepositoryFactoryBean.java index 9a1809d719..3debda1dab 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/ModeShapeRepositoryFactoryBean.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/ModeShapeRepositoryFactoryBean.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/package-info.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/package-info.java index 2434527a23..2329dc1621 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/package-info.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/spring/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/BasicCacheEntry.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/BasicCacheEntry.java index 76783100d6..8c9b730c62 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/BasicCacheEntry.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/BasicCacheEntry.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/BinaryCacheEntry.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/BinaryCacheEntry.java index 6f1612ff28..e3958bfae8 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/BinaryCacheEntry.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/BinaryCacheEntry.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FedoraTypesUtils.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FedoraTypesUtils.java index e7f89e1708..a02d7e759a 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FedoraTypesUtils.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FedoraTypesUtils.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FixityInputStream.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FixityInputStream.java index c98ec30c82..441901db25 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FixityInputStream.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FixityInputStream.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FixityResultImpl.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FixityResultImpl.java index a68a036410..e1bd6c5f8f 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FixityResultImpl.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/FixityResultImpl.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyStatementListener.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyStatementListener.java index 403bca8570..ca1f228646 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyStatementListener.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyStatementListener.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/NamespaceTools.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/NamespaceTools.java index 76cf2117b9..68440d899f 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/NamespaceTools.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/NamespaceTools.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/NodePropertiesTools.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/NodePropertiesTools.java index fc17367472..252b4ecb6e 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/NodePropertiesTools.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/NodePropertiesTools.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/ProjectedCacheEntry.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/ProjectedCacheEntry.java index 56795b71ae..b76314a426 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/ProjectedCacheEntry.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/ProjectedCacheEntry.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/PropertyChangedListener.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/PropertyChangedListener.java index ed326132bb..d213dcb470 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/PropertyChangedListener.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/PropertyChangedListener.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/StreamUtils.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/StreamUtils.java index 143f69e146..a1cd6cf8cf 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/StreamUtils.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/StreamUtils.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/UncheckedFunction.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/UncheckedFunction.java index 4bac828625..578cad5be1 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/UncheckedFunction.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/UncheckedFunction.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/UncheckedPredicate.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/UncheckedPredicate.java index 704994479f..1616b8bdca 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/UncheckedPredicate.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/UncheckedPredicate.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/impl/CacheEntryFactory.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/impl/CacheEntryFactory.java index a6b1ff5e14..c356e2ffa3 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/impl/CacheEntryFactory.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/impl/CacheEntryFactory.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/IteratorConsumer.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/IteratorConsumer.java index b89cd5f521..80ba3b4258 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/IteratorConsumer.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/IteratorConsumer.java @@ -1,3 +1,20 @@ +/* + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. + * + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /* * Copyright 2015 DuraSpace, Inc. diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/PersistingRdfStreamConsumer.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/PersistingRdfStreamConsumer.java index 3dc5239d4e..0b113971d4 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/PersistingRdfStreamConsumer.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/PersistingRdfStreamConsumer.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfAdder.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfAdder.java index 521de9300e..ed17df5447 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfAdder.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfAdder.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfRemover.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfRemover.java index 50503a6af0..b368ce3006 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfRemover.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfRemover.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfStreamConsumer.java b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfStreamConsumer.java index 1329e06885..87e2562d5f 100644 --- a/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfStreamConsumer.java +++ b/fcrepo-kernel-modeshape/src/main/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfStreamConsumer.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/AbstractIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/AbstractIT.java index 98a41de406..9a7551be0c 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/AbstractIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/AbstractIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/ContainerImplIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/ContainerImplIT.java index 78c5773681..0661c15e3b 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/ContainerImplIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/ContainerImplIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/FedoraBinaryImplIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/FedoraBinaryImplIT.java index 3a2503c85f..57c0b6c6b9 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/FedoraBinaryImplIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/FedoraBinaryImplIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/FedoraResourceImplIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/FedoraResourceImplIT.java index b08fa227c6..9582e06036 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/FedoraResourceImplIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/FedoraResourceImplIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/TombstoneImplIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/TombstoneImplIT.java index f890ac3eb2..682c46f824 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/TombstoneImplIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/TombstoneImplIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/observer/SimpleObserverIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/observer/SimpleObserverIT.java index 569de23e88..d04da4fe97 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/observer/SimpleObserverIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/observer/SimpleObserverIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/observer/SuppressByMixinFilterIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/observer/SuppressByMixinFilterIT.java index 5a910d0da2..260c1f5a59 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/observer/SuppressByMixinFilterIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/observer/SuppressByMixinFilterIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/BinaryServiceImplIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/BinaryServiceImplIT.java index dc7b9e9d48..04d6458bb0 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/BinaryServiceImplIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/BinaryServiceImplIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/NodeServiceImplIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/NodeServiceImplIT.java index 9680ece93d..381f9f5091 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/NodeServiceImplIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/NodeServiceImplIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/RepositoryServiceImplIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/RepositoryServiceImplIT.java index 9ead7ace9b..d1a632c4fc 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/RepositoryServiceImplIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/RepositoryServiceImplIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/TransactionServiceImplIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/TransactionServiceImplIT.java index b0ae023ab8..7aeaacd8bc 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/TransactionServiceImplIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/TransactionServiceImplIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/VersionServiceImplIT.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/VersionServiceImplIT.java index 55f768970c..18b11b9fd9 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/VersionServiceImplIT.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/integration/kernel/modeshape/services/VersionServiceImplIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/ContainerImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/ContainerImplTest.java index b883fd9693..b30482206a 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/ContainerImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/ContainerImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/DummyURIResource.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/DummyURIResource.java index 92a169b002..cbf6ceaaff 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/DummyURIResource.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/DummyURIResource.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/FedoraBinaryImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/FedoraBinaryImplTest.java index 13a7a2be04..d7b4a9624f 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/FedoraBinaryImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/FedoraBinaryImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/FedoraResourceImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/FedoraResourceImplTest.java index 9c2cd5e99c..06a6e80c71 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/FedoraResourceImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/FedoraResourceImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/NonRdfSourceDescriptionImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/NonRdfSourceDescriptionImplTest.java index ab059a9e20..8e08c55b79 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/NonRdfSourceDescriptionImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/NonRdfSourceDescriptionImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TombstoneImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TombstoneImplTest.java index 222641c3bc..ae62bbdda8 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TombstoneImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TombstoneImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TransactionImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TransactionImplTest.java index adb11a1707..347c0280b4 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TransactionImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TransactionImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TxAwareSessionTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TxAwareSessionTest.java index de23378f5e..e775bfde59 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TxAwareSessionTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/TxAwareSessionTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/HashConverterTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/HashConverterTest.java index 039abbb447..8d9d2c4bad 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/HashConverterTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/HashConverterTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/HierarchyConverterTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/HierarchyConverterTest.java index ac4a4832b0..4f5657a84b 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/HierarchyConverterTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/HierarchyConverterTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/NamespaceConverterTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/NamespaceConverterTest.java index 30ca12c819..9890d56f73 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/NamespaceConverterTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/NamespaceConverterTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/NodeResourceConverterTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/NodeResourceConverterTest.java index e276b6f160..29d91a8b05 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/NodeResourceConverterTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/identifiers/NodeResourceConverterTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/DefaultFilterTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/DefaultFilterTest.java index 2bfba5a6e2..3510d73d63 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/DefaultFilterTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/DefaultFilterTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/FedoraEventImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/FedoraEventImplTest.java index 6693a20db8..1c41effdb5 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/FedoraEventImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/FedoraEventImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/SimpleObserverTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/SimpleObserverTest.java index 6a1ad9788f..92defe8c0b 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/SimpleObserverTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/SimpleObserverTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/SuppressByMixinFilterTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/SuppressByMixinFilterTest.java index 80de8b9e61..4ee3214fe9 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/SuppressByMixinFilterTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/SuppressByMixinFilterTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/eventmappings/AllNodeEventsOneEventTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/eventmappings/AllNodeEventsOneEventTest.java index dae383094e..ba279c1307 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/eventmappings/AllNodeEventsOneEventTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/eventmappings/AllNodeEventsOneEventTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/eventmappings/OneToOneTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/eventmappings/OneToOneTest.java index f9f532367f..66b51fe725 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/eventmappings/OneToOneTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/observer/eventmappings/OneToOneTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/JcrRdfToolsTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/JcrRdfToolsTest.java index d5d866751c..c8108eab44 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/JcrRdfToolsTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/JcrRdfToolsTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/converters/PropertyConverterTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/converters/PropertyConverterTest.java index c43b92c28a..f2f6e2efd2 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/converters/PropertyConverterTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/converters/PropertyConverterTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/converters/ValueConverterTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/converters/ValueConverterTest.java index 3f549f6bda..8115a0baab 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/converters/ValueConverterTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/converters/ValueConverterTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/AclRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/AclRdfContextTest.java index 0fffd3cf5f..d0138cbb16 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/AclRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/AclRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ChildrenRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ChildrenRdfContextTest.java index 97c0ee09b1..a8b034d3c7 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ChildrenRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ChildrenRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ContentRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ContentRdfContextTest.java index 9381a8ce18..55fec2ccbe 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ContentRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ContentRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultGraphSubjectsTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultGraphSubjectsTest.java index 6b609ee548..c60d9e26a5 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultGraphSubjectsTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultGraphSubjectsTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultIdentifierTranslatorTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultIdentifierTranslatorTest.java index e68533fa6f..b10139c439 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultIdentifierTranslatorTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/DefaultIdentifierTranslatorTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/HashRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/HashRdfContextTest.java index 6fadbbd798..fcc0d21ee6 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/HashRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/HashRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpContainerRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpContainerRdfContextTest.java index 941e6af0b1..34748ac7cd 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpContainerRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpContainerRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpIsMemberOfRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpIsMemberOfRdfContextTest.java index 6c6e9cf0b6..5f7e5d3953 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpIsMemberOfRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpIsMemberOfRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpRdfContextTest.java index 077538710b..ceb254bf03 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/LdpRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/PrefixingIdentifierTranslatorTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/PrefixingIdentifierTranslatorTest.java index dc62e2b65e..700ce292f3 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/PrefixingIdentifierTranslatorTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/PrefixingIdentifierTranslatorTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/PropertiesRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/PropertiesRdfContextTest.java index 4fd44fd3b3..bc8a46643a 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/PropertiesRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/PropertiesRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ReferencesRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ReferencesRdfContextTest.java index 3600c4286c..685ca1452a 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ReferencesRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/ReferencesRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/SkolemNodeRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/SkolemNodeRdfContextTest.java index 26000e6a3e..eef0dca02c 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/SkolemNodeRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/SkolemNodeRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/TypeRdfContextTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/TypeRdfContextTest.java index a58f1a9a0d..5554e59adf 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/TypeRdfContextTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/TypeRdfContextTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/ItemDefinitionToTriplesTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/ItemDefinitionToTriplesTest.java index ef76b89290..8c15799e9e 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/ItemDefinitionToTriplesTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/ItemDefinitionToTriplesTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyToTripleTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyToTripleTest.java index 90a4d90360..293cb5de3c 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyToTripleTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyToTripleTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyValueIteratorTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyValueIteratorTest.java index 9c60f1e953..977ae408ee 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyValueIteratorTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/rdf/impl/mappings/PropertyValueIteratorTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/BinaryServiceImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/BinaryServiceImplTest.java index 921e784feb..680e87cdd3 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/BinaryServiceImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/BinaryServiceImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/ContainerServiceImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/ContainerServiceImplTest.java index 19faae5233..a04de65a2f 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/ContainerServiceImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/ContainerServiceImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/ExternalContentServiceImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/ExternalContentServiceImplTest.java index 275064d3a9..e9015a3ccf 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/ExternalContentServiceImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/ExternalContentServiceImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/NodeServiceImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/NodeServiceImplTest.java index a1c93ce6e6..395107cbb8 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/NodeServiceImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/NodeServiceImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/RepositoryServiceImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/RepositoryServiceImplTest.java index caab9e98da..9684b4b08b 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/RepositoryServiceImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/RepositoryServiceImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/TransactionServiceImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/TransactionServiceImplTest.java index 2b31043c9d..56f94e282f 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/TransactionServiceImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/TransactionServiceImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/VersionServiceImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/VersionServiceImplTest.java index 1495970a57..1800d29530 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/VersionServiceImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/services/VersionServiceImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/spring/DefaultPropertiesLoaderTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/spring/DefaultPropertiesLoaderTest.java index 7d61ce5ca2..5a00033d64 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/spring/DefaultPropertiesLoaderTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/spring/DefaultPropertiesLoaderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/spring/ModeShapeRepositoryFactoryBeanTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/spring/ModeShapeRepositoryFactoryBeanTest.java index 94f6ef9c00..e726654690 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/spring/ModeShapeRepositoryFactoryBeanTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/spring/ModeShapeRepositoryFactoryBeanTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestNodeIterator.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestNodeIterator.java index 2d4b8127b2..3cdbbb23ff 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestNodeIterator.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestNodeIterator.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestPropertyIterator.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestPropertyIterator.java index b72a8abfc4..e729656e46 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestPropertyIterator.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestPropertyIterator.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestTriplesContext.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestTriplesContext.java index a1b813c8c2..5619d434ef 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestTriplesContext.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/testutilities/TestTriplesContext.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/BinaryCacheEntryTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/BinaryCacheEntryTest.java index e607a9c768..247acd0fa7 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/BinaryCacheEntryTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/BinaryCacheEntryTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FedoraTypesUtilsTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FedoraTypesUtilsTest.java index e160757c93..25761dd068 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FedoraTypesUtilsTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FedoraTypesUtilsTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FixityInputStreamTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FixityInputStreamTest.java index 7ff59c4098..9fe78a54d3 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FixityInputStreamTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FixityInputStreamTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FixityResultImplTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FixityResultImplTest.java index c2839d27ea..443d01a7db 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FixityResultImplTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/FixityResultImplTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyMock.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyMock.java index b655bd2190..17100f6a12 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyMock.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyMock.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyStatementListenerTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyStatementListenerTest.java index 735c9eda9c..7a6970b86f 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyStatementListenerTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/JcrPropertyStatementListenerTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/NamespaceToolsTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/NamespaceToolsTest.java index 5c89fb50ad..b501be41c6 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/NamespaceToolsTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/NamespaceToolsTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/NodePropertiesToolsTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/NodePropertiesToolsTest.java index 1607d0ac91..9505b35730 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/NodePropertiesToolsTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/NodePropertiesToolsTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/ProjectedCacheEntryTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/ProjectedCacheEntryTest.java index 2ec75d596c..80949cc048 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/ProjectedCacheEntryTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/ProjectedCacheEntryTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/PropertyChangedListenerTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/PropertyChangedListenerTest.java index 16c119c764..dce8808703 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/PropertyChangedListenerTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/PropertyChangedListenerTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/TestHelpers.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/TestHelpers.java index 335310773b..4d31b47386 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/TestHelpers.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/TestHelpers.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/ManagedRdfTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/ManagedRdfTest.java index 8454d66092..9d746d678e 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/ManagedRdfTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/ManagedRdfTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/PersistingRdfStreamConsumerTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/PersistingRdfStreamConsumerTest.java index 7fcbe6cb98..ae07bc4efc 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/PersistingRdfStreamConsumerTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/PersistingRdfStreamConsumerTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfAdderTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfAdderTest.java index 182d0efda8..2961770a1b 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfAdderTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfAdderTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfRemoverTest.java b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfRemoverTest.java index c230f18e31..0feaae223c 100644 --- a/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfRemoverTest.java +++ b/fcrepo-kernel-modeshape/src/test/java/org/fcrepo/kernel/modeshape/utils/iterators/RdfRemoverTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/MetricsConfig.java b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/MetricsConfig.java index f1ebc7d4ef..0c2ee30a13 100644 --- a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/MetricsConfig.java +++ b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/MetricsConfig.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/MetricsContextListener.java b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/MetricsContextListener.java index ec63d7154e..b416aa1cdd 100644 --- a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/MetricsContextListener.java +++ b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/MetricsContextListener.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/RegistryService.java b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/RegistryService.java index 4d2541ea89..16f5968515 100644 --- a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/RegistryService.java +++ b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/RegistryService.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/ReporterFactory.java b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/ReporterFactory.java index 47657fd71f..66b46f34a3 100644 --- a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/ReporterFactory.java +++ b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/ReporterFactory.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/package-info.java b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/package-info.java index 33ced77948..a9d1f48bb3 100644 --- a/fcrepo-metrics/src/main/java/org/fcrepo/metrics/package-info.java +++ b/fcrepo-metrics/src/main/java/org/fcrepo/metrics/package-info.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-metrics/src/test/java/org/fcrepo/services/MetricsServiceTest.java b/fcrepo-metrics/src/test/java/org/fcrepo/services/MetricsServiceTest.java index 1c4b04b8e2..45513de4c1 100644 --- a/fcrepo-metrics/src/test/java/org/fcrepo/services/MetricsServiceTest.java +++ b/fcrepo-metrics/src/test/java/org/fcrepo/services/MetricsServiceTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-metrics/src/test/java/org/fcrepo/services/ReporterFactoryTest.java b/fcrepo-metrics/src/test/java/org/fcrepo/services/ReporterFactoryTest.java index 0930860b4c..ef3b4fccc4 100644 --- a/fcrepo-metrics/src/test/java/org/fcrepo/services/ReporterFactoryTest.java +++ b/fcrepo-metrics/src/test/java/org/fcrepo/services/ReporterFactoryTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-parent/pom.xml b/fcrepo-parent/pom.xml index 60236ebe04..7c3c40b265 100644 --- a/fcrepo-parent/pom.xml +++ b/fcrepo-parent/pom.xml @@ -48,7 +48,7 @@ 2.8.2 1.6 2.18.1 - 4.4.1 + 4.4.2 0.12 1.6 2.5.2 diff --git a/fcrepo-webapp/src/test/java/org/fcrepo/integration/AbstractResourceIT.java b/fcrepo-webapp/src/test/java/org/fcrepo/integration/AbstractResourceIT.java index 67a49adca1..5808a83c69 100644 --- a/fcrepo-webapp/src/test/java/org/fcrepo/integration/AbstractResourceIT.java +++ b/fcrepo-webapp/src/test/java/org/fcrepo/integration/AbstractResourceIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-webapp/src/test/java/org/fcrepo/integration/FedoraHtmlResponsesIT.java b/fcrepo-webapp/src/test/java/org/fcrepo/integration/FedoraHtmlResponsesIT.java index 3621dec93b..a3072df0a0 100644 --- a/fcrepo-webapp/src/test/java/org/fcrepo/integration/FedoraHtmlResponsesIT.java +++ b/fcrepo-webapp/src/test/java/org/fcrepo/integration/FedoraHtmlResponsesIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-webapp/src/test/java/org/fcrepo/integration/SanityCheckIT.java b/fcrepo-webapp/src/test/java/org/fcrepo/integration/SanityCheckIT.java index 98a36570c7..c3d8184135 100644 --- a/fcrepo-webapp/src/test/java/org/fcrepo/integration/SanityCheckIT.java +++ b/fcrepo-webapp/src/test/java/org/fcrepo/integration/SanityCheckIT.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/fcrepo-webapp/src/test/java/org/fcrepo/webapp/ConstraintExceptionsTest.java b/fcrepo-webapp/src/test/java/org/fcrepo/webapp/ConstraintExceptionsTest.java index 7aacfd60f0..b51e7f7ffd 100644 --- a/fcrepo-webapp/src/test/java/org/fcrepo/webapp/ConstraintExceptionsTest.java +++ b/fcrepo-webapp/src/test/java/org/fcrepo/webapp/ConstraintExceptionsTest.java @@ -1,9 +1,11 @@ /* - * Copyright 2015 DuraSpace, Inc. + * Licensed to DuraSpace under one or more contributor license agreements. + * See the NOTICE file distributed with this work for additional information + * regarding copyright ownership. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * DuraSpace licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *