Commit b5c95192 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

license headers

parent 2a56c1bb
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
/*
FILE NAME  : debugfs.js
DESCRIPTION: dynamic debug frontend
REVISION: 1.00
AUTHOR: Oleg Dzhimiev <oleg@elphel.com>
LICENSE: AGPL, see http://www.gnu.org/licenses/agpl.txt
Copyright (C) 2016 Elphel, Inc.
*/

var CUT_STRING_LIMIT = 20;
var NLINES = 30;

+9 −0
Original line number Diff line number Diff line
<?php
/*
FILE NAME  : debugfs.php
DESCRIPTION: dynamic debug backend
REVISION: 1.00
AUTHOR: Oleg Dzhimiev <oleg@elphel.com>
LICENSE: AGPL, see http://www.gnu.org/licenses/agpl.txt
Copyright (C) 2016 Elphel, Inc.
*/

//globals
$config = "debugfs.json";
$tmp_config = "/tmp/$config";