Removing copyright. This software is now entirely in the public domain.

This commit is contained in:
richgel999
2020-09-15 14:12:38 -04:00
parent 44c8402e24
commit 57353fa9ac
137 changed files with 186 additions and 245 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// File: crn_hash_map.h
// See Copyright Notice and license at the end of inc/crnlib.h
// This software is in the public domain. Please see license.txt.
//
// Notes:
// stl-like hash map/hash set, with predictable performance across platforms/compilers/C run times/etc.