Fix checkstyle
[bgpcep.git] / README
diff --git a/README b/README
index 7d816deff6da5f26128e14ee017c935b5a9528a4..5d745012712a6d7cf61c941083e54187aa5c1ad5 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,12 @@
+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
 ======================
 
-build:
-       configuration of build-time components, such as checkstyle plugin.
-
 src/site:
        maven site plugin templates
 
@@ -16,15 +19,21 @@ concepts:
 util:
        Common utility classes
 
-framework:
-       Legacy NIO-based protocol framework, to be replaced by Netty
-
 bgp:
        BGP-related artifacts
 
 pcep:
        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
 ============