Play Fair, Give Credit where due

This commit is contained in:
David Todd 2016-11-17 16:12:03 -06:00
parent 10d679c5a5
commit d7bfa01f03
5 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,8 @@
MIT License
Copyright (c) 2013, Marcel Hellkamp http://bottlepy.org/
Copyright (c) 2010-2016 Google, Inc. http://angularjs.org
Copyright (c) 2013-2016 Mattias Holmlund, http://mattiash.github.io/angular-tablesort
Copyright (c) 2016 David Todd (c0de) <c0de@c0defox.es>
Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# Cisco CDR Parser v1.0
# (c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
# License: MIT
import tempfile
import hashlib

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# Cisco CDR Parser v1.0
# (c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
# License: MIT
from bottle import SimpleTemplate, static_file, response, request, route, run
import tempfile

View File

@ -1,3 +1,8 @@
/*
Cisco CDR Parser v1.0
(c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
License: MIT
*/
var app = angular.module('MyApp', ['ngMaterial','tableSort',]).controller('logviewer', function($scope, $http, $mdDialog){
var tmp = [];
var list = '[[bigData]]'; // Pull in information provided by bottle's template engine

View File

@ -1,3 +1,8 @@
<!--
Cisco CDR Parser v1.0
(c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
License: MIT
-->
<!DOCTYPE html>
<html ng-app="MyApp">
<head>