license text change
This commit is contained in:
parent
0240ec154e
commit
c0deea718b
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package email
|
package email
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package email
|
package email
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package email
|
package email
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package email
|
package email
|
||||||
|
|
||||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
|||||||
module code.patial.tech/go/appcore
|
module code.patial.tech/go/appcore
|
||||||
|
|
||||||
go 1.24.4
|
go 1.24
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/go-playground/validator/v10 v10.26.0
|
github.com/go-playground/validator/v10 v10.26.0
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package jwt
|
package jwt
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package jwt
|
package jwt
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech. All rights reserved.
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// Use of this source code is governed by a BSD-style
|
//
|
||||||
// license that can be found in the LICENSE file.
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package mime
|
package mime
|
||||||
|
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
//go:build darwin
|
//go:build darwin
|
||||||
|
|
||||||
// Copyright 2024 Patial Tech. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style
|
|
||||||
// license that can be found in the LICENSE file.
|
|
||||||
|
|
||||||
package open
|
package open
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
//go:build linux
|
//go:build linux
|
||||||
|
|
||||||
// Copyright 2024 Patial Tech. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style
|
|
||||||
// license that can be found in the LICENSE file.
|
|
||||||
|
|
||||||
package open
|
package open
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech. All rights reserved.
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// Use of this source code is governed by a BSD-style
|
//
|
||||||
// license that can be found in the LICENSE file.
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package open
|
package open
|
||||||
|
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
//go:build windows
|
//go:build windows
|
||||||
|
|
||||||
// Copyright 2024 Patial Tech. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style
|
|
||||||
// license that can be found in the LICENSE file.
|
|
||||||
|
|
||||||
package open
|
package open
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package ptr
|
package ptr
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package request
|
package request
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package request
|
package request
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package request
|
package request
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package response
|
package response
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package structs
|
package structs
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package uid
|
package uid
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package uid
|
package uid
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Copyright 2024 Patial Tech (Ankit Patial).
|
// Copyright 2024 Patial Tech (Ankit Patial).
|
||||||
// All rights reserved.
|
//
|
||||||
|
// This file is part of code.patial.tech/go/appcore, which is MIT licensed.
|
||||||
|
// See http://opensource.org/licenses/MIT
|
||||||
|
|
||||||
package validate
|
package validate
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user