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=e906c60134692553f31214c498be43c1c3350945;hb=17775e14ecfb286e59f67117e5cee7e21e95ab1f;hp=f886d78858bf7f8f0915862dcf50bbb47c9f1195;hpb=8de36ff0206c996baf3ee4adc3e2293b12ff5f39;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 f886d788..e906c601 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,28 +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;