--- gforth/asm/bitmask.fs 1998/05/02 21:34:02 1.1 +++ gforth/asm/bitmask.fs 2007/12/31 18:40:25 1.6 @@ -1,10 +1,21 @@ \ bitmask.fs Generic Bitmask compiler 13aug97jaw -\ This file is copyritghted by JW-Datentechnik GmbH, Munich. -\ You have the right to use it together with GForth EC. -\ This file may copied and redistributed if it is not altered. -\ This is distributed without any warranty. -\ Send comments, suggestions, additions and bugfixes to: wilke@jwdt.com +\ Copyright (C) 1998,2000,2003 Free Software Foundation, Inc. + +\ This file is part of Gforth. + +\ Gforth 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, either version 3 +\ of the License, or (at your option) any later version. + +\ This program is distributed in the hope that it will be useful, +\ but WITHOUT ANY WARRANTY; without even the implied warranty of +\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +\ GNU General Public License for more details. + +\ You should have received a copy of the GNU General Public License +\ along with this program. If not, see http://www.gnu.org/licenses/. \ This is a tool for building up assemblers. \ In modern CPU's instrutions there are often some bitfields that