Some of these seem really questionable at first glance (note that I haven't read the entire patents yet) > United States Patent No. 6,415,280 "Identifying and Requesting Data in Network Using Identifiers Which Are Based On Contents of Data." This sounds alot like hashing the contents of a file to get and identifier for it. If anything it sounds like maybe Git itself violates this, but I thought that Git hashed the di…
Git doesn't violate this in any way. Read the claims. They're talking about distributing data throughout a network of servers, using an hash as a key to know from which servers to request the data. It's more similar to database sharding.
Hmm... We used that to shard the MySQL databases for our WordPress setup too...