You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "Richard Eckart de Castilho (JIRA)" <ji...@apache.org> on 2016/06/21 21:13:57 UTC

[jira] [Resolved] (CTAKES-401) License headers are JavaDoc comments but should be block comments

     [ https://issues.apache.org/jira/browse/CTAKES-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Eckart de Castilho resolved CTAKES-401.
-----------------------------------------------
    Resolution: Fixed

Globally replaced the initial `/**` with a `/*`.

> License headers are JavaDoc comments but should be block comments
> -----------------------------------------------------------------
>
>                 Key: CTAKES-401
>                 URL: https://issues.apache.org/jira/browse/CTAKES-401
>             Project: cTAKES
>          Issue Type: Bug
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Minor
>             Fix For: 3.2.3
>
>
> License headers in many (all?) cTAKES Java source files are JavaDoc comments but should be block comments:
> Should be:
> {noformat}
> /*
>  * Licensed to the Apache Software Foundation (ASF) under one
>  * or more contributor license agreements.  See the NOTICE file
>  * distributed with this work for additional information
>  * regarding copyright ownership.  The ASF licenses this file
> {noformat}
> Actual:
> {noformat}
> /**
>  * Licensed to the Apache Software Foundation (ASF) under one
>  * or more contributor license agreements.  See the NOTICE file
>  * distributed with this work for additional information
>  * regarding copyright ownership.  The ASF licenses this file
> {noformat}
> Mind the extra star in the first line that should be removed.
> With the star present, the license may be picked up as the JavaDoc for classes that do not have an additional JavaDoc block directly before the `class` keyword.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)