Remove copyright headers in code

This commit is contained in:
miruka
2019-08-11 08:34:36 -04:00
parent 67dde68126
commit 3c35616eaa
87 changed files with 0 additions and 260 deletions

View File

@@ -1,7 +1,3 @@
// Copyright 2019 miruka
// This file is part of harmonyqml, licensed under LGPLv3.
function hsluv(hue, saturation, lightness, alpha=1.0) {
let rgb = py.callSync("hsluv", [hue, saturation, lightness])
return Qt.rgba(rgb[0], rgb[1], rgb[2], alpha)