Skip to content

Commit

Permalink
Update copyright headers
Browse files Browse the repository at this point in the history
Signed-off-by: Walter Scheper <walter.scheper@gmail.com>
  • Loading branch information
wfscheper committed Nov 3, 2020
1 parent 3277b0f commit 86653bc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tld.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright 2020 Walter Scheper <walter.scheper@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

package rapid

import "strings"
Expand Down
6 changes: 6 additions & 0 deletions url.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright 2020 Walter Scheper <walter.scheper@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

package rapid

import (
Expand Down
6 changes: 6 additions & 0 deletions url_example_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright 2020 Walter Scheper <walter.scheper@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

package rapid_test

import (
Expand Down
6 changes: 6 additions & 0 deletions url_external_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright 2020 Walter Scheper <walter.scheper@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

package rapid_test

import (
Expand Down

0 comments on commit 86653bc

Please sign in to comment.