Skip to content

Commit 010c4e0

Browse files
committed
Add LICENSE information for maglev.go
1 parent 0ee521d commit 010c4e0

File tree

1 file changed

+10
-0
lines changed
  • src/code.cloudfoundry.org/gorouter/route

1 file changed

+10
-0
lines changed

src/code.cloudfoundry.org/gorouter/route/maglev.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package route
22

3+
/******************************************************************************
4+
* Original github.com/kkdai/maglev/maglev.go
5+
*
6+
* Copyright (c) 2019 Evan Lin (github.com/kkdai)
7+
*
8+
* This program and the accompanying materials are made available under
9+
* the terms of the Apache License, Version 2.0 which is available at
10+
* http://www.apache.org/licenses/LICENSE-2.0.
11+
******************************************************************************/
12+
313
import (
414
"errors"
515
"fmt"

0 commit comments

Comments
 (0)