Home | History | Annotate | Download | only in docs

Lines Matching refs:Free

4 # Copyright ? 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
6 # This program is free software; you can redistribute it and/or modify
8 # the Free Software Foundation; either version 2, or (at your option)
17 # along with this program; if not, write to the Free Software Foundation,
34 Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
35 This is free software; see the source for copying conditions. There is NO
189 # {GNU,Free} <program> <version>
190 # <program> ({GNU,Free} <package>) <version>
191 # <program> - {GNU,Free} <package> <version>
197 if (/^(\S+) +\(((?:GNU|Free) +[^)]+)\) +(.*)/ or
198 /^(\S+) +- *((?:GNU|Free) +\S+) +(.*)/)
204 elsif (/^((?:GNU|Free) +)?(\S+) +(.*)/)
313 s/(.)\n(Copyright |This +is +free +software)/$1\n.br\n$2/g;