Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ln fix number in copyright(4->3)



details:   https://anonhg.NetBSD.org/src/rev/e313bcb42782
branches:  trunk
changeset: 823386:e313bcb42782
user:      szptvlfn <szptvlfn%NetBSD.org@localhost>
date:      Fri Apr 21 14:46:31 2017 +0000

description:
fix number in copyright(4->3)

diffstat:

 bin/ln/ln.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 27078ba18d4a -r e313bcb42782 bin/ln/ln.c
--- a/bin/ln/ln.c       Fri Apr 21 13:17:42 2017 +0000
+++ b/bin/ln/ln.c       Fri Apr 21 14:46:31 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ln.c,v 1.37 2017/04/21 11:28:35 christos Exp $ */
+/*     $NetBSD: ln.c,v 1.38 2017/04/21 14:46:31 szptvlfn Exp $ */
 
 /*-
  * Copyright (c) 1987, 1993, 1994
@@ -12,7 +12,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -44,7 +44,7 @@
 #ifdef __FBSDID
 __FBSDID("$FreeBSD: head/bin/ln/ln.c 251261 2013-06-02 17:55:00Z eadler $");
 #endif
-__RCSID("$NetBSD: ln.c,v 1.37 2017/04/21 11:28:35 christos Exp $");
+__RCSID("$NetBSD: ln.c,v 1.38 2017/04/21 14:46:31 szptvlfn Exp $");
 
 #include <sys/param.h>
 #include <sys/stat.h>



Home | Main Index | Thread Index | Old Index