mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Revoking Artistic License
This commit is contained in:
parent
d1ad02cc71
commit
ce4aca0b29
2 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue