From f4adca391fa03bdeed0ee3c78b18adf5260a191b Mon Sep 17 00:00:00 2001 From: Alexandru Epure Date: Tue, 9 Aug 2016 15:00:40 +0000 Subject: [PATCH] Fixing files after merge from 5.2.N git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@129383 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../tests/BulkUpdatePropertiesCustomTest.java | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/source/test-java/org/alfresco/rest/api/tests/BulkUpdatePropertiesCustomTest.java b/source/test-java/org/alfresco/rest/api/tests/BulkUpdatePropertiesCustomTest.java index b3fbddea7b..bde22e5bcd 100644 --- a/source/test-java/org/alfresco/rest/api/tests/BulkUpdatePropertiesCustomTest.java +++ b/source/test-java/org/alfresco/rest/api/tests/BulkUpdatePropertiesCustomTest.java @@ -1,3 +1,29 @@ +/* + * #%L + * Alfresco Remote API + * %% + * Copyright (C) 2005 - 2016 Alfresco Software Limited + * %% + * This file is part of the Alfresco software. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * 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 . + * #L% + */ + package org.alfresco.rest.api.tests; import static org.apache.chemistry.opencmis.tck.CmisTestResultStatus.FAILURE;