Add missing copyright line to headers and cc files

This commit is contained in:
Arne Welzel 2024-12-06 12:45:44 +01:00
parent d93249eeab
commit 9619cd0f17
163 changed files with 323 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// See the file "COPYING" in the main distribution directory for copyright.
// A simple but fast data structure for sets of integers.
// Only supported operations are insert, remove and membership test.
//