Skip to content

Commit 2de3578

Browse files
author
Carlos
committed
fix: remove author PII (name + email)
1 parent a18e697 commit 2de3578

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 Carlos Rocha
3+
Copyright (c) 2026 Carlos-Projects
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "palisade-scanner"
77
version = "0.1.2"
88
description = "Scan web content for prompt injection, hidden instructions, and adversarial content targeting AI agents"
99
authors = [
10-
{ name = "Carlos Rocha", email = "carlos@carlosrocha.dev" },
10+
{ name = "Carlos-Projects", email = "Carlos@AIAgentObservatory.org" },
1111
]
1212
license = { text = "MIT" }
1313
readme = "README.md"

0 commit comments

Comments
 (0)