aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-24 09:31:46 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-24 09:31:46 -0500
commit379e44e7f1649ed2983e9167a7a4ac27303ed8d5 (patch)
treec55caa8029b09e6a35dacad074af39ec5c4f3292 /app.js
parent73f61722b2320f5df619a9b0db078d71b834fcec (diff)
downloadProject-NewTube-379e44e7f1649ed2983e9167a7a4ac27303ed8d5.tar.gz
Project-NewTube-379e44e7f1649ed2983e9167a7a4ac27303ed8d5.tar.bz2
Project-NewTube-379e44e7f1649ed2983e9167a7a4ac27303ed8d5.zip
Changed copyright and added context in navbar
Diffstat (limited to 'app.js')
-rw-r--r--app.js28
1 files changed, 9 insertions, 19 deletions
diff --git a/app.js b/app.js
index 17e19ee..1f9292f 100644
--- a/app.js
+++ b/app.js
@@ -1,22 +1,12 @@
-/*********************************
-
- Alee Productions Website: Website for Alee Productions
- Copyright (C) 2019 Alee
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-
-**************************************/
+ /*******************************************************************************
+ *
+ * Project NewTube: A YouTube alternative.
+ * Copyright (C) 2019 Alee Productions Team.
+ *
+ * This software is protected by the copyright and licensing rights held
+ * by the Alee Productions Team. (2019)
+ *
+ *********************************************************************************/
const express = require('express');
const app = express();
const moment = require('moment');