[chores] Add copyright header

This commit is contained in:
Martin Muehlhaeuser 2018-08-19 11:49:24 +00:00
parent 6b3a8b07d3
commit 591b3c988a
7 changed files with 42 additions and 0 deletions

View File

@ -1,4 +1,10 @@
# 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
import datetime
import logging

View File

@ -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 KlipperViewModel(parameters) {
var self = this;

View File

@ -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 KlipperGraphViewModel(parameters) {

View File

@ -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 KlipperLevelingViewModel(parameters) {
var self = this;

View File

@ -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 KlipperOffsetDialogViewModel(parameters) {
var self = this;

View File

@ -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 KlipperPidTuningViewModel(parameters) {
var self = this;

View File

@ -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() {
$('#klipper-settings a:first').tab('show');
function KlipperSettingsViewModel(parameters) {