diff options
author | H. Peter Anvin <hpa@zytor.com> | 2001-10-13 20:50:08 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2001-10-13 20:50:08 +0000 |
commit | d8eff73f38cec27e9090f040a457d51adf9e959b (patch) | |
tree | 0c8cfed549a9cc3f5f3d54945d9a69066cb81a24 /teststore.c | |
parent | fd2cb9815b27ca8a45d820c3e45f2c39ca58b8ea (diff) | |
download | lpsm-d8eff73f38cec27e9090f040a457d51adf9e959b.tar.gz lpsm-d8eff73f38cec27e9090f040a457d51adf9e959b.tar.xz lpsm-d8eff73f38cec27e9090f040a457d51adf9e959b.zip |
Modify the bitmap definition so that we use positive offsets, which make
life *so* much easier to deal with. Fix a couple of bogus (c) notices.
Diffstat (limited to 'teststore.c')
-rw-r--r-- | teststore.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/teststore.c b/teststore.c index 14c40fc..ba85141 100644 --- a/teststore.c +++ b/teststore.c @@ -1,12 +1,13 @@ #ident "$Id$" /* ----------------------------------------------------------------------- * * - * Copyright 2000 Transmeta Corporation - All Rights Reserved + * Copyright 2000-2001 H. Peter Anvin - All Rights Reserved * - * This source module contains confidential and proprietary information - * of Transmeta Corporation. It is not to be disclosed or used except - * in accordance with applicable agreements. This copyright notice does - * not evidence any actual or intended publication of such source code. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, Inc., 675 Mass Ave, Cambridge MA 02139, + * USA; either version 2 of the License, or (at your option) any later + * version; incorporated herein by reference. * * ----------------------------------------------------------------------- */ |