From: Robert K. <may...@us...> - 2001-07-05 20:42:43
|
Update of /cvsroot/bitcollider/bitprint In directory usw-pr-cvs1:/tmp/cvs-serv12700 Modified Files: bitprint.c bitprint.h Added Files: COPYING Log Message: Updated the file banners and included the COPYING file --- NEW FILE: COPYING --- (PD) 2001 The Bitzi Corporation 1. This work and others bearing the above label were created by, or on behalf of, the Bitzi Corporation. 2. The Bitzi Corporation places these works into the public domain, disclaiming all rights granted us by copyright law. You are completely free to copy, use, redistribute and modify this work, though you should be aware of points (3) and (4), below. 3. The Bitzi Corporation reserves all rights with regard to any of its trademarks which may appear herein, such as "Bitzi" or "Bitcollider". Please take care that your uses of this work do not infringe on our trademarks or imply our endorsement, for example by changing labels and identifying strings in your derivative works. 4. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Please see http://bitzi.com/publicdomain or write in...@bi... for more info. Index: bitprint.c =================================================================== RCS file: /cvsroot/bitcollider/bitprint/bitprint.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bitprint.c 2001/07/05 20:24:15 1.1 --- bitprint.c 2001/07/05 20:42:40 1.2 *************** *** 1,4 **** --- 1,6 ---- /* (PD) 2001 The Bitzi Corporation * Please see http://bitzi.com/publicdomain for more info. + * + * $Id$ */ Index: bitprint.h =================================================================== RCS file: /cvsroot/bitcollider/bitprint/bitprint.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bitprint.h 2001/07/05 20:24:14 1.1 --- bitprint.h 2001/07/05 20:42:40 1.2 *************** *** 1,6 **** - /* (PD) 2001 The Bitzi Corporation ! * Please see file COPYING or http://bitzi.com/publicdomain ! * for more info. * * $Id$ --- 1,4 ---- /* (PD) 2001 The Bitzi Corporation ! * Please see http://bitzi.com/publicdomain for more info. * * $Id$ |