This is the about text that is loaded for all utilities (DocumentAnalyzer,
CVD etc.) in org.apache.uima.tools.util.gui.AboutDialog. Please do not
remove ;-)
--Thilo
Marshall Schor wrote:
> uimaj-tools has in src/main/resources in
> org/apache/uima/tools/util/gui/ a file "about.txt, with the content:
>
>
> Apache UIMA (Unstructured Information Management Architecture) SDK
> Version ${version}-incubating
> http://incubator.apache.org/uima
>
> Copyright 2006, 2007 The Apache Software Foundation
>
> This product includes software developed at
> The Apache Software Foundation (http://www.apache.org/).
>
>
> This file seems left over from something previous. The ${version} is
> never replaced. Normally, "about" files are for Eclipse plugins, I
> think, where you add additional licensing temrs that apply to that plugin.
>
> Does anyone know the purpose of this file, if there is none, does anyone
> object to removing it?
>
> -Marshall