disclaimer.
authorAuke Kok <auke-jan.h.kok@intel.com>
Wed, 2 Feb 2011 19:31:20 +0000 (14:31 -0500)
committerAuke Kok <auke-jan.h.kok@intel.com>
Wed, 2 Feb 2011 19:31:20 +0000 (14:31 -0500)
segfault.c

index f614290..5863fa1 100644 (file)
@@ -2,6 +2,11 @@
  * segfault.c - a program that is intended to create a segmentation
  *              fault (SIGSEGV).
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  That also
+ * implies that it might not even segfault in the first place.
+ *
  * No license - this code originates from Public Domain examples
  * on the internet. Not that I'd want to claim copyright anyway
  * on a program that is intended to crash in the first place.