license text change
This commit is contained in:
parent
0240ec154e
commit
c0deea718b
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -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
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
import "testing"
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -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
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
import (
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
||||
module code.patial.tech/go/appcore
|
||||
|
||||
go 1.24.4
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
github.com/go-playground/validator/v10 v10.26.0
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -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
|
||||
|
||||
import (
|
||||
|
@ -1,6 +1,7 @@
|
||||
// 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.
|
||||
// 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 mime
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
//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
|
||||
|
||||
import (
|
||||
|
@ -1,9 +1,5 @@
|
||||
//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
|
||||
|
||||
import (
|
||||
|
@ -1,6 +1,7 @@
|
||||
// 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.
|
||||
// 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 open
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
//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
|
||||
|
||||
import (
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user