Revoking Artistic License

degen-loop-screen
Alessandro Ranellucci 2012-01-18 20:04:18 +01:00
parent d1ad02cc71
commit ce4aca0b29
2 changed files with 4 additions and 1 deletions

View File

@ -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?

View File

@ -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;