Task #8915 (closed)
Incorrect/unclear use of GPL in text
| Reported by: | rleigh | Owned by: | jburel |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | jburel, lunson-x |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2012-07-17 (19) |
Description (last modified by jburel)
"OMERO is developed under the GPL."
But, the GPL is a /distribution/ licence, and has little to do with development. It would be clearer, and more correct, to say
"OMERO is distributed under the terms of the GNU GPL"
Or even "General Public License" in place of GPL to be completely unambiguous. The same applies to Insight as well as web.
Regards,
Roger
% grep -r -i 'developed.*gpl' . ./components/tools/OmeroWeb/omeroweb/webadmin/templates/webadmin/login.html: OMERO is developed under the GPL. For more information, visit <a href="http://www.openmicroscopy.org">Open Microscopy</a> ./components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/login.html: OMERO is developed under the GPL. For more information, visit <a href="http://www.openmicroscopy.org">Open Microscopy</a> ./components/tools/target/lib/python/omeroweb/webadmin/templates/webadmin/login.html: OMERO is developed under the GPL. For more information, visit <a href="http://www.openmicroscopy.org">Open Microscopy</a> ./components/tools/target/lib/python/omeroweb/webclient/templates/webclient/login.html: OMERO is developed under the GPL. For more information, visit <a href="http://www.openmicroscopy.org">Open Microscopy</a> ./dist/lib/python/omeroweb/webadmin/templates/webadmin/login.html: OMERO is developed under the GPL. For more information, visit <a href="http://www.openmicroscopy.org">Open Microscopy</a> ./dist/lib/python/omeroweb/webclient/templates/webclient/login.html: OMERO is developed under the GPL. For more information, visit <a href="http://www.openmicroscopy.org">Open Microscopy</a>
Change History (7)
comment:1 Changed 7 years ago by jmoore
- Cc jburel lunson-x added
- Milestone changed from Unscheduled to OMERO-Beta4.4
comment:2 Changed 7 years ago by jburel
- Description modified (diff)
comment:3 Changed 7 years ago by jburel
The text was copied from splashscreen initially done by Brian a while ago. Not difficult to replace
comment:4 Changed 7 years ago by wmoore
- Owner changed from web-team@… to jburel
Done in web https://github.com/aleksandra-tarkowska/openmicroscopy/commit/47f57b25332b4fb2f9e168e1afdf7ed86630253c
Switching to JM for Insight.
comment:5 Changed 7 years ago by wmoore
- Component changed from Web to Insight
comment:6 Changed 7 years ago by jburel
- Resolution set to fixed
- Sprint set to 2012-07-17 (19)
- Status changed from new to closed
comment:7 Changed 7 years ago by jburel <j.burel@…>
(In [f63e19f7e75ca7b2f6efa6d039ad8b6e7f5cf8f8/ome.git] on branch develop) Replace text in splashscreen see #8915
Note: this is not just in the web but also the splashscreens of insight, etc.