1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add CVS tag lines to files that were lacking them.

This commit is contained in:
Bruce Momjian
2006-03-11 04:38:42 +00:00
parent 7992d0fbca
commit f3d99d160d
195 changed files with 375 additions and 13 deletions

View File

@ -1,4 +1,6 @@
/*
* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-blowfish.c,v 1.11 2006/03/11 04:38:30 momjian Exp $
*
* This code comes from John the Ripper password cracker, with reentrant
* and crypt(3) interfaces added, but optimizations specific to password
* cracking removed.

View File

@ -1,6 +1,8 @@
/*
* FreeSec: libcrypt for NetBSD
*
* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-des.c,v 1.14 2006/03/11 04:38:30 momjian Exp $
*
* Copyright (c) 1994 David Burren
* All rights reserved.
*

View File

@ -2,6 +2,8 @@
* Written by Solar Designer and placed in the public domain.
* See crypt_blowfish.c for more information.
*
* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-gensalt.c,v 1.8 2006/03/11 04:38:30 momjian Exp $
*
* This file contains salt generation functions for the traditional and
* other common crypt(3) algorithms, except for bcrypt which is defined
* entirely in crypt_blowfish.c.

View File

@ -2,6 +2,8 @@
* Copyright (c) 1999
* University of California. All rights reserved.
*
* $PostgreSQL: pgsql/contrib/pgcrypto/misc.c,v 1.3 2006/03/11 04:38:30 momjian Exp $
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: