(no commit message)
[utils] / system / general / src / main / java / org / wamblee / system / graph / package-info.java
index 6a2318ec33db85a1fb4f29b49d2038e7469539fc..f73e48739a281282951496791ef817a14a301ae0 100644 (file)
@@ -1,20 +1,17 @@
-/**
- * <h1>Graph package</h1>
+/*
+ * Copyright 2005-2010 the original author or authors.
  * 
- * The graph package provides a general very simple abstraction of a graph. 
- * It was developed for the IOC container to represent dependences between 
- * components through their required and provided interfaces.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
  * 
- * The graph package supports a number of simple graph traversal operations, graph
- * extension operations, and a visitor pattern. 
+ *      http://www.apache.org/licenses/LICENSE-2.0
  * 
- * The main abstractions are: 
- * <ul>
- *    <li> {@link Graph}: The graph itself. </li> 
- *    <li> {@link Node}: A node of a graph. </li>
- *    <li> {@link Edge}: An edge of a graph> </li>
- *    <li> {@link Visitor}: A visitor for implementing various operations on a graph. </li>
- *    <li> {@link EdgeFactory}: For extending the graph with new edges </li>
- * </ul>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-package org.wamblee.system.graph;
\ No newline at end of file
+package org.wamblee.system.graph;
+