licensing
This commit is contained in:
@@ -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
|
from flask import Flask, redirect, url_for, request
|
||||||
import flask
|
import flask
|
||||||
import sensors
|
import sensors
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
# sensors.py - a module for interfacing to the sensors
|
# sensors.py - a module for interfacing to the sensors
|
||||||
# Copyright 2019 Kristjan Komloši
|
# 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 serial as ser
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import smbus2
|
import smbus2
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# storage.py - storage backend for TeraHz
|
# storage.py - storage backend for TeraHz
|
||||||
# Copyright Kristjan Komloši 2019
|
# 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
|
import sqlite3
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// All code in this file is licensed under the ISC license, provided in LICENSE.txt
|
||||||
var globalObject;
|
var globalObject;
|
||||||
$('#update').click(function () {
|
$('#update').click(function () {
|
||||||
updateData();
|
updateData();
|
||||||
|
|||||||
4
main.py
4
main.py
@@ -1,5 +1,5 @@
|
|||||||
#main.py - the main program file of the TeraHz project
|
# main.py - the main program file of the TeraHz project
|
||||||
#This code is licensed under 3-clause BSD licensed
|
# All code in this file is licensed under the ISC license, provided in LICENSE.txt
|
||||||
import serial as ser
|
import serial as ser
|
||||||
|
|
||||||
#global config
|
#global config
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# getcdata.py - fetch the calibrated data from the AS7265x module
|
# getcdata.py - fetch the calibrated data from the AS7265x module
|
||||||
# this program is 3-clause BSD license
|
# All code in this file is licensed under the ISC license, provided in LICENSE.txt
|
||||||
|
|
||||||
import serial as ser
|
import serial as ser
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|||||||
Reference in New Issue
Block a user