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,6 +1,6 @@
MIT License MIT License
Copyright (c) 2010-2017 Alex Ellis Copyright (c) 2016-2017 Alex Ellis
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,4 +1,7 @@
"use strict" "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']); var app = angular.module('faasGateway', ['ngMaterial']);
app.controller("home", ['$scope', '$log', '$http', '$location', '$timeout', '$mdDialog', app.controller("home", ['$scope', '$log', '$http', '$location', '$timeout', '$mdDialog',

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package handlers package handlers
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package handlers package handlers
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package handlers package handlers
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package metrics package metrics
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package metrics package metrics
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package requests package requests
// CreateFunctionRequest create a function in the swarm. // CreateFunctionRequest create a function in the swarm.

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package tests package tests
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package inttests package inttests
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package inttests package inttests
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package inttests package inttests
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package tests package tests
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package main package main
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package main package main
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package main package main
import ( import (

View File

@ -1,3 +1,6 @@
// Copyright (c) Alex Ellis 2017. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package types package types
import ( import (