Fix license header violations in aaa-idmlight
[aaa.git] / aaa-idmlight / src / main / java / org / opendaylight / aaa / idm / model / Domains.java
index de154db93ffce55c1235d1bad4c21a9a3c348f4e..ddc3360ce134d1c3e16a54a4b8dd4209e82d6dbd 100644 (file)
@@ -1,16 +1,16 @@
 /*
- * Copyright (c) 2014 Hewlett-Packard Development Company, L.P. and others.
- * All rights reserved.
+ * Copyright (c) 2014, 2015 Hewlett-Packard Development Company, L.P. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
- * terms of the Eclipse License v1.0 which accompanies this distribution,
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
+
 package org.opendaylight.aaa.idm.model;
 
 /**
  *
- * @author peter.mellquist@hp.com 
+ * @author peter.mellquist@hp.com
  *
  */
 
@@ -25,7 +25,7 @@ public class Domains {
 
    public void setDomains(List<Domain> domains) {
       this.domains = domains;
-   } 
+   }
 
    public List<Domain> getDomains() {
       return domains;