[ https://issues.apache.org/jira/browse/CTAKES-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15342717#comment-15342717 ]
ASF subversion and git services commented on CTAKES-401: -------------------------------------------------------- Commit 1749604 from r...@apache.org in branch 'ctakes/trunk' [ https://svn.apache.org/r1749604 ] [CTAKES-401] License headers are JavaDoc comments but should be block comments > 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)