svn commit: r217722 - head/libexec/rtld-elf

Konstantin Belousov kib at FreeBSD.org
Sat Jan 22 19:25:49 UTC 2011


Author: kib
Date: Sat Jan 22 19:25:49 2011
New Revision: 217722
URL: http://svn.freebsd.org/changeset/base/217722

Log:
  Add my copyright.
  
  Discussed with:	kan

Modified:
  head/libexec/rtld-elf/rtld.c

Modified: head/libexec/rtld-elf/rtld.c
==============================================================================
--- head/libexec/rtld-elf/rtld.c	Sat Jan 22 19:15:39 2011	(r217721)
+++ head/libexec/rtld-elf/rtld.c	Sat Jan 22 19:25:49 2011	(r217722)
@@ -1,6 +1,7 @@
 /*-
  * Copyright 1996, 1997, 1998, 1999, 2000 John D. Polstra.
  * Copyright 2003 Alexander Kabaev <kan at FreeBSD.ORG>.
+ * Copyright 2009, 2010, 2011 Konstantin Belousov <kib at FreeBSD.ORG>.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without


More information about the svn-src-all mailing list