From ce4aca0b29ce06f4da91adda95e98709874aa2fe Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Wed, 18 Jan 2012 20:04:18 +0100 Subject: [PATCH] Revoking Artistic License --- README.markdown | 2 +- lib/Slic3r.pm | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 236c4fcd..794e9751 100644 --- a/README.markdown +++ b/README.markdown @@ -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? diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index b692e662..b7d6303b 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -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;