Move PCEPSessionNegotiator
[bgpcep.git] / README
diff --git a/README b/README
index 0e63d02de2cf54cf12a2bb141b05480250c46c8a..645d4d3bbada67d2ea930bdccd920cffc8b94113 100644 (file)
--- a/README
+++ b/README
@@ -1,26 +1,38 @@
+Copyright (c) 2013 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
+
 DIRECTORY ORGANIZATION
 ======================
 
 src/site:
-       maven site plugin templates
+    maven site plugin templates
 
 mockito-configuration:
-       default configuration of mockito framework
+    default configuration of mockito framework
 
 concepts:
-       Common networking concepts, shared between the protocols
+    Common networking concepts, shared between the protocols
 
 util:
-       Common utility classes
-
-framework:
-       Legacy NIO-based protocol framework, to be replaced by Netty
+    Common utility classes
 
 bgp:
-       BGP-related artifacts
+    BGP-related artifacts
 
 pcep:
-       PCEP-related artifacts
+    PCEP-related artifacts
+
+pcep/pcepy:
+    Python PCEP library
+
+pcep/pcepdump:
+    Python-based PCEP listener and debug tool
+
+rsvp:
+    RSVP modeling concepts (needed by pcep)
 
 
 HOW TO BUILD