Update to License to all match AGPL
Some code was marked GPL and some was marked AGPL. Now it's all AGPL.
This commit is contained in:
parent
35ad58006c
commit
89156d51f3
722
LICENSE.md
722
LICENSE.md
File diff suppressed because it is too large
Load Diff
|
@ -1,10 +1,17 @@
|
||||||
# coding=utf-8
|
# <Octoprint Klipper Plugin>
|
||||||
# OctoPrint Klipper Plugin
|
|
||||||
#
|
|
||||||
# Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
|
||||||
#
|
|
||||||
# This file may be distributed under the terms of the GNU GPLv3 license.
|
|
||||||
|
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -1,4 +1,17 @@
|
||||||
# Copyright (C) 2016-2018 Kevin O'Connor <kevin@koconnor.net>
|
# <Octoprint Klipper Plugin>
|
||||||
|
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import flask
|
import flask
|
||||||
import optparse, datetime
|
import optparse, datetime
|
||||||
|
|
|
@ -1,8 +1,17 @@
|
||||||
// OctoPrint Klipper Plugin
|
// <Octoprint Klipper Plugin>
|
||||||
//
|
|
||||||
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
// it under the terms of the GNU Affero General Public License as
|
||||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
// published by the Free Software Foundation, either version 3 of the
|
||||||
|
// License, or (at your option) any later version.
|
||||||
|
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
function KlipperViewModel(parameters) {
|
function KlipperViewModel(parameters) {
|
||||||
|
|
|
@ -1,8 +1,17 @@
|
||||||
// OctoPrint Klipper Plugin
|
// <Octoprint Klipper Plugin>
|
||||||
//
|
|
||||||
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
// it under the terms of the GNU Affero General Public License as
|
||||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
// published by the Free Software Foundation, either version 3 of the
|
||||||
|
// License, or (at your option) any later version.
|
||||||
|
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,17 @@
|
||||||
// OctoPrint Klipper Plugin
|
// <Octoprint Klipper Plugin>
|
||||||
//
|
|
||||||
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
// it under the terms of the GNU Affero General Public License as
|
||||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
// published by the Free Software Foundation, either version 3 of the
|
||||||
|
// License, or (at your option) any later version.
|
||||||
|
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
function KlipperLevelingViewModel(parameters) {
|
function KlipperLevelingViewModel(parameters) {
|
||||||
|
|
|
@ -1,8 +1,17 @@
|
||||||
// OctoPrint Klipper Plugin
|
// <Octoprint Klipper Plugin>
|
||||||
//
|
|
||||||
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
// it under the terms of the GNU Affero General Public License as
|
||||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
// published by the Free Software Foundation, either version 3 of the
|
||||||
|
// License, or (at your option) any later version.
|
||||||
|
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
function KlipperOffsetDialogViewModel(parameters) {
|
function KlipperOffsetDialogViewModel(parameters) {
|
||||||
|
|
|
@ -1,8 +1,17 @@
|
||||||
// OctoPrint Klipper Plugin
|
// <Octoprint Klipper Plugin>
|
||||||
//
|
|
||||||
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
// it under the terms of the GNU Affero General Public License as
|
||||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
// published by the Free Software Foundation, either version 3 of the
|
||||||
|
// License, or (at your option) any later version.
|
||||||
|
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
function KlipperMacroDialogViewModel(parameters) {
|
function KlipperMacroDialogViewModel(parameters) {
|
||||||
|
|
|
@ -1,8 +1,17 @@
|
||||||
// OctoPrint Klipper Plugin
|
// <Octoprint Klipper Plugin>
|
||||||
//
|
|
||||||
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
// it under the terms of the GNU Affero General Public License as
|
||||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
// published by the Free Software Foundation, either version 3 of the
|
||||||
|
// License, or (at your option) any later version.
|
||||||
|
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
function KlipperPidTuningViewModel(parameters) {
|
function KlipperPidTuningViewModel(parameters) {
|
||||||
|
|
|
@ -1,8 +1,17 @@
|
||||||
// OctoPrint Klipper Plugin
|
// <Octoprint Klipper Plugin>
|
||||||
//
|
|
||||||
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
// This program is free software: you can redistribute it and/or modify
|
||||||
//
|
// it under the terms of the GNU Affero General Public License as
|
||||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
// published by the Free Software Foundation, either version 3 of the
|
||||||
|
// License, or (at your option) any later version.
|
||||||
|
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$('#klipper-settings a:first').tab('show');
|
$('#klipper-settings a:first').tab('show');
|
||||||
|
|
15
setup.py
15
setup.py
|
@ -1,4 +1,17 @@
|
||||||
# coding=utf-8
|
# <Octoprint Klipper Plugin>
|
||||||
|
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
plugin_identifier = "klipper"
|
plugin_identifier = "klipper"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue