-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing copyright sign and adjusting flaky test
- Loading branch information
Oleg Sklyar
committed
Jan 4, 2016
1 parent
fe80b73
commit 6c56cef
Showing
5 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,15 +102,15 @@ implement an algorithm with e.g. more randomness, but with longer Ids and shorte | |
|
||
## License | ||
|
||
Copyright © 2016 Ventu.io, Oleg Sklyar, contributors. | ||
Copyright (c) 2016 Ventu.io, Oleg Sklyar, contributors. | ||
|
||
Distributed under a MIT style license found in the [LICENSE][license] file. | ||
|
||
**[Original algorithm][nodeshortid]:** Copyright © 2015 Dylan Greene, contributors. The same MIT | ||
**[Original algorithm][nodeshortid]:** Copyright (c) 2015 Dylan Greene, contributors. The same MIT | ||
license applies. Many thanks to Dylan for putting together the original node.js library, which | ||
inspired this "port": | ||
|
||
**Seed computation:** based on The Central Randomizer 1.3. Copyright © 1997 Paul Houle ([email protected]) | ||
**Seed computation:** based on The Central Randomizer 1.3. Copyright (c) 1997 Paul Houle ([email protected]) | ||
|
||
|
||
[go]: https://golang.org | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
// Copyright © 2016 Ventu.io, Oleg Sklyar, contributors | ||
// Copyright (c) 2016 Ventu.io, Oleg Sklyar, contributors | ||
// The use of this source code is governed by a MIT style license found in the LICENSE file | ||
|
||
// Original algorithm: | ||
// Copyright © 2015 Dylan Greene, contributors: https://github.com/dylang/shortid. | ||
// Copyright (c) 2015 Dylan Greene, contributors: https://github.com/dylang/shortid. | ||
// MIT-license as found in the LICENSE file. | ||
|
||
// Seed computation: based on The Central Randomizer 1.3 | ||
// Copyright © 1997 Paul Houle ([email protected]) | ||
// Copyright (c) 1997 Paul Houle ([email protected]) | ||
|
||
// Package shortid enables the generation of short, unique, non-sequential and by default URL friendly | ||
// Ids. The package is heavily inspired by the node.js https://github.com/dylang/shortid library. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters