Bulk-add copyright headers to java files
[controller.git] / opendaylight / web / root / src / main / java / org / opendaylight / controller / web / UserBean.java
index 4d30ed34e96e3525daab237125034b911d096a93..b4e4cd694f830ff5e48114b851dc2d5f0db322ef 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * 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.controller.web;
 
 import java.util.List;
@@ -24,4 +31,4 @@ public class UserBean {
     public List<String> getRoles() {
         return roles;
     }
-}
\ No newline at end of file
+}