From: <jbo...@li...> - 2006-05-31 09:46:37
|
Author: mar...@jb... Date: 2006-05-31 05:46:31 -0400 (Wed, 31 May 2006) New Revision: 4511 Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityAssertMapComparator.java labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityKey.java labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityKeyComparator.java labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/IdentityAssertMapComparator.java labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/InternalRuleBase.java labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/NodeMemory.java labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/TruthMaintenanceSystem.java Log: -added license files Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityAssertMapComparator.java =================================================================== --- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityAssertMapComparator.java 2006-05-31 09:42:55 UTC (rev 4510) +++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityAssertMapComparator.java 2006-05-31 09:46:31 UTC (rev 4511) @@ -1,4 +1,19 @@ package org.drools.common; +/* + * Copyright 2005 JBoss Inc + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + */ import org.drools.util.FastComparator; Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityKey.java =================================================================== --- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityKey.java 2006-05-31 09:42:55 UTC (rev 4510) +++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityKey.java 2006-05-31 09:46:31 UTC (rev 4511) @@ -1,4 +1,19 @@ package org.drools.common; +/* + * Copyright 2005 JBoss Inc + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + */ import java.util.ArrayList; import java.util.List; Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityKeyComparator.java =================================================================== --- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityKeyComparator.java 2006-05-31 09:42:55 UTC (rev 4510) +++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/EqualityKeyComparator.java 2006-05-31 09:46:31 UTC (rev 4511) @@ -1,4 +1,19 @@ package org.drools.common; +/* + * Copyright 2005 JBoss Inc + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + */ import org.drools.util.FastComparator; Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/IdentityAssertMapComparator.java =================================================================== --- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/IdentityAssertMapComparator.java 2006-05-31 09:42:55 UTC (rev 4510) +++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/IdentityAssertMapComparator.java 2006-05-31 09:46:31 UTC (rev 4511) @@ -1,4 +1,19 @@ package org.drools.common; +/* + * Copyright 2005 JBoss Inc + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + */ import org.drools.util.FastComparator; Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/InternalRuleBase.java =================================================================== --- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/InternalRuleBase.java 2006-05-31 09:42:55 UTC (rev 4510) +++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/InternalRuleBase.java 2006-05-31 09:46:31 UTC (rev 4511) @@ -1,4 +1,19 @@ package org.drools.common; +/* + * Copyright 2005 JBoss Inc + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + */ import java.util.Map; Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/NodeMemory.java =================================================================== --- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/NodeMemory.java 2006-05-31 09:42:55 UTC (rev 4510) +++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/NodeMemory.java 2006-05-31 09:46:31 UTC (rev 4511) @@ -1,7 +1,4 @@ package org.drools.common; - -import org.drools.RuleBaseConfiguration; - /* * Copyright 2005 JBoss Inc * @@ -18,6 +15,10 @@ * limitations under the License. */ +import org.drools.RuleBaseConfiguration; + + + public interface NodeMemory { public int getId(); Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/TruthMaintenanceSystem.java =================================================================== --- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/TruthMaintenanceSystem.java 2006-05-31 09:42:55 UTC (rev 4510) +++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/common/TruthMaintenanceSystem.java 2006-05-31 09:46:31 UTC (rev 4511) @@ -1,4 +1,19 @@ package org.drools.common; +/* + * Copyright 2005 JBoss Inc + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + */ import java.util.HashSet; import java.util.Iterator; |