From f232be78833c565f62de3ee0ab239a624a82f6ac Mon Sep 17 00:00:00 2001 From: Greg Williams Date: Sat, 26 Jul 2014 16:05:22 -0400 Subject: [PATCH] README cleanup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204a80c..5b0939f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ CException - Lightweight exception library for C ================================================ [![CException Build Status](https://api.travis-ci.org/ThrowTheSwitch/CException.png?branch=master)](https://travis-ci.org/ThrowTheSwitch/CException) + _This Documentation Is Released Under a Creative Commons 3.0 Attribution Share-Alike License_ CException is simple exception handling in C. It is significantly faster than full-blown C++ exception handling but loses some flexibility. It is portable to any platform supporting `setjmp`/`longjmp`.