X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=system%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fgraph%2Fcomponent%2Fpackage-info.java;h=d0651340dd0dc63ef1bfb2262a0a20fea836ad2b;hb=dec278a67997ea8e85d10662e31548afd8890ed3;hp=18a03ce09f1bfe5356004f2f50b425f2dd80a6af;hpb=ddd261f331280640c5b53c7128230b629ebcd268;p=utils diff --git a/system/general/src/main/java/org/wamblee/system/graph/component/package-info.java b/system/general/src/main/java/org/wamblee/system/graph/component/package-info.java index 18a03ce0..d0651340 100644 --- a/system/general/src/main/java/org/wamblee/system/graph/component/package-info.java +++ b/system/general/src/main/java/org/wamblee/system/graph/component/package-info.java @@ -1,30 +1,18 @@ -/** - *

Graph component package

+/* + * Copyright 2005-2010 the original author or authors. * - * The graph component package provides the representation of a number of - * components {@link Component} - * their required and provided interfaces ({@link RequiredInterface} and - * {@link ProvidedInterface}), and how these are connected together. + * 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 * - * This package provides the bridge between the component model and the - * representation of the components and their connections in a graph. - * The component package provides various algorithms, filters, and - * validations that are required for the implementation of a container. + * 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.component; -import org.wamblee.system.core.Component; -import org.wamblee.system.core.ProvidedInterface; -import org.wamblee.system.core.RequiredInterface; +