X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=system%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fgraph%2Fpackage-info.java;h=7fe76541effc66b803044138acf9a3f111f8d37f;hb=96c8961955a306314dfe0cf9ca192252de39fc1c;hp=6a2318ec33db85a1fb4f29b49d2038e7469539fc;hpb=a503959a4290a415cfe6f668a301e44b4dcde445;p=utils diff --git a/system/general/src/main/java/org/wamblee/system/graph/package-info.java b/system/general/src/main/java/org/wamblee/system/graph/package-info.java index 6a2318ec..7fe76541 100644 --- a/system/general/src/main/java/org/wamblee/system/graph/package-info.java +++ b/system/general/src/main/java/org/wamblee/system/graph/package-info.java @@ -1,20 +1,17 @@ -/** - *

Graph package

+/* + * 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: - * - */ -package org.wamblee.system.graph; \ No newline at end of file + * 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; +