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).
// 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

View File

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

View File

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

View File

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

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
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
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
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
import "testing"

View File

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

View File

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

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

View File

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

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

View File

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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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