Small copyright string and hostname related cleanup.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9cb25f7..b4d538b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -7,8 +7,8 @@
 libzebra_la_LDFLAGS = -version 0:0:0
 
 libzebra_la_SOURCES = \
-	version.c network.c pid_output.c getopt.c getopt1.c daemon.c \
-	print_version.c checksum.c vector.c linklist.c vty.c command.c \
+	network.c pid_output.c getopt.c getopt1.c daemon.c \
+	checksum.c vector.c linklist.c vty.c command.c \
 	sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \
 	filter.c routemap.c distribute.c stream.c str.c log.c plist.c \
 	zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c privs.c \
@@ -27,6 +27,3 @@
 
 EXTRA_DIST = regex.c regex-gnu.h
 
-version.c: Makefile
-	echo '' >version.c
-	echo 'const char *host_name = "$(host_alias)";' >>version.c