Add MIT header

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2017-08-27 22:40:00 +01:00
parent 30656edfd6
commit fba2d8aa52
3 changed files with 9 additions and 0 deletions

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 queue package queue
import "net/url" import "net/url"