//	Copyright 1995 Be Specific Inc., All Rights Reserved.

README

These source files serve as a sample applet of how to do programming
in the BeOS.  It is a very simple example that emphasizes getting a
basic GUI application up and running, and doing some graphics.

This source was written with clarity and teaching in mind.  We try
not to do anything really obscure when a much simpler lesson can be 
taught.

INVENTORY

README			This file

GMCGraphics.[cpp|h]		The Graphic that draws a calendar of January 1996

MonthView.[cpp|h]		A simple view used to display the graphic.

StringLabel.[cpp|h]		A simple graphic to display a string in a view with attributes

January.[cpp|h]			The main program file.

makefile.[cpp|h]		The project's makefile


COPYRIGHT

Very simply; give credit where credit is due.  And don't bogart our stuff.

These source files are Copyright 1995, Be Specific Inc.
That said, you are free to do anything you like with the sources
as long as you keep their copyright notices with them.

If you're any sort of a programmer, you won't do something silly 
like completely copy the code and try to sell it.  Not only would 
it be a pretty worthless product, but you would be a pretty lowly
person to boot.

If you want to sell this code for some reason, please get a written
or at least e-mailed acknowledgement from us:

adams@bespecific.com
http://www.bespecific.com

