Affero General Public License

I want to use phplist on business.
And, In the future, I will manage by docker.
I’m worried about Affero General Public License.

  1. Do I need to publish dockerfile?
    If I change source code, is it necessary to publish?

  2. I want to remove “powered by phplist” in email footer?
    Is it problem for AGPL?

Thanks!

Great!

If you use the standard dockerfile provided in the phpList repository then yes you need to share your modifications back to the community. If you write your own dockerfile from scratch then you don’t.

You can remove the powered by image by enabling this in your config file: define('EMAILTEXTCREDITS', 1);. It will be replaced with text instead. Those links support this community via phpList Ltd., the company which supports the product.

If you make another modifications to the phpList source code then you need to share your changes back to the community, under the terms of the AGPL 3 license.

1 Like

I understand very well!
Thank you so much!

1 Like