---- Side Bar ----
Contributors: Brian Hume, and others
Requires at least: Windows XP, .Net 4
Tested on: Windows 7
Version: 1.0
License: GPLv3 or later (http://www.gnu.org/licenses/gpl-3.0.html)

--- Description ---

Side Bar is a clipboard application that I wrote to aid me and my friends in coding. It has many useful features such as creating project specific comments, saving 5 previous clipboard items, changing the case of text strings, and displaying both local and public IP addresses for the given computer.
Side Bar was built to function as a replacement for Clipboard Plus that I could freely release the source code for.

Section:

*   The title bar has 2 button, the line button will attempt to realign the sidebar, the X closes it.
*   The next section displays the local and public IP addresses of the computer.
*   The comment section provides a simple tool to make all change comments on a project the same format.
*   The 5 blank buttons will when clicked take a copy of the data on the clipboard (including most nonstandard data types).
*   The next button will display the current contents of the clipboard and will flash when it changes.
*   The group of 8 buttons allow the text contents of the clipboard to UPPER/lower cased, inverting the case and a few other features
*   The last "useful" feature is a clock
*   Lastly there is an animation at the very bottom just because


Note:
ClipboardManager.cs & ShellApi.cs are from http://www.codeproject.com/Articles/3792/C-does-Shell-Part-4 since I did not find a license in the source code I will assume that attributing the author (Arik Poznanski) and releasing my source should be acceptable.

--- Changelog ---
-- 1.0 --
First Version