From a0bb5f9731ebfe060efd47b2015332302c9b4e43 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 24 Aug 2026 10:47:26 +0200 Subject: [PATCH] remove pop directional formatting characters `\u202c` was present in both the LICENSE and the package.json file. This type of character is used in text to preserve formatting when switching between sinistrodextral and dextrosinistral languages. They can however trip up various scanning tools as it could obfuscate source code. While this is obviously not the case here, as it is part of the email address, it makes sense to fix it anyway. Fixes #34 --- LICENSE | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 6dace75..0bfbb73 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Eyal.D +Copyright (c) 2019 Eyal.D Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index fb35e95..3194be5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "https://github.com/hisco/http2-client/issues" }, "homepage": "https://github.com/hisco", - "author": "Eyald ", + "author": "Eyald ", "license": "MIT", "dependencies": {} }