From 23a91da204e8e70a05a712cb1849d4d855d2073e Mon Sep 17 00:00:00 2001 From: Neil McErlean Date: Tue, 14 Oct 2014 13:19:33 +0000 Subject: [PATCH] Added missing license header to file. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@88042 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../contentdata/ContentUrlKeyEntity.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/java/org/alfresco/repo/domain/contentdata/ContentUrlKeyEntity.java b/source/java/org/alfresco/repo/domain/contentdata/ContentUrlKeyEntity.java index adb0aca11a..e844a29fde 100644 --- a/source/java/org/alfresco/repo/domain/contentdata/ContentUrlKeyEntity.java +++ b/source/java/org/alfresco/repo/domain/contentdata/ContentUrlKeyEntity.java @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2005-2014 Alfresco Software Limited. + * + * This file is part of Alfresco + * + * Alfresco is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Alfresco is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Alfresco. If not, see . + */ + package org.alfresco.repo.domain.contentdata; import java.io.Serializable;