svn commit: r251315 - in head/lib/msun: ld128 ld80
Steve Kargl
kargl at FreeBSD.org
Mon Jun 3 17:21:44 UTC 2013
Author: kargl
Date: Mon Jun 3 17:21:43 2013
New Revision: 251315
URL: http://svnweb.freebsd.org/changeset/base/251315
Log:
ld80/s_expl.c:
* Update Copyright years to include 2013.
ld128/s_expl.c:
* Correct and update Copyright years. This code originated from
the ld80 version, so it should reflect the same time period.
Reviewed by: bde (as part of larger diff)
Modified:
head/lib/msun/ld128/s_expl.c
head/lib/msun/ld80/s_expl.c
Modified: head/lib/msun/ld128/s_expl.c
==============================================================================
--- head/lib/msun/ld128/s_expl.c Mon Jun 3 17:17:56 2013 (r251314)
+++ head/lib/msun/ld128/s_expl.c Mon Jun 3 17:21:43 2013 (r251315)
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2012 Steven G. Kargl
+ * Copyright (c) 2009-2013 Steven G. Kargl
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: head/lib/msun/ld80/s_expl.c
==============================================================================
--- head/lib/msun/ld80/s_expl.c Mon Jun 3 17:17:56 2013 (r251314)
+++ head/lib/msun/ld80/s_expl.c Mon Jun 3 17:21:43 2013 (r251315)
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2009-2012 Steven G. Kargl
+ * Copyright (c) 2009-2013 Steven G. Kargl
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
More information about the svn-src-head
mailing list