aboutsummaryrefslogtreecommitdiffstats
path: root/icecompr/icecompr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icecompr/icecompr.cc')
-rw-r--r--icecompr/icecompr.cc24
1 files changed, 6 insertions, 18 deletions
diff --git a/icecompr/icecompr.cc b/icecompr/icecompr.cc
index 322de9a..04e2a09 100644
--- a/icecompr/icecompr.cc
+++ b/icecompr/icecompr.cc
@@ -1,21 +1,9 @@
-/*
- * IceCompr -- A simple compressor for iCE40 bit-streams
- *
- * Copyright (C) 2017 Clifford Wolf <clifford@clifford.at>
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- */
+// This is free and unencumbered software released into the public domain.
+//
+// Anyone is free to copy, modify, publish, use, compile, sell, or
+// distribute this software, either in source code form or as a compiled
+// binary, for any purpose, commercial or non-commercial, and by any
+// means.
#include <stdio.h>
#include <stdlib.h>