mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 20:46:41 +00:00
Add license into code files for MIT
This commit is contained in:
3
gateway/assets/script/bootstrap.js
vendored
3
gateway/assets/script/bootstrap.js
vendored
@ -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',
|
||||
|
Reference in New Issue
Block a user