From 0f9686f756f5a378938d7435b24c8f261cfaf6e3 Mon Sep 17 00:00:00 2001 From: Michael Spalti Date: Sun, 1 Aug 2021 12:23:59 -0700 Subject: [PATCH] Added missing license header. --- .../java/org/dspace/app/rest/iiif/cache/CacheConfig.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dspace-server-webapp/src/main/java/org/dspace/app/rest/iiif/cache/CacheConfig.java b/dspace-server-webapp/src/main/java/org/dspace/app/rest/iiif/cache/CacheConfig.java index a6bde31bba..56a1851eef 100644 --- a/dspace-server-webapp/src/main/java/org/dspace/app/rest/iiif/cache/CacheConfig.java +++ b/dspace-server-webapp/src/main/java/org/dspace/app/rest/iiif/cache/CacheConfig.java @@ -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; import org.springframework.cache.annotation.EnableCaching;