X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=system%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fgraph%2Fpackage-info.java;h=f73e48739a281282951496791ef817a14a301ae0;hb=49ce7cb8387601982d5e6ef186ce206d38f6e3d7;hp=6a2318ec33db85a1fb4f29b49d2038e7469539fc;hpb=5ec164d27af4ca134b17380552038fb9ca6bc143;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..f73e4873 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: - * + * 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; +