mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Revoking Artistic License
This commit is contained in:
@@ -70,7 +70,7 @@ find me in #reprap on FreeNode with the nickname _Sound_.
|
|||||||
|
|
||||||
## What's Slic3r license?
|
## 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).
|
The author is Alessandro Ranellucci (me).
|
||||||
|
|
||||||
## How can I invoke slic3r.pl using the command line?
|
## How can I invoke slic3r.pl using the command line?
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
package Slic3r;
|
package Slic3r;
|
||||||
|
|
||||||
|
# Copyright holder: Alessandro Ranellucci
|
||||||
|
# This application is licensed under the GNU Affero General Public License, version 3
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user