Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* Copyright © 2016-2025 Kuali, Inc. - All Rights Reserved */
var util = require('util')
var kcl = require('aws-kcl')
var logger = require('./logger')
Expand Down
1 change: 1 addition & 0 deletions logger.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* Copyright © 2016-2025 Kuali, Inc. - All Rights Reserved */
var log4js = require('log4js')

function logger() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"main": "app.js",
"author": "",
"license": "ISC",
"license": "UNLICENSED",
"dependencies": {
"aws-kcl": "0.5.0",
"co": "4.6.0",
Expand Down