summaryrefslogtreecommitdiff
path: root/libc/crypt/ufc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/crypt/ufc.c')
-rw-r--r--libc/crypt/ufc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/crypt/ufc.c b/libc/crypt/ufc.c
index 6d0e790d6..b00093b93 100644
--- a/libc/crypt/ufc.c
+++ b/libc/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);
}
-