Added missing license header.

This commit is contained in:
Michael Spalti
2021-08-01 12:23:59 -07:00
parent 8acbab766d
commit 0f9686f756

View File

@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.app.rest.iiif.cache; package org.dspace.app.rest.iiif.cache;
import org.springframework.cache.annotation.EnableCaching; import org.springframework.cache.annotation.EnableCaching;