Skip to content

Commit

Permalink
Adjust trie LICENSE and README
Browse files Browse the repository at this point in the history
This was developed for GDS. So I think it's acceptable to modify the LICENSE
copyright.

Godoc link should now point to this repo.
  • Loading branch information
dcarley committed Nov 5, 2013
1 parent fd0c5b4 commit a86e436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trie/LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2013 Nick Stenning
Copyright (c) 2013 Government Digital Service

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion trie/README.md
Expand Up @@ -12,4 +12,4 @@ Read the documentation on [godoc.org][docs] for details of how to use `trie`.

[trie]: https://en.wikipedia.org/wiki/Trie
[go]: http://golang.org
[docs]: http://godoc.org/github.com/nickstenning/trie
[docs]: http://godoc.org/github.com/alphagov/router/trie

0 comments on commit a86e436

Please sign in to comment.