Richard Eckart de Castilho created CTAKES-401: -------------------------------------------------
Summary: 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 Priority: Minor 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)