Add license into code files for MIT

This commit is contained in:
Alex
2017-04-27 22:47:09 +01:00
committed by Alex Ellis
parent 6fa85d2a27
commit 569ccbf323
17 changed files with 49 additions and 1 deletions

View File

@ -1,4 +1,7 @@
"use strict"
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
var app = angular.module('faasGateway', ['ngMaterial']);
app.controller("home", ['$scope', '$log', '$http', '$location', '$timeout', '$mdDialog',