license text change

This commit is contained in:
Ankit Patial 2025-06-16 22:26:47 +05:30
parent 0240ec154e
commit c0deea718b
31 changed files with 100 additions and 36 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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 (

View File

@ -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 (

View File

@ -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 (

View File

@ -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
View File

@ -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

View File

@ -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

View File

@ -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 (

View File

@ -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

View File

@ -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 (

View File

@ -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 (

View File

@ -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

View File

@ -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 (

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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