Bug 48361

Summary: Incompatible GPL license in services/univention-printserver
Product: UCS Reporter: Philipp Hahn <hahn>
Component: PrintserverAssignee: UCS maintainers <ucs-maintainers>
Status: NEW --- QA Contact: UCS maintainers <ucs-maintainers>
Severity: normal    
Priority: P5    
Version: UCS 4.4   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
See Also: https://forge.univention.org/bugzilla/show_bug.cgi?id=28499
What kind of report is it?: Development Internal What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional): License
Max CVSS v3 score:

Description Philipp Hahn univentionstaff 2018-12-17 15:07:40 CET
conffiles/etc/cups/cupsd.conf is based on conf/cupds.conf.in from e very old version of CUPS (1.3), which was back than under GPL-2-only, while our package is AGPL-3.0-only, which is AFAIK incompatible:
<https://en.wikipedia.org/wiki/Affero_General_Public_License#Compatibility_with_the_GPL>

Apple bough cups from Easy Software Products and re-livened everything in 2017 under the Apache-2.0 licence, which would be compatible with AGPL-3.0 (AFAIK): <https://www.cups.org/blog/2017-11-07-cups-license-change.html>. We should update base our template on that version.