mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-10 16:39:08 +08:00
Revoking Artistic License
This commit is contained in:
parent
d1ad02cc71
commit
ce4aca0b29
@ -70,7 +70,7 @@ find me in #reprap on FreeNode with the nickname _Sound_.
|
||||
|
||||
## What's Slic3r license?
|
||||
|
||||
Slic3r is dual-licensed under the _Perl Artistic License_ and the _AGPLv3_.
|
||||
Slic3r is licensed under the _GNU Affero General Public License, version 3_.
|
||||
The author is Alessandro Ranellucci (me).
|
||||
|
||||
## How can I invoke slic3r.pl using the command line?
|
||||
|
@ -1,5 +1,8 @@
|
||||
package Slic3r;
|
||||
|
||||
# Copyright holder: Alessandro Ranellucci
|
||||
# This application is licensed under the GNU Affero General Public License, version 3
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user