licensing

This commit is contained in:
d3m1g0d
2019-05-30 17:48:01 +02:00
parent 0035b2e6f3
commit 659fb74071
6 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
# All code in this file is licensed under the ISC license, provided in LICENSE.txt
from flask import Flask, redirect, url_for, request
import flask
import sensors

View File

@@ -1,7 +1,6 @@
# sensors.py - a module for interfacing to the sensors
# Copyright 2019 Kristjan Komloši
# The code in this file is licensed under the 3-clause BSD License
# All code in this file is licensed under the ISC license, provided in LICENSE.txt
import serial as ser
import pandas as pd
import smbus2

View File

@@ -1,6 +1,6 @@
# storage.py - storage backend for TeraHz
# Copyright Kristjan Komloši 2019
# This code is licensed under the 3-clause BSD license
# All code in this file is licensed under the ISC license, provided in LICENSE.txt
import sqlite3