diff options
Diffstat (limited to 'crypt/ufc.c')
-rw-r--r-- | crypt/ufc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypt/ufc.c b/crypt/ufc.c index 6d0e790d67..b00093b93c 100644 --- a/crypt/ufc.c +++ b/crypt/ufc.c @@ -15,8 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * 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. + * see <http://www.gnu.org/licenses/>. * * @(#)ufc.c 2.7 9/10/96 * @@ -53,4 +52,3 @@ main(argc, argv) } exit(0); } - |