(no commit message)
[utils] / system / general / src / main / java / org / wamblee / system / core / NamedInterface.java
index 9800621e224c935354733d86fc70b715d954414c..4d400a5a54e055156ce3d068a0311342cc495064 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 the original author or authors.
+ * Copyright 2005-2010 the original author or authors.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.system.core;
 
+/**
+ * 
+ * @author $author$
+ * @version $Revision: 1.6 $
+ */
 public interface NamedInterface {
     /**
-     * Name for the interface. 
+     * Name for the interface.
+     * 
      */
     String getName();
 }