From 353d6038b238b5dda6f2494f9d18a2c45131c50a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 28 Jan 2019 17:25:18 +0100 Subject: Generated copyright notices --- src/index.js | 7 +++++++ src/routes.js | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'src') diff --git a/src/index.js b/src/index.js index c664485..f903edd 100644 --- a/src/index.js +++ b/src/index.js @@ -1,3 +1,10 @@ +/* + * index.js + * Copyright (c) 2019, Texx + * License: MIT + * See https://github.com/texxme/Texx/blob/master/LICENSE + */ + import {ExpressPeerServer} from "peer"; import express from 'express'; import path from 'path'; diff --git a/src/routes.js b/src/routes.js index ef00e68..d97ed0a 100644 --- a/src/routes.js +++ b/src/routes.js @@ -1,3 +1,10 @@ +/* + * routes.js + * Copyright (c) 2019, Texx + * License: MIT + * See https://github.com/texxme/Texx/blob/master/LICENSE + */ + import {Router} from 'express'; const routes = Router(); -- cgit v1.2.3