[chores] Add copyright header
This commit is contained in:
parent
6b3a8b07d3
commit
591b3c988a
|
@ -1,4 +1,10 @@
|
||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
|
# OctoPrint Klipper Plugin
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
||||||
|
#
|
||||||
|
# This file may be distributed under the terms of the GNU GPLv3 license.
|
||||||
|
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// OctoPrint Klipper Plugin
|
||||||
|
//
|
||||||
|
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
||||||
|
//
|
||||||
|
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
function KlipperViewModel(parameters) {
|
function KlipperViewModel(parameters) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// OctoPrint Klipper Plugin
|
||||||
|
//
|
||||||
|
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
||||||
|
//
|
||||||
|
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|
||||||
function KlipperGraphViewModel(parameters) {
|
function KlipperGraphViewModel(parameters) {
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// OctoPrint Klipper Plugin
|
||||||
|
//
|
||||||
|
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
||||||
|
//
|
||||||
|
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
function KlipperLevelingViewModel(parameters) {
|
function KlipperLevelingViewModel(parameters) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// OctoPrint Klipper Plugin
|
||||||
|
//
|
||||||
|
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
||||||
|
//
|
||||||
|
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
function KlipperOffsetDialogViewModel(parameters) {
|
function KlipperOffsetDialogViewModel(parameters) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// OctoPrint Klipper Plugin
|
||||||
|
//
|
||||||
|
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
||||||
|
//
|
||||||
|
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
function KlipperPidTuningViewModel(parameters) {
|
function KlipperPidTuningViewModel(parameters) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// OctoPrint Klipper Plugin
|
||||||
|
//
|
||||||
|
// Copyright (C) 2018 Martin Muehlhaeuser <github@mmone.de>
|
||||||
|
//
|
||||||
|
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$('#klipper-settings a:first').tab('show');
|
$('#klipper-settings a:first').tab('show');
|
||||||
function KlipperSettingsViewModel(parameters) {
|
function KlipperSettingsViewModel(parameters) {
|
||||||
|
|
Loading…
Reference in New Issue