this post was submitted on 06 Nov 2023
60 points (100.0% liked)
Open Source
31122 readers
281 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not a legal expert, but the AGPL seems to be quite clear on this point:
However, depending on the exact thing that they said, they may be in violation of the AGPL. Once they have given you (conveyed) a copy of the program, they cannot impose a license fee for the use of the software.
That's how I feel. I'm not a legal expert either. The caveat to this is that there is a disclaimer on the legal page where you are directed to the AGPL that says that you may not, "Use PDFCreator within an application or service that is not licensed under the terms of the AGPL."
I'm assuming using the software in a Windows environment is allowed as it is distributed as a Windows application. If you are using the software to accept print jobs to PDF in a manner configurable through the default UI without modifying the code or default files, I'm also hard pressed to call it a violation, regardless of the input application.
I think that the concern from PDFForge is that we were asking for assistance with a feature, which crosses the line in any sort of professional setting.
The GPL (and AGPL) do place some restrictions on how you can integrate it into another application but this doesn't have anything to do with commercial use.
Basically, if you create a derivative work and publish/sell it, you also need to license it under the AGPL. In case of the AGPL it also applied if you use it to offer a service. But if you only use the unmodified version (same source code) and the intended application interfaces, this does not apply.
Running the application on Windows is clearly allowed. The second case also sounds ok (allowing this is kinda the point of FOSS). However, if you create an improved version of PDFCreater, then you'll need to publish it under the same AGPL license.
Thanks. It's good to hear someone outline what I was thinking. I'm frustrated that the support response made it sound like we shouldn't be using the software, but I guess I'll get over it.