Add Registration functionality and tidy up
[WeStealzYourDataz.git] / src / uk / ac / ntu / n0521366 / wsyd / libs / net / ServiceAddressMap.java
index 80e825f..5a1e1f6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * The MIT License
  *
- * Copyright 2015 TJ <hacker@iamtj>.
+ * Copyright 2015 Eddie Berrisford-Lynch <dev@fun2be.me>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -33,7 +33,8 @@ import java.util.logging.Logger;
 /**
  * Maps service names on hosts to  an InetAddress:Port pair.
  * 
- * @author TJ <hacker@iamtj>
+ * @author Eddie Berrisford-Lynch <dev@fun2be.me>
+
  */
 public class ServiceAddressMap {
     /**