diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-24 09:31:46 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-24 09:31:46 -0500 |
| commit | 379e44e7f1649ed2983e9167a7a4ac27303ed8d5 (patch) | |
| tree | c55caa8029b09e6a35dacad074af39ec5c4f3292 /app.js | |
| parent | 73f61722b2320f5df619a9b0db078d71b834fcec (diff) | |
| download | Project-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.js | 28 |
1 files changed, 9 insertions, 19 deletions
@@ -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'); |
