X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fbundlescanner%2Fimplementation%2Fsrc%2Ftest%2Fjava%2Fbundle_base%2FPerson.java;h=edd37828175ccb6f0e4611c6ed46d7388a5171ec;hp=9a6acc0ceb00fbadb6956d3d2dbff95c07ec63ba;hb=405ea7ce68d22bd3d2501857c5253793b581b086;hpb=bd396fa9b759466b8e9cd9b0ac64ee99406f72e7 diff --git a/opendaylight/northbound/bundlescanner/implementation/src/test/java/bundle_base/Person.java b/opendaylight/northbound/bundlescanner/implementation/src/test/java/bundle_base/Person.java index 9a6acc0ceb..edd3782817 100644 --- a/opendaylight/northbound/bundlescanner/implementation/src/test/java/bundle_base/Person.java +++ b/opendaylight/northbound/bundlescanner/implementation/src/test/java/bundle_base/Person.java @@ -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 bundle_base; import javax.xml.bind.annotation.XmlElement;