Skip to content

Commit

Permalink
Add copyright note
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-ion committed Aug 30, 2023
1 parent e26c4ef commit f3888e0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hackerden/bucket.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
Copyright 2023 VMware, Inc.
SPDX-License-Identifier: Apache-2.0
*/
listBucket = (req, res) => {
res.setHeader('Content-type', 'text/xml');
let responseXML = `<?xml version="1.0" encoding="UTF-8"?>
Expand Down
4 changes: 4 additions & 0 deletions hackerden/challenge-code.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
Copyright 2023 VMware, Inc.
SPDX-License-Identifier: Apache-2.0
*/
const jwt = require('jsonwebtoken');
const crypto = require('crypto');

Expand Down
4 changes: 4 additions & 0 deletions hackerden/chat-api.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
Copyright 2023 VMware, Inc.
SPDX-License-Identifier: Apache-2.0
*/
const jwt = require('jsonwebtoken')
const challengeCode = require('./challenge-code')
const chatUsers = require('./chat/chatUsers.json')
Expand Down
4 changes: 4 additions & 0 deletions hackerden/chat/cncChat.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
Copyright 2023 VMware, Inc.
SPDX-License-Identifier: Apache-2.0
-->
<html>

<head>
Expand Down
4 changes: 4 additions & 0 deletions hackerden/code/getCode.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
Copyright 2023 VMware, Inc.
SPDX-License-Identifier: Apache-2.0
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
Expand Down

0 comments on commit f3888e0

Please sign in to comment.