Skip to content

Commit

Permalink
Add copyright to the source code. Fixes #112
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Jun 24, 2023
1 parent fbabb71 commit e17f653
Show file tree
Hide file tree
Showing 59 changed files with 353 additions and 0 deletions.
6 changes: 6 additions & 0 deletions alphanumeric.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions alphanumeric_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions ascii.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions ascii_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
5 changes: 5 additions & 0 deletions checker.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions checker_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions cidr.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions cidr_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions credit_card.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions credit_card_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions digits.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions digits_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions email.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions email_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions fqdn.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions fqdn_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions header.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
6 changes: 6 additions & 0 deletions ip.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions ip_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions ipv4.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions ipv4_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions ipv6.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions ipv6_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions isbn.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions isbn_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions lower.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions lower_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions luhn.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions luhn_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions mac.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions mac_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions max.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions max_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions maxlength.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions maxlength_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions min.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions min_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions minlenght.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
6 changes: 6 additions & 0 deletions minlength_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker_test

import (
Expand Down
6 changes: 6 additions & 0 deletions regexp.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package checker is a Go library for validating user input through struct tags.
//
// Copyright (c) 2023 Onur Cinar. All Rights Reserved.
// The source code is provided under MIT License.
//
// https://github.com/cinar/checker
package checker

import (
Expand Down
Loading

0 comments on commit e17f653

Please sign in to comment.