diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-06 05:37:16 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-07-06 05:37:16 +0000 |
commit | a1b36134f6634375dc87abea1b7c00e241797bea (patch) | |
tree | 6ef8c5025734c1128bbaf88794072266d09b2e3e /crypt/ufc.c | |
parent | 41bdb6e20c5d2df34a740cbd70e11c05025dfd12 (diff) | |
download | glibc-a1b36134f6634375dc87abea1b7c00e241797bea.tar glibc-a1b36134f6634375dc87abea1b7c00e241797bea.tar.gz glibc-a1b36134f6634375dc87abea1b7c00e241797bea.tar.bz2 glibc-a1b36134f6634375dc87abea1b7c00e241797bea.zip |
* COPYING: Fix Y2k bug in sample copyright notices.
* manual/lesser.texi: Renamed from manual/lgpl.texinfo,
as fsf.org uses the name "lesser.texi".
* manual/Makefile (texis): Follow rename.
Diffstat (limited to 'crypt/ufc.c')
-rw-r--r-- | crypt/ufc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crypt/ufc.c b/crypt/ufc.c index 858bdee0bc..1bc61847c7 100644 --- a/crypt/ufc.c +++ b/crypt/ufc.c @@ -12,10 +12,11 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. - + * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with the GNU C Library; see the file COPYING.LIB. If not, + * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. * * @(#)ufc.c 2.7 9/10/96 * |