orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Missing license statement in two files #6354

Closed willebra closed 1 month ago

willebra commented 1 month ago

The following files:

src/main/java/org/orbeon/oxf/servicedirectory/ServiceDefinition.java src/main/java/org/orbeon/oxf/util/JMSUtils.java (<-- seems to be from some older snapshot)

contain a copyright statement `/*

Is this outdated? If yes, could it be udated to LGPL-2.1-or-later license?

ebruchez commented 1 month ago

Indeed these are obsolete files. We have now removed ServiceDefinition.java as well. Hopefully that is enough?

willebra commented 1 month ago

Thanks for the info & change.