From f8ed8d2b16f18113ba7a6c6b2f0258a1fcfd99aa Mon Sep 17 00:00:00 2001 From: Gavin Cornwell Date: Tue, 15 Mar 2011 22:03:32 +0000 Subject: [PATCH] Fixed @since tags git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@26218 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../workflow/AbstractWorkflowRestApiTest.java | 4 ++-- .../workflow/ActivitiWorkflowRestApiTest.java | 18 ++++++++++++++++++ .../workflow/JBPMWorkflowRestApiTest.java | 18 ++++++++++++++++++ .../workflow/WorkflowDefinitionGet.java | 4 ++-- 4 files changed, 40 insertions(+), 4 deletions(-) diff --git a/source/java/org/alfresco/repo/web/scripts/workflow/AbstractWorkflowRestApiTest.java b/source/java/org/alfresco/repo/web/scripts/workflow/AbstractWorkflowRestApiTest.java index c31ee2faff..b1a4b452b3 100644 --- a/source/java/org/alfresco/repo/web/scripts/workflow/AbstractWorkflowRestApiTest.java +++ b/source/java/org/alfresco/repo/web/scripts/workflow/AbstractWorkflowRestApiTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Alfresco Software Limited. + * Copyright (C) 2005-2011 Alfresco Software Limited. * * This file is part of Alfresco * @@ -71,7 +71,7 @@ import com.ibm.icu.util.Calendar; /** * @author Nick Smith * @author Frederik Heremans - * + * @since 3.4.e */ public abstract class AbstractWorkflowRestApiTest extends BaseWebScriptTest { diff --git a/source/java/org/alfresco/repo/web/scripts/workflow/ActivitiWorkflowRestApiTest.java b/source/java/org/alfresco/repo/web/scripts/workflow/ActivitiWorkflowRestApiTest.java index aa436c0877..11473ec91c 100644 --- a/source/java/org/alfresco/repo/web/scripts/workflow/ActivitiWorkflowRestApiTest.java +++ b/source/java/org/alfresco/repo/web/scripts/workflow/ActivitiWorkflowRestApiTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2005-2011 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.web.scripts.workflow; import java.io.Serializable; diff --git a/source/java/org/alfresco/repo/web/scripts/workflow/JBPMWorkflowRestApiTest.java b/source/java/org/alfresco/repo/web/scripts/workflow/JBPMWorkflowRestApiTest.java index 764c1d0999..e6cdeb6e99 100644 --- a/source/java/org/alfresco/repo/web/scripts/workflow/JBPMWorkflowRestApiTest.java +++ b/source/java/org/alfresco/repo/web/scripts/workflow/JBPMWorkflowRestApiTest.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2005-2011 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.web.scripts.workflow; import org.json.JSONArray; diff --git a/source/java/org/alfresco/repo/web/scripts/workflow/WorkflowDefinitionGet.java b/source/java/org/alfresco/repo/web/scripts/workflow/WorkflowDefinitionGet.java index 57c59a1a84..971fb1570f 100644 --- a/source/java/org/alfresco/repo/web/scripts/workflow/WorkflowDefinitionGet.java +++ b/source/java/org/alfresco/repo/web/scripts/workflow/WorkflowDefinitionGet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Alfresco Software Limited. + * Copyright (C) 2005-2011 Alfresco Software Limited. * * This file is part of Alfresco * @@ -34,7 +34,7 @@ import org.springframework.extensions.webscripts.WebScriptRequest; * definition. * * @author Frederik Heremans - * @since 3.4 + * @since 3.4.e */ public class WorkflowDefinitionGet extends AbstractWorkflowWebscript {